Multiple choice

The instructions in a computer program are executed (carried out) randomly. True or false?

  1. True

  2. False

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

Computer programs are executed in a specific, deterministic order (sequence), not randomly. The programmer defines the logic that determines the order of execution.