Font size
WorksheetsHardware
Total questions: 103
Worksheet time: 52mins
Which of the following is used to store programs installed on a computer?
DVD Drive
CD Drive
Video Card
Hard Drive
_____ is used when computer programs are turned on. It is cleared once the machine is shut off.
The optical disk
Random Access Memory (RAM)
The network interface
Read Only Memory (ROM)
Laila needs a ____________ in order to see images on her computer screen.
Hard Drive
Network Connection
Video Card
Sound Card
_____ is used to plug peripherals into the system unit.
A USB Port
An audio card
A flash drive
A video card
Which of the following is a peripheral device?
Mouse
Keyboard
CPU
Printer
The following can be considered an input device:
Computer
Peripheral Device
Musical Intsrument
Person
Which of the following is permanent storage?
RAM
Cache
ROM
NIC
______ stores the data files programs have created and used.
Long-term memory
Hard Drive
Cache Memory
Used Memory
Is a printer an input device or an output device?
Input device
Output device
What is computer hardware?
The programs used to control and instruct computer devices
Everything you can touch
The physical components of a computer
binary code
Is a keyboard an input device or an output device?
Input device
Output device
Is a mouse an input device or an output device?
Input device
Output device
Is a monitor (aka computer screen) an input device or an output device?
Input device
Output device
Is a touchpad an input device or an output device?
Input device
Output device
Are speakers an input device or an output device?
Input device
Output device
Is a microphone an input device or an output device?
Input device
Output device
Are LED lights an input device or an output device?
Input device
Output device
Which of the following internal computer components is where most of the calculations and processing of data occurs?
CPU
Motherboard
Hard drive
Graphics card
Which of the following internal computer components is where most of the data and software is stored?
CPU
Motherboard
Hard drive
Graphics card
RAM stands for Random (a) Memory
ROM stands for (a) Only Memory
Which of these peripherals are output devices (check 3 that apply)
keyboard
printer
headphones
monitor
RAM stands for...
Random Access Memory
Random Accessible Memory
Readability access memory
Real access memory
True AND True
TRUE
FALSE
True OR False
TRUE
FALSE
False OR False
TRUE
FALSE
False AND False
TRUE
FALSE
NOT(True)
TRUE
FALSE
NOT(False)
TRUE
FALSE
3 < 7
TRUE
FALSE
7 <= 7
TRUE
FALSE
9 >= 9
TRUE
FALSE
4 == 22
TRUE
FALSE
17 != 12
TRUE
FALSE
14 != 9
TRUE
FALSE
(4 × 2) < 10
TRUE
FALSE
12 ÷ 2 != 6
TRUE
FALSE
NOT (3 < 2)
TRUE
FALSE
NOT (36 == 4 × 9)
TRUE
FALSE
17 < 6 AND 20 > 9
TRUE
FALSE
12 != 13 AND 14 == 7×2
TRUE
FALSE
TRUE AND 23 != 14
TRUE
FALSE
12 >= 8 OR 52 < 6
TRUE
FALSE
42 != 42 OR 11 == 2
TRUE
FALSE
14 ÷ 2 > 15 OR 12 >= 6
TRUE
FALSE
False AND True OR False
TRUE
FALSE
92 >= 17 AND 54 != 6×9 OR 32 > 7
TRUE
FALSE
True AND False OR True
TRUE
FALSE
176 ÷ 16 != 11 AND 12.2 ÷ 0.2 != 61 OR True
TRUE
FALSE
48 != 6 × 8 AND 12 >= 10 OR 27 == 3 × 9
TRUE
FALSE
43 == 43 AND False OR 29 >= 2 × 7
TRUE
FALSE
Which answer represents the BLUE line?
FOOD == MACARONI AND BACON
FOOD == MACARONI AND CHEESE
FOOD == CHEESE
Which answer represents the RED line?
FOOD == MACARONI
FOOD == CHEESE
FOOD == MACARONI AND CHEESE
Which answer represents the YELLOW line?
FOOD == MACARONI
FOOD == CHEESE
FOOD == MACARONI AND CHEESE
Which answer represents the YELLOW line?
FOOD == MACARONI
FOOD == MACARONI AND BACON
FOOD == MACARONI AND CHEESE
FOOD == PIZZA
Which answer represents the RED line?
FOOD == BACON
FOOD == CHEESE
FOOD == MACARONI AND BACON
FOOD == PIZZA
True AND NOT(False)
TRUE
FALSE
False OR NOT(True)
TRUE
FALSE
What is the boolean expression for this logic circuit?
Q = NOT (A OR B)
Q = NOT A AND B
NOT A OR B = Q
Q = (NOT A) OR B
This is the truth table for which logic gate?
In this logic circuit, if A = 0 and Q = 1, what is B?
0
We can't say
1
In this logic circuit, what is Q if the inputs are: A=0, B=1, C=0?
0
We can't say
1
What is the best explanation for why a computer uses boolean logic to manipulate True and False values?
It can only understand 0s and 1s
It runs instructions in a binary code
It doesn't have enough memory to store numbers above 1
It uses transistors which can only be on or off
Which logic gate is this?
AND
NOT
OR
In this logic circuit, what is the output Q if the inputs A and C are 1?
0
We can't say
1
What is the boolean expression for this logic circuit?
A OR B AND C = Q
Q = (A AND B) OR C
Q = A OR (B AND C)
Q = (A OR B) AND C
What is described as a table that shows the output of a logic gate for all possible combinations of input?
Truth table
Trace table
Boolean table
Logic table
Which logic gate is this?
AND
OR
NOT
Which is the truth table for the AND gate?
Which logic gate take the input and negates it, turning 0 to 1 and 1 to 0?
AND
OR
NOT
The AND and OR gate both take two inputs, while the NOT gate takes just one. True or False?
True
False
The NOT gate takes only one input (it is a unary operator). True or False?
True
False
This is the truth table for which logic gate?
AND
OR
NOT
Which logic gate matches this truth table?
Which logic gate is this?
AND
OR
NOT
Boolean logic was invented by
Jane Boole
George Boole
Jim Boole
Joe Boole
Which type of logic gate is this?
Not
And
Or
Which type of logic gate is this?
Not
And
Or
What is the output?
1
0
2
ERROR
What is the output?
0
1
2
ERROR
What is the output?
0
1
2
ERROR
What is the correct expression?
Any of these could be used
A + B + C + D = X
A ∧ B ∨ C ∧ D = X
(A ∧ B) ∨ (C ∧ D) = X
What is the correct expression?
A ∨ B = X
A ∧ B = X
1
0
What is the correct expression?
A ∨ B = X
A ∧ B = X
1
0
What is the output if the following is used:
(A ∧ B) ∨ C = X
A=1
B=0
C=0
1
0
2
OR
What is 12 in binary?
1010
1100
1110
0111
What is 1101101 in decimal?
109
95
104
113
What is 10 in hexadecimal?
10
1010
A
1100
what is 1A in decimal?
22
24
25
26
What is D in decimal?
11
19
12
13
True or False: CPU stands for Central Processing Unit?
True
False
True or False: Everything in the computer is wired to the CPU
True
False
True or False: RAM stands for Random Access Memory
True
False
True or False: The RAM stores long term memory
True
False
True or False: The Power Supply Unit supplies the power to the computer
True
False
What is the other name for binary
Base 10
Base 2
Base 15
Base 1
What is the other name for Binary 10
Decimal
Binary
Hexadecimal
Gigabyte
Convert 10111001
210
120
195
185
How many numbers are there in binary
1
2
3
4
How many numbers are there in decimal
20
10
11
15
Convert 20 (Decimal) into hexadecimal
1F
F
14
A1
How many bits in a byte
2
10
8
6
How many byte in a Gigabyte
1
10
100
1000
