0% found this document useful (0 votes)
42 views3 pages

Quiz 1

The document contains 15 multiple choice questions testing knowledge of binary, hexadecimal, and octal number systems as well as two's complement notation. The questions cover converting between number bases, performing arithmetic operations, determining the range and precision of representations, and identifying equivalent numerical expressions.

Uploaded by

w11930668
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views3 pages

Quiz 1

The document contains 15 multiple choice questions testing knowledge of binary, hexadecimal, and octal number systems as well as two's complement notation. The questions cover converting between number bases, performing arithmetic operations, determining the range and precision of representations, and identifying equivalent numerical expressions.

Uploaded by

w11930668
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Quiz 1

Q1. What is the hexadecimal equivalent of (101010101)2


a. (157)16
b. (155)16
c. (1D6)16
d. (196)16

Q2. Convert (1ABC)16 into its equivalent octal representation.


a. (15274)8
b. (25274)8
c. (25272)8
d. (15272)8

Q3. Which of the following is equivalent to (1764)8.


1. (999)10+(11)10
2. (10000000000)2-(1100)2
3. (3E8)16+(C)16
4. (2114)8-(130)8

a. Only 1
b. Only 2 and 3
c. Only 3 and 4
d. Only 2, 3, and 4

Q4. What is the decimal equivalent of the binary number 0.111011?


a. 0.46875
b. 0.484375
c. 0.984375
d. 0.921875

Q5. Consider these two unsigned binary numbers (11111011)2 and (11111010)2 . what is
their addition?
a. 111110101
b. 111111110
c. 101111101
d. 111001110

Q6. The range of values that can be represented by 10 bit in 2’s complement form is
a. -512 to +512
b. -512 to +511
c. -256 to +256
d. -256 to +255

Q7. What is the 2’s complement of (19)10 in 8-bit format?


a. 11101101
b. 11101110
c. 11110001
d. 11101010

Q8. In 16-bit 2’s complement representation, the decimal number -28 is


a. 1111 1111 0001 1100
b. 1111 1111 1110 0100
c. 1000 0000 0000 1011
d. 1000 0000 0010 1010

Q9. The greatest negative number that can be stored in a 9-bit register using 2’s
complement arithmetic
a. -511
b. -512
c. -255
d. -256

Q10. What is the binary representation of 0.4 with a precision of 6 bits?


A. 0.110011
B. 0.011
C. 0.011001
D. 0.010011

Q12. What is the addition of 11101111 (binary 2’s complement) with 00010111 (binary
2’s complement)?
A. -40
B. 6
C. 262
D. -21

Q13. What is the number of 1s in the 2s' complement binary representation of -42,
considering an 8-bit binary representation?"
A. 2
B. 3
C. 4
D. 5

Q14. Why does 1’s complement system in 8 bits have a different range than 2’s
complement system in 8 bits?
A. 1’s complement uses a sign bit, and 2’s complement does not
B. 2’s complement has two representations for 0
C. 1’s complement has two representations for 127
D. 1’s complement has two representations for 0
E. Both 1’s complement and 2’s complement have the same range

Q15 The minimum decimal equivalent of the number (67) is.


a. 19
b. 67
c. 55
d. 31

You might also like