Chapter 2 Flashcards
1
Q
- What is 2 raised to the 4th power?
a. 16
b. 64
c. 8
d. 32
A
a. 16
2
Q
- Using Hexadecimal, what is the result if I add 1 to B?
a. 10
b. 11
c. C
d. F
A
c. C
3
Q
- What is the binary equivalent of the decimal number 25?
a. 101010
b. 110010
c. 100101
d. 101000
A
b. 110010
4
Q
- What is the decimal equivalent of the binary number 101011?
a. 27
b. 42
c. 43
d. 86
A
c. 43
5
Q
- What does the following measurement mean? 266MBs
a. 266 megabits per second
b. 266 megabytes per cycle
c. 266 megabytes per second
d. 266 megabits per cycle
A
c. 266 megabytes per second
6
Q
- 25 MB is approximately __________ bytes.
a. 25,000
b. 25,000,000
c. 25,000,000,000
d. 25,000,000,000,000
A
b. 25,000,000
7
Q
- Using a Boolean AND function what will be the result of a 1 and 1?
a. 0
b. 1
c. 11
d. 10
A
b. 1
8
Q
- Using a Boolean AND function what will be the result of a 1 and 0?
a. 0
b. 1
c. 11
d. 10
A
a. 0
9
Q
- Which numbering system has 16 values?
a. decimal
b. octal
c. hexadecimal
d. binary
A
c. hexadecimal
10
Q
- One cycle per second is known as what?
a. Hertz
b. Serial
c. Parallel
d. Bandwidth
A
a. Hertz
11
Q
How many combinations are there in a 4-bit binary number?
a. 4
b. 8
c. 16
d. 40
A
c. 16
12
Q
24-bit color is the same as which of the following amounts of colors?
a. 65,536
b. 256
c. 4,000,000,000
d. 16,777,216
A
d. 16,777,216
13
Q
A gigabyte is equal to how many bytes in binary measurements?
a. 20 to the 30power
b. 20 to the 20power
c. 20 to the 10power
d. 20 to the 40power
A
a. 20 to the 30power
14
Q
In the hexadecimal numbering system, what is D equal to?
a. 11
b. 12
c. 13
d. 14
A
c. 13
15
Q
Which of the following operators is represented with l (pipe) sign?
a. AND
b. OR
c. NOT
d. EITHER
A
b. OR