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
Transmission reliability insight: Whenever information is transmitted from one digital device to another, what is a realistic possibility that systems must plan for?
Basic conversion: What is the correct pure binary representation of the decimal number 42?
Signed two's-complement representation (8-bit): In an 8-bit signed two's-complement system, which bit pattern correctly represents the decimal value −128?
Hexadecimal digit count: How many distinct symbol positions are required to represent all digits in the base-16 (hexadecimal) number system?
Hexadecimal bytes to ASCII characters: Interpret the three-byte sequence 4B 52 58 (hex) as ASCII and select the correct 3-character string.
Identifying the base-16 system: Which named number system uses a radix of sixteen for its digits and is commonly used to compactly represent binary values?
Signed addition overflow rule: In two's-complement arithmetic, overflow can occur when adding two signed numbers under which condition?
Hex-to-binary conversion practice: Convert the hexadecimal value 12 (base 16) into an 8-bit binary representation with leading zeros.
Binary-to-hexadecimal translation: What is the hexadecimal equivalent of the 8-bit binary pattern 1011 1111?
Typical CD-ROM capacity: Select the closest standard capacity specification for a typical CD-ROM in terms of stored digital data.
Hexadecimal value to decimal and the role of parity: Compute the decimal value of 9E (hex). The phrase “odd parity” is incidental and does not alter the numeric value.
Positional weight in hexadecimal: For the hexadecimal number 1AB16, what is the column weight (positional value) of the leftmost digit “1”?
Binary length estimation — how many bits does a decimal need? In base-2 representation, determine how many binary digits (bits) are required to represent the decimal number 93 without leading zeros.
Hex conversion with a parity red herring: Treat the bit pattern 01101000 as an 8-bit quantity and convert it to hexadecimal. Ignore the mention of even parity for the purpose of base conversion.
Two’s-complement edge case: Find the 2’s complement of the 4-bit binary number 1000, assuming fixed 4-bit arithmetic.
Storage sizing — bytes needed for a value: Determine the minimum whole bytes required to store the unsigned decimal value 2875 in binary (no sign bit, no leading zeros).
Direct base conversion — map a small decimal to hex: Convert the decimal number 12 into its standard hexadecimal notation.
Nibble grouping practice — convert a 16-bit binary value to hex: Translate the binary value 0010 1111 0111 1110 into its hexadecimal representation.
Hex to binary — direct digit mapping: Convert the hexadecimal value F2 to its binary equivalent using nibble expansion.
Positional weights in decimal — identify the contribution of a digit: In the decimal number 481, what is the powers-of-10 weight contributed by the digit 4 (hundreds place)?
1
2
3
4
5
6
7
8
9
10
11