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.
Difficulty: Easy
About this MCQ
This Easy Programming Concepts MCQ checks one syllabus fact.
The question is: “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.”
The accepted answer is B. Pseudocode. Pseudocode refers to an informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
- A. String (data type)
Why not A: “String (data type)” is not correct. The accepted answer is B. Pseudocode. Pseudocode refers to an informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
- B. Pseudocode ✓
- C. Code comment
Why not C: “Code comment” is not correct. The accepted answer is B. Pseudocode. Pseudocode refers to an informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
- D. Garbage collection
Why not D: “Garbage collection” is not correct. The accepted answer is B. Pseudocode. Pseudocode refers to an informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
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.
Source: Programming Concepts Official Reference Guide
Tags: computer science, programming, coding basics, software development
Submitted by: MCQsHub Editorial
Related MCQs
- The concept in which a named value in a program that cannot be changed once it has been assigned is best known...
- Identify the correct definition of Constant.
- What term describes the following? an error that occurs when code does not follow the grammatical rules of the...
- In computer science, Syntax error refers to which of the following?
- Select the correct name for: an error that occurs while a program is executing, often causing it to crash or b...
- Which statement correctly explains Runtime error?