WJEC GCSE Computer Science Data representation overview quiz quiz
17questions. Pick an answer and you'll see why right away.
Why do computers use the binary number system?
How many bits are there in one byte?
Convert the binary number to denary.
Convert the denary number to -bit binary.
What is the largest denary value that can be stored in bits (unsigned)?
Convert the hexadecimal number to denary.
Why is hexadecimal used in computing?
When two -bit numbers are added and the result needs bits, what has occurred?
A binary number is shifted left by places. By what value is it multiplied?
How do you represent a negative number in two's complement?
What is one advantage of two's complement over sign and magnitude?
The ASCII code for 'A' is . What is the ASCII code for 'D'?
Why was Unicode introduced in addition to ASCII?
An image is pixels wide and pixels high with a colour depth of bits. What is its file size in bytes?
Increasing the sample rate of a sound recording will:
Which statement about lossy and lossless compression is correct?
How does run-length encoding compress the data RRRRGGG?