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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic