2026 COMPLETE QUESTIONS AND
SOLUTIONS GRADED A+
◉ The field of work that focuses on designing and building programs
for computers to execute is known as ___________.
Answer: software development
◉ The <div> tag is a common element used for which of the
following?
Answer: a generic group of content
◉ The architectural layer responsible for acting as a liaison between
the presentation layer and the data layer is known as the _________
tier.
Answer: logic
◉ _________ is a technique that engineers use to designate common
elements across web pages to dynamically load only specific
sections of pages, saving time and bandwidth.
Answer: AJAX
, ◉ JavaScript is an example of a(n) __________ language. It is processed
as it is executed by the browser without needing to be reformatted
beforehand
Answer: interpreted
◉ APIs that do not come standard with your web browser and must
be deliberately integrated into your web application are known as
_________ APIs.
Answer: third-party
◉ The HTML tag that is known as the root element and is
responsible for wrapping all other content on the page looks like
which of the following?
Answer: <html>
◉ <p>I want to make a <strong>big</strong> impact.</p>
In the HTML snippet above, the "strong" tags are an example of
a(n)_____________.
Answer: nested element
◉ In an effort to provide tools for engineers to build stronger, easier
to read HTML documents, HTML5 introduced __________, so that
engineers could group their content in very clear ways.