Number Systems and Codes Questions

Practice Number Systems and Codes MCQs with answers and explanations. Page 10 of 11.

Category
Electronics
Topic
Number Systems and Codes
Page
10 / 11
Mode
Practice

Questions

Open any question to view the answer and explanation.

Transmission reliability insight: Whenever information is transmitted from one digital device to another, what is a realistic possibility that systems must plan for?
Open
View answer
Basic conversion: What is the correct pure binary representation of the decimal number 42?
Open
View answer
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?
Open
View answer
Hexadecimal digit count: How many distinct symbol positions are required to represent all digits in the base-16 (hexadecimal) number system?
Open
View answer
Hexadecimal bytes to ASCII characters: Interpret the three-byte sequence 4B 52 58 (hex) as ASCII and select the correct 3-character string.
Open
View answer
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?
Open
View answer
Signed addition overflow rule: In two's-complement arithmetic, overflow can occur when adding two signed numbers under which condition?
Open
View answer
Hex-to-binary conversion practice: Convert the hexadecimal value 12 (base 16) into an 8-bit binary representation with leading zeros.
Open
View answer
Binary-to-hexadecimal translation: What is the hexadecimal equivalent of the 8-bit binary pattern 1011 1111?
Open
View answer
Typical CD-ROM capacity: Select the closest standard capacity specification for a typical CD-ROM in terms of stored digital data.
Open
View answer
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.
Open
View answer
Positional weight in hexadecimal: For the hexadecimal number 1AB16, what is the column weight (positional value) of the leftmost digit “1”?
Open
View answer
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.
Open
View answer
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.
Open
View answer
Two’s-complement edge case: Find the 2’s complement of the 4-bit binary number 1000, assuming fixed 4-bit arithmetic.
Open
View answer
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).
Open
View answer
Direct base conversion — map a small decimal to hex: Convert the decimal number 12 into its standard hexadecimal notation.
Open
View answer
Nibble grouping practice — convert a 16-bit binary value to hex: Translate the binary value 0010 1111 0111 1110 into its hexadecimal representation.
Open
View answer
Hex to binary — direct digit mapping: Convert the hexadecimal value F2 to its binary equivalent using nibble expansion.
Open
View answer
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)?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.