Page 1 of 38
WGU WEB DEVELOPMENT APPLICATIONS LATEST
VERSION WITH CORRECT ANSWERS
_____ compress data so that it can be transmitted in a fast and
efficient manner and then decompress it when it is to be read or
played back.
a. Codecs
b. Bitmaps
c. Add-ons
d. Tokens - answer-a
Data is compressed by removing redundant information using
_____ compression.
a. lossless
b. lossy
c. irreversible
d. reversible - answer-a
Consider the following text string consisting of four As followed
by five Bs and six Cs. Identify a string that ensures no loss of
information.
, Page 2 of 38
a. 4A5B6C
b. A3B4C5
c. ABC345
d. 456ABC - answer-a
The principle of responsive design is essential for today's user
interface designers. The term "responsive design" describes the
ability to create pages that: - answer-respond to user screen size.
What can be considered an advantage of using HTML5 APIs to
create mobile apps? - answer-HTML5 APIs use fewer resources
than plug-ins do.
HTML comes in several versions. Which of the following includes
the Transitional, Strict and Frameset "flavors"? - answer-HTML
4.01
You are using the <video> element to embed a video in your
HTML5 page. Which attribute should you use if you want to
identify an image to be displayed until the Play button is clicked
or while the video is downloading? - answer-The poster attribute
, Page 3 of 38
You want to create Web pages that can easily adapt to and serve
multimedia content to smartphones, tablets, gaming devices and
smart TVs, as well as to traditional desktop computers, without
the use of plug-ins. Which of the following would be best suited
for this purpose? - answer-HTML5 APIs
Which of the following statements about HTML5 is true? -
answer-HTML5 does not require third-party plug-ins for video
and audio content.
Ahmed is creating an intranet site for his company that may be
viewed using several different browsers. What can he do to help
ensure that his Web pages render appropriately, regardless of
the browser used to render them? - answer-Follow W3C
standards carefully.
Roshon wants to create an HTML5-compliant page that has four
sections: a section that contains the site navigation links, top and
bottom sections that contain a logo and copyright information,
and a section that contains the main message of the page. Which
elements should Roshon use to create these sections? - answer-
The <header>, <footer>, <nav> and <main> elements
, Page 4 of 38
You are embedding audio in your HTML5 page and want to
specify that the audio file should play over and over again
without stopping. Which attribute is needed to accomplish this? -
answer-loop="loop"
The developers of HTML5 created specific elements that you can
use to structure Web pages. Which statement is true regarding
these HTML5 structure elements? - answer-The elements are
native to any HTML5-compliant browser, regardless of whether
the browser is on a mobile device, laptop or tablet.
Moishe wants to develop mobile apps using the technologies
contained in the "HTML5 family." Which language in the family
should Moishe use to create dynamic, interactive capabilities for
his apps? - answer-JavaScript
Ellen wants to make her existing HTML 4.01 Web page code
easily adaptable to XML technologies, which she knows her
company will be adopting in the near future. How can she
accomplish this? - answer-By applying the stricter syntax rules of
XML to her existing code to upgrade the code from HTML to
XHTML
WGU WEB DEVELOPMENT APPLICATIONS LATEST
VERSION WITH CORRECT ANSWERS
_____ compress data so that it can be transmitted in a fast and
efficient manner and then decompress it when it is to be read or
played back.
a. Codecs
b. Bitmaps
c. Add-ons
d. Tokens - answer-a
Data is compressed by removing redundant information using
_____ compression.
a. lossless
b. lossy
c. irreversible
d. reversible - answer-a
Consider the following text string consisting of four As followed
by five Bs and six Cs. Identify a string that ensures no loss of
information.
, Page 2 of 38
a. 4A5B6C
b. A3B4C5
c. ABC345
d. 456ABC - answer-a
The principle of responsive design is essential for today's user
interface designers. The term "responsive design" describes the
ability to create pages that: - answer-respond to user screen size.
What can be considered an advantage of using HTML5 APIs to
create mobile apps? - answer-HTML5 APIs use fewer resources
than plug-ins do.
HTML comes in several versions. Which of the following includes
the Transitional, Strict and Frameset "flavors"? - answer-HTML
4.01
You are using the <video> element to embed a video in your
HTML5 page. Which attribute should you use if you want to
identify an image to be displayed until the Play button is clicked
or while the video is downloading? - answer-The poster attribute
, Page 3 of 38
You want to create Web pages that can easily adapt to and serve
multimedia content to smartphones, tablets, gaming devices and
smart TVs, as well as to traditional desktop computers, without
the use of plug-ins. Which of the following would be best suited
for this purpose? - answer-HTML5 APIs
Which of the following statements about HTML5 is true? -
answer-HTML5 does not require third-party plug-ins for video
and audio content.
Ahmed is creating an intranet site for his company that may be
viewed using several different browsers. What can he do to help
ensure that his Web pages render appropriately, regardless of
the browser used to render them? - answer-Follow W3C
standards carefully.
Roshon wants to create an HTML5-compliant page that has four
sections: a section that contains the site navigation links, top and
bottom sections that contain a logo and copyright information,
and a section that contains the main message of the page. Which
elements should Roshon use to create these sections? - answer-
The <header>, <footer>, <nav> and <main> elements
, Page 4 of 38
You are embedding audio in your HTML5 page and want to
specify that the audio file should play over and over again
without stopping. Which attribute is needed to accomplish this? -
answer-loop="loop"
The developers of HTML5 created specific elements that you can
use to structure Web pages. Which statement is true regarding
these HTML5 structure elements? - answer-The elements are
native to any HTML5-compliant browser, regardless of whether
the browser is on a mobile device, laptop or tablet.
Moishe wants to develop mobile apps using the technologies
contained in the "HTML5 family." Which language in the family
should Moishe use to create dynamic, interactive capabilities for
his apps? - answer-JavaScript
Ellen wants to make her existing HTML 4.01 Web page code
easily adaptable to XML technologies, which she knows her
company will be adopting in the near future. How can she
accomplish this? - answer-By applying the stricter syntax rules of
XML to her existing code to upgrade the code from HTML to
XHTML