Multiple choice

A program is a list of

  1. files

  2. icons

  3. instructions

  4. sites

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A computer program is fundamentally a sequence of instructions written in a programming language that tells the computer exactly what operations to perform. These instructions are executed in order (unless modified by control structures) to accomplish specific tasks.