CompTIA
FC0-U71 · Question #100
Given the following pseudocode: <BODY> <P>This is a paragraph.</P> </BODY> Which of the following best represents the type of language used by this code?
The correct answer is A. Markup. The code shown uses HTML tags like <BODY> and <P>, which are part of a markup language. Markup languages describe the structure and presentation of text, not logic or computation.
Software Development Concepts
Question
Given the following pseudocode:
<BODY> <P>This is a paragraph.</P> </BODY> Which of the following best represents the type of language used by this code?Options
- AMarkup
- BQuery
- CCompiled
- DScripting
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- D5% (1)
Explanation
The code shown uses HTML tags like <BODY> and <P>, which are part of a markup language. Markup languages describe the structure and presentation of text, not logic or computation.
Topics
#Markup Language#HTML#Web Structure#Language Types
Community Discussion
No community discussion yet for this question.