Page 1 of 133
WGU C777 - WEB DEVELOPMENT
APPLICATIONS OA & PA EXAM | OBJECTIVE
ASSESSMENT | {LATEST 2026/ 2027 UPDATE}
COMPLETE ACTUAL AND AUTHENTIC EXAM |
BRAND NEW!
HTML5 has introduced specific elements to structure Web pages. In
which structure element should you include hypertext menus to
access various pages of the Web site?
A) The <article> structure element
B) The <aside> structure element
C) The <nav> structure element
D) The <section> structure element
The <nav> structure element
Which of the following best describes the relationship between
JavaScript and Java?
A) JavaScript is a subset of Java.
B) Java is used to create mini JavaScript applications called applets.
C) JavaScript is used to create mini Java applications called applets.
,Page 2 of 133
D) JavaScript and Java are different languages and have no
relationship.
JavaScript and Java are different languages and have no relationship.
How should you embed JavaScript code in an HTML5 document to
which you are also linking an external JavaScript file?
A) You must include the call to the external file and the code you want
to embed in the same script statement.
B) You must use separate script statements to call the external file and
embed a separate script.
C) You must place the script statement to call the external file in the
body section of your document, and place the script statement
containing the code you want to embed in the head section of your
document.
D) You must place the script statement to call the external file in the
head section of your document, and place the script statement
containing the code you want to embed in the body section of your
document.
You must use separate script statements to call the external file and
embed a separate script.
,Page 3 of 133
Which tag should you use to reference an external .js file in your HTML
document when you want to add JavaScript from an external text file?
A) The html tag
B) The script tag
C) The head tag
D) The body tag
The script tag
Using JavaScript, you create a "ball" object and specify that the ball
can inflate, deflate, throw, kick, or bounce. What term describes the
actions you have specified for your "ball" object?
A) Methods
B) Properties
C) Attributes
D) Values
Methods
Which of the following best describes an object-oriented program?
A) A network of objects logically connected to one another that
perform a series of tasks
, Page 4 of 133
B) A sequence of statements that collectively perform a specific task
C) A collection of individual objects that perform different functions
D) A collection of objects that perform specific functions in a
sequential order
A collection of individual objects that perform different functions
JavaScript is a scripting language for adding dynamic interactivity to
Web pages. You can use JavaScript to:
A) interpret the script and return the appropriate responses on the
server side only.
B) interpret the script and return the appropriate responses on the
client side only.
C) interpret the script and return the appropriate responses on the
client side or on the server side.
D) position text and graphics on a Web page.
interpret the script and return the appropriate responses on the client
side or on the server side.
Which of the following is the most similar to JavaScript in purpose and
implementation?
A) C++
WGU C777 - WEB DEVELOPMENT
APPLICATIONS OA & PA EXAM | OBJECTIVE
ASSESSMENT | {LATEST 2026/ 2027 UPDATE}
COMPLETE ACTUAL AND AUTHENTIC EXAM |
BRAND NEW!
HTML5 has introduced specific elements to structure Web pages. In
which structure element should you include hypertext menus to
access various pages of the Web site?
A) The <article> structure element
B) The <aside> structure element
C) The <nav> structure element
D) The <section> structure element
The <nav> structure element
Which of the following best describes the relationship between
JavaScript and Java?
A) JavaScript is a subset of Java.
B) Java is used to create mini JavaScript applications called applets.
C) JavaScript is used to create mini Java applications called applets.
,Page 2 of 133
D) JavaScript and Java are different languages and have no
relationship.
JavaScript and Java are different languages and have no relationship.
How should you embed JavaScript code in an HTML5 document to
which you are also linking an external JavaScript file?
A) You must include the call to the external file and the code you want
to embed in the same script statement.
B) You must use separate script statements to call the external file and
embed a separate script.
C) You must place the script statement to call the external file in the
body section of your document, and place the script statement
containing the code you want to embed in the head section of your
document.
D) You must place the script statement to call the external file in the
head section of your document, and place the script statement
containing the code you want to embed in the body section of your
document.
You must use separate script statements to call the external file and
embed a separate script.
,Page 3 of 133
Which tag should you use to reference an external .js file in your HTML
document when you want to add JavaScript from an external text file?
A) The html tag
B) The script tag
C) The head tag
D) The body tag
The script tag
Using JavaScript, you create a "ball" object and specify that the ball
can inflate, deflate, throw, kick, or bounce. What term describes the
actions you have specified for your "ball" object?
A) Methods
B) Properties
C) Attributes
D) Values
Methods
Which of the following best describes an object-oriented program?
A) A network of objects logically connected to one another that
perform a series of tasks
, Page 4 of 133
B) A sequence of statements that collectively perform a specific task
C) A collection of individual objects that perform different functions
D) A collection of objects that perform specific functions in a
sequential order
A collection of individual objects that perform different functions
JavaScript is a scripting language for adding dynamic interactivity to
Web pages. You can use JavaScript to:
A) interpret the script and return the appropriate responses on the
server side only.
B) interpret the script and return the appropriate responses on the
client side only.
C) interpret the script and return the appropriate responses on the
client side or on the server side.
D) position text and graphics on a Web page.
interpret the script and return the appropriate responses on the client
side or on the server side.
Which of the following is the most similar to JavaScript in purpose and
implementation?
A) C++