MCQ Single Best Answer Easy

QWhat distinguishes a low-level language from a high-level language?

ID: #23107 What is Programming language? 124 views
Question Info
#23107Q ID
EasyDifficulty
What is Programming language?Topic

Choose the Best Option

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

  • A High-level languages require more memory
  • B Low-level languages are closer to machine code
  • C High-level languages execute faster than low-level languages
  • D Low-level languages only work on certain devices
Correct Answer: Option B

Explanation

Low-level languages are closer to machine language and hardware, allowing direct memory and CPU manipulation. These languages, including assembly and machine language, are used primarily in system programming, where hardware control and efficiency are essential. In contrast, high-level languages abstract hardware details and provide a user-friendly syntax, making them suitable for general application development. The trade-off is that low-level languages can be harder to write and read but allow for precise control over hardware resources, making them ideal for performance-sensitive applications.

Share This Question

Challenge a friend or share with your study group.