Edit Game
Paper 1
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   24  Close
What do you call a signal that tells the CPU to stop what it's doing and deal with something urgent?
Interrupt
What is the name of the program that helps you write, test, and debug code all in one place?
IDE - Integrated Development Environment
Which is bigger, Exbibyte or Pebibyte?
Exbibyte
Which character set uses 7 bits and can represent 128 characters?
ASCII
What is it called when a computer records sound at set times?
Sampling
What unique identifier is given to each device on a network?
IP adress
What hardware address is written into a network interface card?
MAC
What translates whole source code into machine code at once?
Compiler
What manages hardware and allows software to run?
Operating System
What kind of software includes antivirus and defragmentation tools?
Utility
What type of device gives data back to the user?
output device
What do you call a hardware device that sends data into the computer?
Input device
What CPU feature is measured in GHz?
Clock speed
What is fast memory located close to the CPU?
Cache
What type of memory is volatile and stores data being used now?
RAM
What type of memory is non-volatile and stores the BIOS?
ROM
What is used to detect errors in a single bit transmission?
Parity bit
What occurs when a binary calculation goes beyond available bits?
Overflow error
What term describes the number of pixels in an image?
Image resolution
What increases when you raise an image’s resolution and color depth?
File Size
What do you call 4 bits?
nibble
What is the name for the base-10 number system?
Denary
What base is used in the number system that includes 0–9 and A–F?
Hexadecimal
What is the smallest unit of data in computing?
Bits