Save
...
AQA GCSE Computer Science (BBC Bitesize)
Computational thinking and problem solving
Fundamentals of data representation
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Erin Harrod
Visit profile
Cards (185)
What is the most commonly used number system by humans?
Decimal
View source
How many unique digits are in the decimal system?
Ten
View source
What symbols does the binary number system contain?
0
and
1
View source
Why was the decimal system developed?
Because people had
ten fingers and toes
View source
What must decimal numbers be converted into for computer use?
Binary equivalent
View source
How is each decimal place value calculated?
By multiplying the
previous place value
by
ten
View source
What is the place value of the digit 1 in the number 124?
100
View source
What is the value of the number 124 calculated using place values?
(
1
×
100
) + (
2
×
10
) + (
4
×
1
)
View source
What are the key components of the decimal number system?
Ten unique
digits
:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Each place value is a
power of ten
Developed due to
human anatomy
(fingers and toes)
View source
What are the characteristics of the binary number system?
Contains two symbols: 0 and 1
Also known as
base 2
Used by computers for
calculations
and data representation
View source
What is the basic unit of data in computing?
Bit
View source
What does a binary digit represent?
Two possible
states
: 1 and 0
View source
How many bits are in a byte?
8
bits
View source
What is a nibble?
Four
bits
or half a
byte
View source
What are the units of data in the binary system?
8
bits
= 1
byte
(B)
1,000 bytes = 1
kilobyte
(KB)
1,000 kilobytes = 1
megabyte
(MB)
1,000 megabytes = 1
gigabyte
(GB)
1,000 gigabytes = 1
terabyte
(TB)
1,000 terabytes = 1
petabyte
(PB)
View source
What is the binary number system also known as?
Base 2
View source
How is data represented in a computer?
All data is represented as
binary digits
View source
What types of data can be represented in binary?
Numbers,
text
, images, and sound
View source
What is the smallest unit of data a computer can use?
Bit
View source
What is the purpose of binary in computing?
To store and process all types of
data
View source
How does the binary unit system describe larger numbers?
By using multiples of
1,000
View source
What is the relationship between bits and bytes?
1 byte =
8
bits
View source
What is the significance of the binary digit in computing?
It is the
fundamental
building block of data
View source
What is the common usage of multiples of 1,000 in computing?
To calculate
storage space
for
disk drives
View source
What is the role of instructions in data processing?
Data is acted on by
instructions
View source
What is the largest unit of data mentioned in the material?
Petabyte
(PB)
View source
What is the significance of character encoding in data representation?
It allows text to be represented in
binary
View source
How do binary addition and binary shift relate to data processing?
They are methods used in binary
calculations
View source
What is the binary number system also known as?
Base 2
View source
What symbols does the binary number system contain?
0
and
1
View source
What are the first eight binary place values?
128
64
32
16
8
4
2
1
View source
How do you convert binary to decimal?
Add
place values
with a 1
View source
What is the decimal equivalent of the binary number 1111100?
124
View source
What is another name for the decimal number system?
Denary
View source
How do you convert from decimal to binary?
Subtract the biggest
place value
possible
View source
What is the binary representation of the decimal number 84?
01010100
View source
How can you check if the binary conversion is correct?
Convert the binary back to
decimal
View source
What is the method to convert a decimal number to binary by division?
Divide by
two
and
reverse
digits
View source
What is the binary equivalent of the decimal number 12?
1100
View source
What is the binary equivalent of the decimal number 42?
101010
View source
See all 185 cards