Skip to main content

← back to the guide

OCR A-Level Computer Science Data exchange and databases overview quiz quiz

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

  1. Which statement about lossless compression is correct?

  2. Run length encoding would compress which data most effectively?

  3. Symmetric encryption uses

  4. Why is hashing, rather than encryption, used to store passwords?

  5. A primary key must be

  6. How is a many-to-many relationship implemented in a relational database?

  7. A table is in third normal form when, in addition to being in 2NF,

  8. Which SQL clause filters the rows returned by a SELECT statement?

  9. What is the danger of omitting the WHERE clause from an UPDATE statement?

  10. An INNER JOIN combines two tables by

  11. The atomicity property of a transaction guarantees that

  12. Record locking is used to prevent which problem during concurrent access?