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
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)- A90% (37)
- B5% (2)
- C2% (1)
- D2% (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
Community Discussion
No community discussion yet for this question.