NEW
Font size
WorksheetsTerm 04 Data Rep Roundup
Total questions: 50
Worksheet time: 32mins
Convert 3 to binary
10000001
01111110
00000011
11001100
The number of bits available to store data inside each sample
Sample Rate
Bit Rate
How many bytes are in a kilobyte?
1024
100
1234
128
How many bits was used to encode the original ASCII character set?
7
8
16
4
ASCII stands for...
American Standard Code for Information Interchange
Authentic Style Code for Information Interchange
American System Control for Information Interchange
Authentic System Coding for Information Interchange
ASCII can represent an emoji
True
False
What will the circuit's output be?
1
0
Is 'real' sound analogue or digital?
Analogue
Digital
Define what is meant by 'sampling'
Height of the wave is measured, at intervals and stored as binary.
The number of samples taken each second
The number of bits used per second of audio
The amount of information required to describe one second of a sound.
How many bits are used to represent each character in the ASCII character set?
5
6
7
8
Bitmap Colour Depth is
the colour of each pixel.
the density of pixels in an image.
information stored in an image to help recreate the image.
the number of bits used for each pixel.
How many bits was used to encode the original ASCII character set?
7
8
16
4
What does the following program display?
1,2,3,4
1,2,3,4,5
counter,counter,counter,counter,counter
0,1,2,3,4,5
When do you know when you come to the end of the loop?
Its states End loop
The command End is given
The indentation stops
Which data type is used to store whole numbers in Python?
float
str
bool
int
How many combinations of binary numbers can you make with a Bit Rate of 4?
2
16
65000
In a number system like binary, what is the value of each digit called?
Place value
Base
Bargain value
ASDA value
Convert the binary number 1110 to decimal.
3
10
15
14
Convert 64 to binary
10000000
01111110
01000000
11001100
Bitmap Colour Depth is
the colour of each pixel.
the density of pixels in an image.
information stored in an image to help recreate the image.
the number of bits used for each pixel.
How many bits was used to encode the original ASCII character set?
7
8
16
4
The resolution of an image refers to the quality of the image.
TRUE
FALSE
What is the output of an OR gate if the inputs are 1 and 0?
0
1
OFF
2
What is the output of an AND gate if the inputs are 1 and 0?
ON
2
1
0
