Multiple choice

When coding, sometimes you need to write a description of what your code does in plain language. What is that called?

  1. Shorthand

  2. Pseudocode

  3. Blockly

  4. Note-taking.

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

Pseudocode is a plain-language description of the steps in an algorithm, used by programmers to plan out code before writing it in a specific language.