FC0-U61 · Question #506
Which of the following programming languages is considered a low-level language with commands specific to the processor type used?
The correct answer is A. Assembly. Assembly language is a low-level programming language that uses commands specifically tailored to the underlying processor architecture.
Question
Which of the following programming languages is considered a low-level language with commands specific to the processor type used?
Options
- AAssembly
- BC++
- CSQL
- DHTML
How the community answered
(31 responses)- A94% (29)
- B3% (1)
- C3% (1)
Why each option
Assembly language is a low-level programming language that uses commands specifically tailored to the underlying processor architecture.
Assembly language is a low-level programming language that directly interacts with the computer's hardware, using mnemonic codes that correspond closely to the specific instruction set of a particular CPU type.
C++ is a high-level programming language that is compiled into machine code but is designed to be largely platform-independent at the source code level.
SQL (Structured Query Language) is a domain-specific language used for managing and querying relational databases, operating at a high level of abstraction.
HTML (HyperText Markup Language) is a markup language used for structuring web content, not a programming language, and is interpreted by web browsers.
Concept tested: Low-level programming languages
Source: https://learn.microsoft.com/en-us/windows/win32/wnet/assembly-language-programming
Topics
Community Discussion
No community discussion yet for this question.