Skip to main content

← back to the guide

WJEC GCSE Computer Science Data representation overview quiz quiz

17questions. Pick an answer and you'll see why right away.

  1. Why do computers use the binary number system?

  2. How many bits are there in one byte?

  3. Convert the binary number 0001101000011010 to denary.

  4. Convert the denary number 100100 to 88-bit binary.

  5. What is the largest denary value that can be stored in 88 bits (unsigned)?

  6. Convert the hexadecimal number 2A\text{2A} to denary.

  7. Why is hexadecimal used in computing?

  8. When two 88-bit numbers are added and the result needs 99 bits, what has occurred?

  9. A binary number is shifted left by 22 places. By what value is it multiplied?

  10. How do you represent a negative number in two's complement?

  11. What is one advantage of two's complement over sign and magnitude?

  12. The ASCII code for 'A' is 6565. What is the ASCII code for 'D'?

  13. Why was Unicode introduced in addition to ASCII?

  14. An image is 100100 pixels wide and 2020 pixels high with a colour depth of 88 bits. What is its file size in bytes?

  15. Increasing the sample rate of a sound recording will:

  16. Which statement about lossy and lossless compression is correct?

  17. How does run-length encoding compress the data RRRRGGG?