Save
...
Paper 1
1.2 Memory and Storage
1.2.3 Units
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Pav Bath
Visit profile
Cards (15)
What is the smallest unit of data in computing?
Bit
View source
How many bits are in a nibble?
4
bits
View source
How many bits are in a byte?
8
bits
View source
How many bytes are in a kilobyte?
1,000
bytes
View source
How many kilobytes are in a megabyte?
1,000
KB
View source
How many megabytes are in a gigabyte?
1,000
MB
View source
How many gigabytes are in a terabyte?
1,000
GB
View source
How many terabytes are in a petabyte?
1,000
TB
View source
Why does data need to be converted into binary format for processing by a computer?
Because computers operate using
transistors
that recognize only two
states
.
View source
What are the two values that transistors in computers can represent?
On or off (
1 or 0
)
View source
How does a circuit determine the state of electricity flow?
By checking if electricity is flowing or not flowing.
View source
How do the concepts of on/off and 1/0 relate to the functioning of a computer?
They represent the
binary system
that computers use to process data.
View source
If a computer uses a circuit that checks for two states, what values can it process?
1
and
0
View source
What are the units of data from smallest to largest?
Bit
Nibble
(4 bits)
Byte
(8 bits)
Kilobyte
(1,000 bytes)
Megabyte
(1,000 KB)
Gigabyte
(1,000 MB)
Terabyte
(1,000 GB)
Petabyte
(1,000 TB)
View source
What is the role of transistors in a computer?
Act as switches
Represent
binary values
(1 or 0)
Enable
processing
of data
View source