Number Systems and Codes Questions
Practice Number Systems and Codes MCQs with answers and explanations. Page 2 of 11.
Category
Electronics
Topic
Number Systems and Codes
Page
2 / 11
Mode
Practice
Questions
Open any question to view the answer and explanation.
Binary-to-decimal conversion practice
Convert the binary number 10011010 (base 2) to its decimal (base 10) equivalent.
Open
View answer
Binary subtraction basics
Compute the result of 111₂ − 001₂ and express the answer in binary.
Open
View answer
Decimal-to-hexadecimal conversion
Convert the decimal number 5238 (base 10) to base 16 (hexadecimal). Provide the hex digits without any prefix.
Open
View answer
Decimal fraction to binary conversion
Convert the decimal number 151.75 (base 10) to binary (base 2).
Open
View answer
Decimal-to-binary by repeated division
When converting a positive decimal integer to binary using repeated division by 2, the first remainder obtained corresponds to which bit of the final binary result?
Open
View answer
Detecting invalid BCD digits
Which 4-bit pattern below is not a valid Binary-Coded Decimal (BCD) code for a single decimal digit?
Open
View answer
Binary vs. BCD — conceptual distinction
What is the correct statement that distinguishes pure binary coding from Binary-Coded Decimal (BCD)?
Open
View answer
Binary to Gray-code conversion
Convert the 4-bit binary number 1100₂ to its equivalent Gray code.
Open
View answer
Octal-to-decimal conversion
Interpret 17 (base 8) as an octal number and convert it to decimal (base 10).
Open
View answer
Number System Representation — BCD vs. Straight Binary
How many BCD code bits and how many straight binary bits are required to represent the decimal number 643? Provide the total bit counts for each scheme.
Open
View answer
Octal Number System — Practical Advantage
Which statement best describes the common advantage of using octal notation in digital electronics and computer systems?
Open
View answer
Base Conversion — Binary to Hexadecimal
Convert the binary number 1100101000110101 to its hexadecimal equivalent. Choose the correct hex representation.
Open
View answer
Binary Fraction to Decimal — Point Positioning
Convert the binary number 1001.0010 to its decimal value. Show the integer and fractional contributions clearly.
Open
View answer
Hexadecimal Digits A to F — Decimal Equivalents
In hexadecimal notation, the letters A through F correspond to which consecutive decimal values?
Open
View answer
Binary to Octal Conversion — Grouping by Threes
Convert the binary number 001101011 to octal. Choose the correct base 8 representation.
Open
View answer
Data Size Terminology — Relative Length
Considering the common terms bit, byte, nibble, and word, which is typically the longest unit of data width in general computer architecture usage?
Open
View answer
Word Size Identification — Valid Widths
Which of the following is not commonly used as a processor word size in mainstream computing contexts?
Open
View answer
Octal to Decimal — Positional Evaluation
Convert the octal number 35 (base 8) to its decimal equivalent. Show the weighted sum explicitly.
Open
View answer
Binary Coded Decimal (BCD) — Digit Representation
In BCD coding, each decimal digit 0 through 9 is represented by which type of binary code width?
Open
View answer
Binary conversion practice — base-10 to base-2
Convert the decimal number 64 (base 10) into its binary representation (base 2).
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.