Asked by Kylee Israelsen on Jul 22, 2024

verifed

Verified

The source program is written in ____.

A) assembly language
B) machine language
C) a high-level language
D) binary language

High-Level Language

A programming language that is designed to be easy for humans to read and write, abstracting the details of the computer architecture.

Assembly Language

A low-level programming language that is closely related to machine code, but readable by humans.

Machine Language

The most basic programming language that is understood directly by a computer's CPU, consisting of binary or hexadecimal instructions.

  • Understand the principles underlying programming languages and their conversion to machine language.
verifed

Verified Answer

KM
Katakuri MercuryJul 27, 2024
Final Answer :
C
Explanation :
The source program is written in a high-level language, which is then translated into machine or binary language by a compiler or interpreter. Assembly language and machine language are low-level languages, while binary language is the lowest-level language and is essentially just a series of 0s and 1s.