🎴 Flashcard Mode

BASIC Programming Fundamentals

Card1 / 22
Mastered0
Review0
QuestionClick to flip

The three levels of programming languages, in order from the most machine-oriented to the most human-oriented are

AnswerClick to flip back
A
machine language, assembly language, and high-level language
💡 Explanation:

Machine language uses raw binary instructions directly executed by the CPU. Assembly language adds mnemonics for machine instructions but remains hardware-specific. High-level languages use human-readable abstractions and are machine-independent.

Change Mode