Font size
Worksheets[AP CSP] Unit 1: PC Components, Logic Gates, Number Systems
Total questions: 50
Worksheet time: 3hrs 35mins
Which one of these is a hard drive?
Which one out of these images is a video card?
What is the MAIN function of the motherboard?
Helps connect to the internet
Carry out processing and delivery of data
Convert signals to sound
Allows computer components to communicate with each other
Which of the following images is a CPU?
What is NOT an example of an output peripheral?
What is the difference between the HDD and RAM?
HDD is mainly used for short term data storage whereas RAM is mainly used for long term/permanent data storage
HDD and RAM are the same thing
HDD is used to convert images into information whereas RAM is used to convert sound into information
RAM is mainly used for short term data storage whereas HDD is mainly used for long term/permanent data storage
Select all the output devices:
Select all input devices:
What does SSD stand for?
Small Slave Drive
Solid State Drive
Subzone State Drive
Super Speedy Drive
Random Access Memory (RAM)
memory available for the operating system, programs and processes to use when the computer is running.
requires the computer to be turned on in order to retain data
The data in RAM is not permanently written (volatile memory)
All of the above
What does CPU stand for?
Central Processing Unit
Computer Processing Utility
Computing Part Unit
Core Processing Unit
What are these?
Hard Drives
Towers
Motherboards
CPU Chips
Which of these values represent the largest storage for a Hard Drive?
2.0 TB
10.0 GB
3000 GB
40,000 KB
Which is true about Random Access Memory (RAM)?
Contains volatile data that is erased when a PC power is loss
Serves as permanent storage for PC
It stores cookies from websites that the user browses on
It CANNOT be upgraded on a PC build
The clock speed measures the number of cycles your CPU executes per second, is measured in...
gigahertz (GHz)
terabytes (TBs)
gigabytes (GBs)
milliseconds (ms)
Which of these PC components should you upgrade to output better video quality?
GPU
CPU
RAM
SSD
What does OS stand for?
Operating Systems
Obsolete System
Operations Storage
Occupancy Storage
12 in base-10 is what in Hex?
A
B
C
D
15 in base-10 is what in Hex?
A
B
E
F
A in base-16 is what in binary?
1111
0101
1010
0110
1011 in base-2 is what in Hex?
B
C
D
E
D in base-16 is what in binary?
1111
1101
1011
0111
Convert the Hex number DA to binary.
1100 1010
1101 1011
1101 1010
1101 1110
Convert the Hex number B9 to binary.
1011 1001
1011 1000
1011 1101
1010 1001
Convert the Hex number 1F to binary.
0011 1111
0000 1111
0001 0111
0001 1111
Which of these is equivalent to the Hex number 1A?
16 + 8 + 2
8 + 4 + 2
16 + 8 + 1
16 + 8 + 4
Convert the Hex number 93 to decimal.
39
132
147
150
Convert the binary number 0101 0101 to Hex.
44
55
66
77
Convert the binary number 1010 1011 to Hex.
AB
BC
CD
9A
Convert the binary number 1100 0011 to Hex.
11
A2
C3
D4
Convert the binary number 1101 0110 to Hex.
A3
B4
C5
D6
Convert the binary number 1110 1011 to Hex.
EA
EB
BA
BC
The highest digit in Hexadecimal is ________________.
15
14
E
F
The highest digit in Octal is _________.
7
6
5
4
2 Hexadecimal digits represents....
1 Byte in data
1 Bit of data
8 bits of data
2 nybbles of binary values
Convert 1111 1111 to decimal
255
256
201
225
Convert 0010 0100 to decimal
26
36
46
56
Convert 0100 0100 to decimal
58
68
78
88
How many possible numbers can be represented with 1 Byte?
255
256
128
129
Which is equivalent to the binary number: 0010 1011 ?
16 + 8 + 2 + 1
64 + 16 + 4 + 2
16 + 4 + 1 + 0
32 + 8 + 2 + 1
Which is equivalent to the binary number: 1010 1000 ?
256 + 32 + 8
128 + 64 + 16
256 + 64 + 16
128 + 32 + 8
The truth table is for
NAND gate
AND gate
NOR gate
OR gate
Which truth table is correct for this logic gate?
If the input values are A = 1, B = 0, C = 0, D = 1, what would be the result at output F and G, respectively?
Output F = 0, Output G = 0
Output F = 0, Output G = 1
Output F = 1, Output G = 0
Output F = 1, Output G = 1
What is Boolean expression that would represent this Logic Gate Diagram?
¬(A | B) & C
¬((A | B) & C)
¬((A | B) & ¬C)
(A | B) & C
