Save
OCR Computer Science GCSE
Computer Systems
Units and data representation
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Christelle Nacino
Visit profile
Cards (212)
What is the smallest unit of data in computing?
Bit
View source
What does a binary digit represent?
A binary digit represents
two
possible states: 1 and
0
View source
How many bits are in a byte?
8
bits
View source
What is a nibble?
A nibble is
four
bits or
half
a byte
View source
What is the difference between analogue data and digital data?
Analogue data is a real-life signal that can vary greatly, while digital data is
binary
data that represents
analogue
data
View source
Why must analogue data be converted to digital data?
Because
computers
work with
digital
data
View source
What device is used to convert analogue signals to digital data?
Analogue-to-digital converter
(
ADC
)
View source
What device is used to convert digital signals back to analogue signals?
Digital-to-analogue converter
(
DAC
)
View source
What types of data can be represented in binary?
Numbers
Text
Images
Sound
View source
How is data represented in computing?
All data is represented as
binary digits
View source
What is the role of
instructions
in computing?
Instructions
act on data
in computing
View source
What is the base of the binary number system?
Base
2
View source
How do analogue and digital data interact in computing?
Analogue data must be converted to
digital
data for
computers
to use it
View source
What is the primary way
data
is
represented
in computer systems?
As
binary digits
View source
Why is it important to convert the capacity of a USB memory stick to the same units as the files being stored?
To ensure accurate calculations of storage capacity
View source
How many megabytes are in 1 gigabyte?
1,000
megabytes
View source
If you have 150 music files each of 6 megabytes, how much total storage space is required?
900
megabytes
View source
What calculation determines how many 6 megabyte files can fit on a 1 gigabyte USB memory stick?
1000 / 6
=
166.66
files
View source
How many word processed documents can a 1 gigabyte USB memory stick hold if each document is 50 kilobytes?
20,000
word processed files
View source
How many image files can a 1 gigabyte USB memory stick hold if each image file is 100 kilobytes?
10,000 image files
View source
How many video files can a 1 gigabyte USB memory stick hold if each video file is 100 megabytes?
10 video files
View source
What is the process to calculate how many files can fit on a USB memory stick?
Determine the
total size
of files to be stored.
Convert the USB
capacity
to the
same
unit as the files.
Divide
the USB capacity by the
size
of one file.
View source
What are the typical sizes of different file types that can be stored on a 1 gigabyte USB memory stick?
Word processed document: 50 kilobytes
Can hold 20,000 files
Image file: 100 kilobytes
Can hold 10,000 files
Video file: 100 megabytes
Can hold 10 files
View source
What is the number system most commonly used by people?
Denary
View source
How many unique digits are in the denary number system?
10 unique digits (0 to 9)
View source
What is the binary number system also known as?
Base 2
View source
What are the four rules for adding two binary numbers?
0 + 0 = 0
1 + 0 = 1
1 + 1 = 10
1 + 1 + 1 = 11
View source
What is the process of adding two binary numbers?
Align the numbers by their
least
significant bit.
Apply the
four
binary
addition
rules.
Carry
over if necessary.
Write
down the result.
View source
What is the binary result of adding
01
+
01 +
01
+
10
10
10
?
11
11
11
(which is denary 3)
View source
What is the binary result of adding
01
+
01 +
01
+
101
101
101
?
110
110
110
(which is denary
6
)
View source
What is the binary result of adding
01010011
+
01010011 +
01010011
+
01110110
01110110
01110110
?
11001001
11001001
11001001
(which is denary 201)
View source
What is overflow in binary addition?
Overflow
occurs when the result requires
more bits
than are available.
View source
What is the largest number that can be recorded using eight bits?
11111111
11111111
11111111
(denary
255
)
View source
What happens when adding
11111110
11111110
11111110
and
00000010
00000010
00000010
in an eight-bit system?
The result is
00000000
00000000
00000000
(denary 0) due to
overflow.
View source
How can you check your binary addition results?
Convert each binary number to denary.
Perform the addition in denary.
Compare the results.
View source
What is the primary number system used by people?
Denary
View source
How many unique digits are in the denary number system?
10
unique digits (
0-9
)
View source
What is the binary number system also known as?
Base 2
View source
How many symbols does the binary number system contain?
Two
symbols (0 and
1
)
View source
What is hexadecimal also known as?
Hex
View source
See all 212 cards