Multiple choice

Pseudo code is

  1. false logic

  2. programming aid

  3. both (1) and (2)

  4. neither (1) nor (2)

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

Pseudocode is a high-level description of an algorithm that uses natural language constructs to help programmers plan the logic of a program before writing actual code.