Font size
WorksheetsOCR GCSE Computer Science: Data Representation
Total questions: 50
Worksheet time: 17mins
What is the smallest unit of data in computing?
Kilobyte
Nibble
Bit
Byte
How many bits are there in a byte?
8
4
16
32
What is a nibble equivalent to?
2 bytes
4 bits
8 bits
1 byte
What does binary data represent in computers?
Hexadecimal numbers
Decimal numbers
Analogue data
None of the above
What device converts analogue signals to digital data?
Analogue-to-Digital Converter
Signal Processor
Binary Converter
Digital-to-Analogue Converter
How many bytes are in 1 kilobyte?
2048
500
1024
1000
What is the binary system also known as?
Base 8
Base 16
Base 2
Base 10
What is the unit used to measure large quantities of data, which is larger than a terabyte?
Kilobyte
Petabyte
Megabyte
Gigabyte
What is the primary form in which data is stored in a computer?
Decimal
Hexadecimal
Binary
Analogue
What is the term for a unit of data containing 8 bits?
Nibble
Byte
Word
Bit
What does ADC stand for?
Analogue Data Conversion
Analogue-to-Digital Converter
Audio Digital Converter
Advanced Data Conversion
Which of the following is not a type of data?
Integer
Character
Boolean
Formula
What is used to convert a digital signal back to an analogue signal?
DAC
ADC
GPU
CPU
How many kilobytes are in one megabyte?
1000
1024
100
500
What does the term 'binary digit' refer to?
Byte
Bit
Baud
Block
Is 'real' sound analogue or digital?
Analogue
Digital
How does a higher picture resolution effect quality & file size?
Quality is improved as there is more detail, file size is larger
Quality is worse, as there is less detail but a smaller file size.
An image is 50 pixels wide by 20 pixels high. The colour depth is 2 bit, what is the file size in bits?
20 bits
200 bits
2000 bits
20000 bits
Define what is meant by the term 'colour depth'
The number of pixels in an image, width*height, measured by dpi.
The number of bits used to encode each pixel and thus the number of available colours
How does a higher colour depth i.e. 16 bit instead of 4 bit effect quality & file size?
Quality is improved as there are more colours available per pixel but file size is larger
Quality is worse, as there are less colours available per pixel but a smaller file size.
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.
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.
Define what is meant by 'bit depth'
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.
Define what is meant by the term 'character set'?
All the characters recognised/can be represented by a computer. Each character has a number.
A set of characters in Disney
How many bits (0s and 1s) are used in ASCII?
7
8
9
16
ASCII, Extended ASCII and Unicode are Standards for inputting data into a computer - True or False?
True
False
What is D in binary
1111
1101
1011
0111
Why is hexadecimal used by humans
It is easier to read
it takes up less space on the page/screen
it is easier to remember
It is easier to type
It saves space on the computer
