Prepare for the 241 Computer Science Certification Exam with comprehensive flashcards and multiple choice questions. Enhance knowledge with explanations and hints to excel in your test journey!

Multiple Choice

Which description matches a language using words and commands easy for humans to understand and organize, but which must be translated into a low-level language?

High-level languages are designed to be easy for humans to read and write, using words and structures that resemble natural language to organize code. They require a translator, such as a compiler or interpreter, to convert the program into a low-level form that the computer can execute. Pseudocode is for planning and isn’t run by a machine, machine language is the actual binary the CPU executes and is not human-friendly, and low-level languages like assembly are closer to the hardware but harder to read. The described scenario—the readable, human-friendly code that must be translated into a low-level form—fits a high-level language.

High-level languages are designed to be easy for humans to read and write, using words and structures that resemble natural language to organize code. They require a translator, such as a compiler or interpreter, to convert the program into a low-level form that the computer can execute. Pseudocode is for planning and isn’t run by a machine, machine language is the actual binary the CPU executes and is not human-friendly, and low-level languages like assembly are closer to the hardware but harder to read. The described scenario—the readable, human-friendly code that must be translated into a low-level form—fits a high-level language.