Quiz 6 Flashcards

1
Q

At least how many bits do we need to represent 40 unique things?

a. 6
b. 3
c. 4
d. 5
e. 7

A

6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give the hexadecimal representation of 101100110101 (binary).

a. B35
b. 35C
c. A24
d. C35
e. 35B

A

B35

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Determine the decimal value of 11001 (base 2, binary). Write your answer as a number without including any explanations and special symbols.

A

1+8+16

=25

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What would the decimal value 17 look like in binary? Write your answer as a binary number without including any explanations and special symbols. Do not include leading zeros.

A

10001

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a computer uses 7 bits to represent integer values, what is the largest positive integer value that can be represented?

A

1111111
1+2+4+8+16+32+64
127

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ASCII is a _____ bit code.

a. 32
b. 16
c. 64
d. 4
e. 7

A

7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

_________________ is a type of code used to represent character data.

a. ASCII
b. Unicode
c. EBCDIC
d. All of the above are examples

A

All of the above are examples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following is true about ASCII?

a. It uses 16 bits to represent a character.
b. It can represent up to 52 different characters.
c. It is used only by IBM mainframes.
d. It is the “native tongue” of computer professionals.
e. None of the above is true.

A

None of the above is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A half-adder is a circuit that accepts ______ binary digit input values and gives two output values.

a. 0
b. 1
c. 2
d. 3
e. 4

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The logical ________ operation produces true output value only if the input values are both true.

a. NOT
b. NAND
c. AND
d. NOR
e. OR

A

AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Transistors are constructed from ____________, such as silicon and gallium arsenide.

a. magnetic cores
b. semiconductors
c. ionic crystals
d. integrated circuits
e. chips

A

semiconductors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
What is the missing value in the flow (truth) table corresponding to an AND gate?
a b | a AND b
0 0 | 0
0 1 | 0 
1 0 | 
1 1 | 1

a. 2
b. It is all right.
c. 0
d. -1
e. 1

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An expansion slot is located ____.

a. behind the monitor
b. in the serial port
c. on the motherboard
d. on the front of the computer
e. in the USB port

A

on the motherboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Of the following, which represents the largest amount of data?

a. Kilobyte
b. Gigabyte
c. Megabyte
d. Terabyte
e. Petabyte

A

Petabyte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The four-step process of fetch, decode, execute, and store is called a(n):

a. logic cycle.
b. logical operation.
c. machine cycle.
d. arithmetic operation.
e. processing operation.

A

machine cycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly