Question & Answer

What are the three types of basic languages used in computer programming?

What are the three types of basic languages used in computer programming? a. Machine, assembly, and high-level languages.

b. PROLOG, COBOL, BASIC.

c. Zero, law, high levels.

d. FOTRAN, PPL, SNOWBALL

1 Answer

Verified archive
Quizzma TeamJune 28, 2025

The correct answer is: a. Machine, assembly, and high-level languages.

Explanation:
1. Machine Language: This is the lowest level of programming language and consists of binary code that the computer’s hardware can directly execute.
2. Assembly Language: This is a step above machine language. It uses symbolic representations (mnemonics) of machine code instructions, making it easier for humans to read and write.
3. High-Level Languages: These are more abstract and closer to human languages, making them easier to learn and use. Examples include Python, Java, and C++.

These three categories represent the evolution from low-level to high-level programming languages, catering to different levels of abstraction in programming. For more in-depth information, consider checking the extended services page!