Unit 01 - Quiz Questions
Question 1
Match the following
2's complement
|
|
|
Byte
|
|
|
Big- endian
|
|
|
Nibble
|
|
|
Question 2
2's complement of a binary number is obtained by adding
Choose one answer.
|
a. 2
to the result of 1's complement of the given binary number
|
|
|
b. 0
to the result of 1's complement of the given binary number
|
|
|
c.
[10]2 to the result of 1's complement of the given binary number
|
|
|
d. 1
to the result of 1's complement of the given binary number
|
|
Question 3
The hexadecimal number system consists of
Choose one answer.
|
a. The
numbers 0 to 9 and A to F only
|
|
|
b. The
numbers 0 to 9 and A to E only
|
|
|
c. The
numbers 0 to 9 and A to D only
|
|
|
d. The
numbers 0 to 8 and A to F only
|
|
Question 4
______ is the 2's complement of the binary number 1010
Choose one answer.
|
a.
0110
|
|
|
b.
1011
|
|
|
c.
1001
|
|
|
d.
0111
|
|
Question 5
________ is an Example for Octal number
Choose one answer.
|
a.
[1011.18]8
|
|
|
b.
[457.16]8
|
|
|
c.
6784
|
|
|
d.
[1234.AF]8
|
|
|