Which unit is used to describe the smallest addressable unit of data storage in a computer?
- Bit
- Word
- Nibble
- Byte
8 mixed-difficulty practice questions in the style of real CIE IGCSE papers — answers, mark-scheme-style explanations, and the official exam structure all on one page.
Take a Mini Mock →Mixed-difficulty questions from across the Computer Science syllabus. Tap "Show answer" after each to check yourself.
Which unit is used to describe the smallest addressable unit of data storage in a computer?
Which of the following best describes a procedure in programming?
A string variable word is assigned the value "Cambridge". Which of the following correctly returns the length of this string?
Which of the following best describes the purpose of cache memory in a CPU?
Which of the following best describes 'open-source software'?
What is the output of the following pseudocode sequence? x ← 5 y ← 2 x ← x + y OUTPUT x
Which pseudocode construct is used to repeat a block of statements a fixed, known number of times?
A data block is transmitted and the checksum calculated at the receiver is different from the checksum sent with the data. What does this indicate?