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.
Octal-to-binary conversion What is the correct binary representation of the octal number 45₈?
BCD to decimal interpretation Given the BCD value 1000 0000 0011 (grouped as 4-bit BCD digits), what is the corresponding decimal number?
Decimal-to-hexadecimal conversion Convert the decimal number 457₁₀ to hexadecimal (base 16).
Power-of-two evaluation What decimal value does 2^5 represent?
Octal-to-binary conversion Convert the octal number 76₈ to its binary equivalent.
Gray-to-binary conversion Convert the 4-bit Gray code 1011 to standard binary.
Number systems — hexadecimal base identification In positional numeral systems, what is the base (radix) used by the hexadecimal system?
1
2
3
4
5
6
7
8
9
10
11