WGU C779 EXAM QUESTIONS AND
ANSWERS GRADED A+ 2025/2026
Server-side include is: - ANS An instruction within an HTML page that directs the web server
to perform an action
Scalable Vector Graphics (SVG) - ANS Open standard for Web images that provides
compression, searchable text and zooming features, in addition to animation.
A W3C recommended language that used XML to describe graphics and graphical applications.
Formats that support <video>: - ANS MP4, Ogg, WebM
An advantage to designing an image in layers: - ANS Can manipulate components
independently of the entire image as a whole
Formats that support <audio>: - ANS MP3, Ogg, Wav
Vector graphics - ANS Use coordinates to create images and specify colors, can be shrunken
without losing image quality
The most common type of bitmap on the web is: - ANS Digitized photographs
1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
,The relationship between hot spot coordinates and pixels: - ANS Coordinates are dependent
on pixel size; if image size changes coordinates must be changed.
What file format supports image layers? - ANS PNG
How to determine a hot spot: - ANS Pick the x and y coordinates for the hotspot's location in
the image and a URL reference.
Which file formats support transparency? - ANS PNG and GIF 89a
Which file formats support animation? - ANS PNG and GIF 89a
Which file formats support interlacing? - ANS PNG, GIF87a and GIF 89a
Image Map - ANS A graphic on a web page that contains one or more hot spots (clickable
regions)
Flash Technology - ANS A propriety technology that manipulates vector-based graphics to
create animated sequences
What tag is used to define a client-side image map? - ANS <map>
Which tag defines a hot spot region on an image map? - ANS <area>
An interlaced image is read from:
and displays the half when: - ANS Left to right; 50%
Purpose of the manifest - ANS Tells the browser where to store files locally so the user can
work without a network connection
2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
,Web Application Framework - ANS A set of software tools or code that is commonly used in
creation and management of online applications
Emulator - ANS A software that imitates a computer then allows non-native software to run
in a foreign environment
Event Handler - ANS In programming a line of code that allows a language to respond to a
specific event or user input
Interpreter - ANS Software used to read and process code in standard text files
Polymorphism - ANS The ability of a programming language to make an object behave
differently or take on different characteristics
Is Javascript client side or server side? - ANS Both
Variable (in regards to programming languages) - ANS A place in memory used to store
information for later use
Array - ANS A collection of variables stored in a series, allows you to create a series of
variables to later manipulate
APIs create apps for - ANS Mobile devices
Document Object Model (DOM) - ANS Describes objects or elements within a document
rendered by a web browser
Function - ANS A line of code that allows you to refer to an entire series of steps or
commands
3 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
, Microsoft's original server-side scripting solution is - ANS Active Server Pages (ASP)
Canvas - ANS An API used to create animation, graphics, games and video "on the fly"
without the need for a plug in
Language that does not allow for inheritance from one class to another - ANS Object-based
Include - ANS A set of files called a library that you can refer to in your code
Two attributes of Canvas - ANS Height and width
Echo - ANS The programming that repeats the input you type back into a terminal or
application window
What executes code on server-side languages? - ANS The web server NOT the web browser
Is DHTML a front or back end solution? - ANS Both
Compiler - ANS Application that processes code in standard text files into executable
applications
Statement (in programming) - ANS A logical construct in programming that allows you to
control the way information flows into the application
PHP (Hypertext Preprocessor) - ANS An interpreted server-side scripting language for creating
dynamic Web pages; runs on multiple platforms
To work with DOM in a browser you need a: - ANS A scripting language
4 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
ANSWERS GRADED A+ 2025/2026
Server-side include is: - ANS An instruction within an HTML page that directs the web server
to perform an action
Scalable Vector Graphics (SVG) - ANS Open standard for Web images that provides
compression, searchable text and zooming features, in addition to animation.
A W3C recommended language that used XML to describe graphics and graphical applications.
Formats that support <video>: - ANS MP4, Ogg, WebM
An advantage to designing an image in layers: - ANS Can manipulate components
independently of the entire image as a whole
Formats that support <audio>: - ANS MP3, Ogg, Wav
Vector graphics - ANS Use coordinates to create images and specify colors, can be shrunken
without losing image quality
The most common type of bitmap on the web is: - ANS Digitized photographs
1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
,The relationship between hot spot coordinates and pixels: - ANS Coordinates are dependent
on pixel size; if image size changes coordinates must be changed.
What file format supports image layers? - ANS PNG
How to determine a hot spot: - ANS Pick the x and y coordinates for the hotspot's location in
the image and a URL reference.
Which file formats support transparency? - ANS PNG and GIF 89a
Which file formats support animation? - ANS PNG and GIF 89a
Which file formats support interlacing? - ANS PNG, GIF87a and GIF 89a
Image Map - ANS A graphic on a web page that contains one or more hot spots (clickable
regions)
Flash Technology - ANS A propriety technology that manipulates vector-based graphics to
create animated sequences
What tag is used to define a client-side image map? - ANS <map>
Which tag defines a hot spot region on an image map? - ANS <area>
An interlaced image is read from:
and displays the half when: - ANS Left to right; 50%
Purpose of the manifest - ANS Tells the browser where to store files locally so the user can
work without a network connection
2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
,Web Application Framework - ANS A set of software tools or code that is commonly used in
creation and management of online applications
Emulator - ANS A software that imitates a computer then allows non-native software to run
in a foreign environment
Event Handler - ANS In programming a line of code that allows a language to respond to a
specific event or user input
Interpreter - ANS Software used to read and process code in standard text files
Polymorphism - ANS The ability of a programming language to make an object behave
differently or take on different characteristics
Is Javascript client side or server side? - ANS Both
Variable (in regards to programming languages) - ANS A place in memory used to store
information for later use
Array - ANS A collection of variables stored in a series, allows you to create a series of
variables to later manipulate
APIs create apps for - ANS Mobile devices
Document Object Model (DOM) - ANS Describes objects or elements within a document
rendered by a web browser
Function - ANS A line of code that allows you to refer to an entire series of steps or
commands
3 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
, Microsoft's original server-side scripting solution is - ANS Active Server Pages (ASP)
Canvas - ANS An API used to create animation, graphics, games and video "on the fly"
without the need for a plug in
Language that does not allow for inheritance from one class to another - ANS Object-based
Include - ANS A set of files called a library that you can refer to in your code
Two attributes of Canvas - ANS Height and width
Echo - ANS The programming that repeats the input you type back into a terminal or
application window
What executes code on server-side languages? - ANS The web server NOT the web browser
Is DHTML a front or back end solution? - ANS Both
Compiler - ANS Application that processes code in standard text files into executable
applications
Statement (in programming) - ANS A logical construct in programming that allows you to
control the way information flows into the application
PHP (Hypertext Preprocessor) - ANS An interpreted server-side scripting language for creating
dynamic Web pages; runs on multiple platforms
To work with DOM in a browser you need a: - ANS A scripting language
4 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.