nerdexam
CompTIA

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.

Software Development

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)
  • A
    94% (29)
  • B
    3% (1)
  • C
    3% (1)

Why each option

Assembly language is a low-level programming language that uses commands specifically tailored to the underlying processor architecture.

AAssemblyCorrect

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.

BC++

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.

CSQL

SQL (Structured Query Language) is a domain-specific language used for managing and querying relational databases, operating at a high level of abstraction.

DHTML

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

#low-level language#assembly language#processor specific

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice