Demo practice questions for guest users.
for
paragraphs).
Option B: "It allows variables to change type during execution." This is incorrect. Markup languages
are not programming languages and do not involve variables or execution. Typing (dynamic or static)
is irrelevant to markup languages. Option C: "It requires fewer variables and variable conversions than
other languages because the
types can change during execution." This is incorrect. Markup languages do not use variables or
support execution, so the concept of variable conversions or dynamic typing does not apply. Option D:
"It does not perform complex algorithms, but instead describes the content and formatting
of webpages and other documents." This is correct. Markup languages like HTML and XML are used
to define the structure and presentation of content (e.g., webpages, documents) without executing
algorithms or performing computations.