MCQ Single Best Answer Easy

QWhich of the following is NOT considered a high-level programming language?

ID: #23102 What is Programming language? 86 views
Question Info
#23102Q ID
EasyDifficulty
What is Programming language?Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Python
  • B JavaScript
  • C Assembly
  • D Java
Correct Answer: Option C

Explanation

Assembly language is considered a low-level programming language, as it operates close to machine code, the fundamental code language of computers. Unlike high-level languages like Python, JavaScript, and Java, which use human-readable syntax, assembly language consists of mnemonic codes and symbols that directly correspond to machine instructions. High-level programming languages are easier for developers to read, write, and understand, as they use more abstract syntax and structures. In contrast, assembly requires a detailed understanding of the underlying hardware architecture, making it more complex to use. Assembly is often used in system programming for performance-critical applications, where direct hardware control is necessary, while high-level languages are preferred for application development because of their flexibility, readability, and broader applicability.

Share This Question

Challenge a friend or share with your study group.