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.
Character encoding — assess the statement: “ASCII codes are used strictly for representing the letters in the alphabet.” Is this statement accurate, considering that ASCII also includes digits, punctuation, whitespace, and control codes (e.g., line feed, carriage return)?
Gray code concept — evaluate the statement: “In Gray code, each number is 3 greater than the binary representation of that number.” Consider the defining property of Gray code (single-bit transitions) versus ordinary binary counting.
Excess-3 (XS-3) coding — determine the correctness of the statement: “When using the excess-3 code, a value of 3 is added to each decimal digit before converting that digit to a 4-bit binary code.”
Terminology — evaluate the statement: “The process of converting a decimal number to its binary equivalent is called binary conversion.” Does this naming align with standard number-system terminology taught in digital electronics?
Place value — assess the statement: “The most significant digit (MSD) is the rightmost, largest-weight digit in a number.” Use standard positional notation where place value increases to the left.
Binary subtraction rule — evaluate the statement: “If you borrow from a position that contains a 0, you must borrow from the next more significant 1; all 0s up to that point become 1s, and the digit last borrowed from becomes 0.”
Decimal → binary method — evaluate the statement: “Decimal numbers can be converted into binary by dividing by 2 repeatedly and recording the remainders (LSB first).” Is this standard algorithm description accurate?
1
2