OCR GCSE Computer Science 2.5 Programming languages and IDEs overview quiz quiz
12questions. Pick an answer and you'll see why right away.
Which is a characteristic of a high-level language?
What is machine code?
What does an assembler translate?
How does a compiler translate a program?
How does an interpreter translate a program?
Which is an advantage of a compiler over an interpreter?
What is an IDE?
Which IDE feature colours keywords, strings and comments differently to help spot mistakes?
Which IDE debugging tool pauses the program at a chosen line so the programmer can examine it?
Why is a low-level language sometimes chosen over a high-level language?
Why is a translator needed between source code and the CPU?
Which translator is most convenient while frequently testing code during development?