nerdexam
CompTIA

FC0-U71 · Question #35

Which of the following types of programming languages uses tags rather than code?

The correct answer is A. Markup. Markup languages use tags - special symbols or keywords enclosed in angle brackets or similar delimiters - to annotate and structure content. HTML and XML are classic examples, using tags like <p> or <title> to define structure rather than writing procedural instructions. Assembl

Software Development Concepts

Question

Which of the following types of programming languages uses tags rather than code?

Options

  • AMarkup
  • BAssembly
  • CQuery
  • DCompiled

How the community answered

(41 responses)
  • A
    90% (37)
  • B
    5% (2)
  • C
    2% (1)
  • D
    2% (1)

Explanation

Markup languages use tags - special symbols or keywords enclosed in angle brackets or similar delimiters - to annotate and structure content. HTML and XML are classic examples, using tags like <p> or <title> to define structure rather than writing procedural instructions. Assembly uses low-level mnemonics, query languages (like SQL) use structured commands to retrieve data, and compiled languages use high-level source code that is translated to machine code.

Topics

#Programming languages#Markup languages#Tags#Language types

Community Discussion

No community discussion yet for this question.

Full FC0-U71 Practice