CompTIA ITF+ (FC0-U61) — Question 145
Which of the following programming languages is considered a low-level language with commands specific to the processor type used?
Answer options
- A. Assembly
- B. C++
- C. SQL
- D. HTML
Correct answer: A
Explanation
Assembly language is classified as a low-level language because it provides direct control over hardware with commands that correspond closely to the architecture of the processor. In contrast, C++, SQL, and HTML are higher-level languages that abstract away the hardware specifics and focus on programming constructs, data manipulation, and web markup, respectively.