This is a timed quiz.
You have 10 minutes to complete the 16 questions in this quiz.
The decimal number system consists of the symbols 0-10.
The binary number system is fundamental to all digital computers
The binary number system consists of the symbols 0 and 1
Repeated division-by-10 can be used to convert decimal numbers to binary numbers.
The decimal value of binary 1011 can be determined by solving the following expression: 1 × + 0 × + 1 × + 1 × .
The 1's complement of binary 10111 is 01000.
The ASCII and Gray codes serve very similar purposes.
The highest-value single-digit value in the decimal number system is
9
10
infinite
1
In the decimal value 4256, the weight of the numeral 2 is ________.
200
10^3 (Ten to the power 3)
10 × 2^2
10^2
In the decimal value 42.56, the weight of the numeral 6 is ________.
10^(-2)
0.06
10^(-1)
6*10^(-2)
The highest decimal value that can be represented by a 4-bit binary number is ________.
32
7
15
8
How many binary digits are required to count to decimal 100?
2
3
100
What decimal number does 2^5 represent?
25
31
Decimal 42 is equivalent to binary ________.
101010
2A
01000010
52
In binary addition, 1 + 0 = ________.
) 0 with a carry of 0
0 with a carry of 1
1 with a carry of 1
1 with a carry of 0
In binary addition, 1 + 1 = ________.
0 with a carry of 0