Select the correct name for: an informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
- A. String (data type)
- B. Pseudocode ✓
- C. Code comment
- D. Garbage collection
Correct answer
B. Pseudocode
Explanation
Pseudocode refers to an informal, high-level description of a program's logic that is not tied to any specific programming language syntax.