WGU C777 EXAM ACTUAL TEST QUESTIONS
AND SOLVED ANSWERS
◉ Which type of CSS effect allows you to rotate an element
clockwise to a new position without animation?
A) 2D transformation
B) User interface
C) Scale
D) Transition
Answer: 2D transformation
◉ Which type of JavaScript error is typically caused by improper use
of commands, and occurs after the script has loaded and is
executing?
A) Logic error
B) Load-time error
C) Run-time error
D) Casting error
Answer: Run-time error
◉ In JavaScript, what is a property?
A) The action that an object can be made to perform
,B) The user-defined action that triggers a function
C) A descriptive characteristic of an object that the developer
specifies when creating the object
D) The specific quality that belongs to an attribute of an object
Answer: A descriptive characteristic of an object that the developer
specifies when creating the object
◉ You are embedding audio in your HTML5 page and want to specify
that the audio file should automatically play immediately upon
loading. Which attribute is needed to accomplish this?
A) autoplay="autoplay"
B) loop="loop"
C) loop="autoplay"
D) autoplay="loop"
Answer: autoplay="autoplay"
◉ What is the purpose of the CSS3 @font-face rule?
A) To limit the number of fonts used on any single Web page
B) To enable developers to specify custom fonts for Web page
elements
C) To specify a single font face for a page but allow various sizes and
styles of it
D) To enable users to change fonts to their preferences on a Web
page
, Answer: To enable developers to specify custom fonts for Web page
elements
◉ What is the purpose of the CSS3 transition-delay property?
A) To describe the speed of the transition
B) To describe the entrance and exit styles of the transition
C) To define when the transition will begin
D) To define the amount of time that the transition takes
Answer: To define when the transition will begin
◉ While filling out a form, Oscar neglected to enter a value in the
"Middle Initial" field, and then submitted the form. What variable
data type will the "Middle Initial" field contain?
A) Object
B) Boolean
C) Null
D) Undefined
Answer: Null
◉ You can use CSS to align images to text. Which of the following
alignment options is the default alignment?
A) Left
B) Right
AND SOLVED ANSWERS
◉ Which type of CSS effect allows you to rotate an element
clockwise to a new position without animation?
A) 2D transformation
B) User interface
C) Scale
D) Transition
Answer: 2D transformation
◉ Which type of JavaScript error is typically caused by improper use
of commands, and occurs after the script has loaded and is
executing?
A) Logic error
B) Load-time error
C) Run-time error
D) Casting error
Answer: Run-time error
◉ In JavaScript, what is a property?
A) The action that an object can be made to perform
,B) The user-defined action that triggers a function
C) A descriptive characteristic of an object that the developer
specifies when creating the object
D) The specific quality that belongs to an attribute of an object
Answer: A descriptive characteristic of an object that the developer
specifies when creating the object
◉ You are embedding audio in your HTML5 page and want to specify
that the audio file should automatically play immediately upon
loading. Which attribute is needed to accomplish this?
A) autoplay="autoplay"
B) loop="loop"
C) loop="autoplay"
D) autoplay="loop"
Answer: autoplay="autoplay"
◉ What is the purpose of the CSS3 @font-face rule?
A) To limit the number of fonts used on any single Web page
B) To enable developers to specify custom fonts for Web page
elements
C) To specify a single font face for a page but allow various sizes and
styles of it
D) To enable users to change fonts to their preferences on a Web
page
, Answer: To enable developers to specify custom fonts for Web page
elements
◉ What is the purpose of the CSS3 transition-delay property?
A) To describe the speed of the transition
B) To describe the entrance and exit styles of the transition
C) To define when the transition will begin
D) To define the amount of time that the transition takes
Answer: To define when the transition will begin
◉ While filling out a form, Oscar neglected to enter a value in the
"Middle Initial" field, and then submitted the form. What variable
data type will the "Middle Initial" field contain?
A) Object
B) Boolean
C) Null
D) Undefined
Answer: Null
◉ You can use CSS to align images to text. Which of the following
alignment options is the default alignment?
A) Left
B) Right