Question

Code that is not part of the functionality of the program but is intended to be easy for people to read is called what?
Group of answer choices

Pseudocode

Compiled

Commented

Interpreted

Answers

GPT-4o mini
The correct answer is **Pseudocode**.

Pseudocode is a method of designing algorithms that uses structured yet simple language to outline program logic in a way that is easy for humans to read and understand. It is not compiled or interpreted as actual code, and while commented code can also improve readability, pseudocode specifically refers to a style of writing algorithms.