Number System Conversions Questions
Number System Conversions Questions
2. (170)10 is equivalent to
a) (FD)16 b) (DF)16 c) (AA)16 d) (AF)16
16. To convert a whole decimal number into a hexadecimal equivalent, one should divide the
decimal value by.......
(a) 2 (b) 8 (c) 10 (d) 16
17. Convert the binary number 11001 to decimal.
A. 25 B. 13 C. 3
18. Convert the decimal number 45 to binary
A. 11100 B. 101101 C. 10100
27. The largest unsigned decimal number that can be represented in binary using six bits is.
A. 63 B. 64 C. 127 D. 128
28. The two digits in the binary number system are _ and .
A. 1, 2 B. H, L C. T, F D. 0, 1
37. Overflow can occur if two signed numbers are added and .
A. they have opposite signs B. they have the same sign
C. both of the above D. none of the above
41. In the decimal number 481, the powers-of-10 weight of the digit 4 is .
A. 400 B. 102 C. 104 D. 100
43. The column weight of the "1" in the hexadecimal number 1AB is _.
A. 64 B. 256 C. 512 D. 1024
60. A binary number's value changes most drastically when the is changed.
A. MSB B. frequency C. LSB D. duty cycle
61. Convert decimal 213 to binary.
A. 11001101 B. 11010101 C. 01111001 D. 11100011
71. Hexadecimal letters A through F are used for decimal equivalent values from:
A. 1 through 6 B. 9 through 14 C. 10 through 15 D. 11 through 17
78. An informational signal that makes use of binary digits is considered to be:
A. solid state B. digital C. analog D. non-oscillating
83. How many bytes are there in 1011 1001 0110 1110 numbers?
A. 1 B. 2 C. 4 D. 8
90. What is the result when a decimal 5238 is converted to base 16?
A. 327.375 B. 12.166 C. 1388 D. 1476
106.When using the repeated division by 2 method of converting from decimal to binary, one
must write the first remainder as the:
A. MSB
B. MSB, provided the following sequence of remainders are written in descending order until the
final remainder is achieved.
C. LSB
D. LSB, provided the final remainder is used to replace the original LSB, which is then moved to
the MSB position.
149.Binary means
A. Three B. Four C. Ten D. Two
157.Convert the 1000 0000 0000 1111 signed binary number to decimal number.
A. +15 B. -15 C. -30 D. +30
158.The highest decimal number that can be represented with 10 binary digits is
A. 1023 B. 1024 C. 512 D. All of the above