Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Number Systems and Codes Questions
Binary-coded decimal (BCD) mapping — The decimal number 3428 corresponds to which 4-bit-per-digit BCD bitstring (concatenate the 4-bit codes for each decimal digit in order)?
Hexadecimal to decimal conversion — What is the decimal (base-10) value of the hexadecimal number 777 (base 16)?
Binary fraction to decimal — Convert the binary number 1001.0010 (base 2) into its decimal (base-10) equivalent.
Binary place value — In a pure binary number, what is the weight (place value) of the least significant bit (LSB)?
Decimal to hexadecimal conversion — Convert the base-10 number 5238 into base 16 (hexadecimal). Provide the correct hexadecimal representation.
Digital electronics: Convert the decimal number 151.75 into its binary representation. Be sure to show the correct integer part and the fractional part (to two binary fractional places as appropriate).
Binary-coded decimal (BCD) storage width: How many bits are used to store a single BCD digit (that is, one decimal digit encoded in BCD)?
Number systems refresher: The term 'base 10' refers to which positional number system that uses digits 0 through 9?
Analog-to-digital converters (ADCs): What is the primary purpose of the sample-and-hold (S/H) circuit inside or ahead of an ADC during the conversion interval?
Base conversions: Convert the binary number 1011010₂ to its hexadecimal representation (use standard uppercase hex digits).
Convert the 8-bit binary number 11001001₂ into its decimal (base 10) value.
Concept check: What is the key difference between generic binary coding and binary-coded decimal (BCD) when representing numeric data?
Binary result of a decimal addition: Compute 49 + 1 in decimal and give the 8-bit binary representation of the result.
ASCII codes are used strictly for representing the letters in the alphabet.
In the gray code, each number is 3 greater than the binary representation of that number.
When using the excess-3 code a value of 3 is added to each column of decimal digits before it is converted to a 4-bit binary code.
The process of converting a decimal number to its binary equivalent is called binary conversion.
The most significant digit is the rightmost, largest-weight digit in a number.
If you borrow from a position that contains a 0, you must borrow from the more significant bit that contains a 1. All 0s up to that point become 1s, and the digit last borrowed from becomes a 0.
Decimal numbers can be converted into binary by dividing by two and recording the remainders.
1
2