Multiple choice

This is useful for planning and writing algorithms, half english, half code.

  1. Debugger

  2. Algorithm

  3. Psuedocode

  4. Script

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

Pseudocode is a planning tool that mixes English-like descriptions with code-like structure. It helps design algorithms before coding.