C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
1. True or false? You can use single or double quotes to create a string in
JavaScript.
True
False: True
2. True or false? When using a JavaScript confirm() method, if the user clicks OK,
false is returned. Otherwise, true is returned.
False
True: False
3. What is the role of JavaScript in web development?
JavaScript allows control of the behavior of the website
JavaScript creates the actual elements on a web page that can be assigned style
and behavior
JavaScript allows manipulation of how HTML elements appear
JavaScript is a global network of interconnected computers that allow data to
be shared: JavaScript allows control of the behavior of the website
4. What did HTML5 introduce?
Major changes that help developers create fully scalable pages without the
need for third-party software
Minor changes that help developers create fully scalable pages with the need
for third-party software
Major changes that help developers create partially scalable pages without the
need for third-party software
Minor changes that help developers create partially scalable pages with the
need for third-party software: Major changes that help developers create fully scalable pages without
the need for third-party software
, C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
5. Is any page made in HTML5 compatible with both computers and mobile
devices?
Yes
No
Only with computers
Only with mobile devices: Yes
6. What does the HTML5 SSE API issue?
Requests to the webserver, e.g., periodic web page content reloads that do not
require user action
The passage of information when the end user drags and drops files into
specific areas on a web page
The background execution of small programs on the end user's machine
A locally stored database, i.e., a client-side, size-limited alternative to storing
data remotely on a server-side database: Requests to the webserver, e.g., periodic web page
content reloads that do not require user action
7. What are syntax errors?
Spelling mistakes in code that will cause the code to not work as expected
Improperly written code that does not accomplish what you intended it to do
Code that does not meet specific standards
Code that is not validated against the W3C standard: Spelling mistakes in code that will cause
the code to not work as expected
8. Can errors have a domino effect?
Yes, one or two small errors could be triggering additional errors
No, errors do not have a domino effect
Yes, one or two large errors could be triggering additional errors
, C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
No, only large errors can trigger additional errors: Yes, one or two small errors could be
triggering additional errors
9. Why does a website's appearance matter?
It affects the appeal of a website
It affects the usability of a website
It affects the value of a website
all of the above: all of the above
10. What is the value of a property?
The description detailing how it will appear
The description detailing how it will not appear
The description detailing how it might appear
None of the above: The description detailing how it will appear
11. What happens when a value is not valid for a given property?
The declaration is deemed invalid and ignored by the CSS engine
The declaration is still applied by the CSS engine
The entire stylesheet is ignored by the CSS engine
The browser displays an error message: The declaration is deemed invalid and ignored by the CSS
engine
12. What is the default value for display for paragraphs in English?
display: block
display: inline
display: none
display: flex: display: block
13. Is positioning a method for creating the main layouts of a page?
No, it's more about managing and fine-tuning the position of specific items on
a page
Yes, it's the primary method for creating the main layouts of a page
No, it's more about preventing the movement of specific items on a page
, C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
Yes, it's the only method for creating the main layouts of a page: No, it's more about
managing and fine-tuning the position of specific items on a page
14. What is static positioning?
The default positioning that every element gets
A type of positioning that prevents an element from being moved
A type of positioning that moves an element relative to its position in normal
flow
A type of positioning that moves an element completely out of the page's
normal layout flow: The default positioning that every element gets
15. What is relative positioning?
A type of positioning that allows you to modify an element's position on the
page, moving it relative to its position in normal flow
A type of positioning that prevents an element from being moved relative to
its position in normal flow
A type of positioning that moves an element completely out of the page's
normal layout flow relative to its position in normal flow
The default positioning that every element gets relative to its position in normal
flow: A type of positioning that allows you to modify an element's position on the page, moving it relative to its
position in normal flow
16. What happens when you set the position property of an element to ab-
solute?
The element is completely separated from the rest of the page layout and sits
over the top of it
The element remains in its default position in normal flow and sits over the top
of it
Study online at https://quizlet.com/_gnvigb
1. True or false? You can use single or double quotes to create a string in
JavaScript.
True
False: True
2. True or false? When using a JavaScript confirm() method, if the user clicks OK,
false is returned. Otherwise, true is returned.
False
True: False
3. What is the role of JavaScript in web development?
JavaScript allows control of the behavior of the website
JavaScript creates the actual elements on a web page that can be assigned style
and behavior
JavaScript allows manipulation of how HTML elements appear
JavaScript is a global network of interconnected computers that allow data to
be shared: JavaScript allows control of the behavior of the website
4. What did HTML5 introduce?
Major changes that help developers create fully scalable pages without the
need for third-party software
Minor changes that help developers create fully scalable pages with the need
for third-party software
Major changes that help developers create partially scalable pages without the
need for third-party software
Minor changes that help developers create partially scalable pages with the
need for third-party software: Major changes that help developers create fully scalable pages without
the need for third-party software
, C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
5. Is any page made in HTML5 compatible with both computers and mobile
devices?
Yes
No
Only with computers
Only with mobile devices: Yes
6. What does the HTML5 SSE API issue?
Requests to the webserver, e.g., periodic web page content reloads that do not
require user action
The passage of information when the end user drags and drops files into
specific areas on a web page
The background execution of small programs on the end user's machine
A locally stored database, i.e., a client-side, size-limited alternative to storing
data remotely on a server-side database: Requests to the webserver, e.g., periodic web page
content reloads that do not require user action
7. What are syntax errors?
Spelling mistakes in code that will cause the code to not work as expected
Improperly written code that does not accomplish what you intended it to do
Code that does not meet specific standards
Code that is not validated against the W3C standard: Spelling mistakes in code that will cause
the code to not work as expected
8. Can errors have a domino effect?
Yes, one or two small errors could be triggering additional errors
No, errors do not have a domino effect
Yes, one or two large errors could be triggering additional errors
, C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
No, only large errors can trigger additional errors: Yes, one or two small errors could be
triggering additional errors
9. Why does a website's appearance matter?
It affects the appeal of a website
It affects the usability of a website
It affects the value of a website
all of the above: all of the above
10. What is the value of a property?
The description detailing how it will appear
The description detailing how it will not appear
The description detailing how it might appear
None of the above: The description detailing how it will appear
11. What happens when a value is not valid for a given property?
The declaration is deemed invalid and ignored by the CSS engine
The declaration is still applied by the CSS engine
The entire stylesheet is ignored by the CSS engine
The browser displays an error message: The declaration is deemed invalid and ignored by the CSS
engine
12. What is the default value for display for paragraphs in English?
display: block
display: inline
display: none
display: flex: display: block
13. Is positioning a method for creating the main layouts of a page?
No, it's more about managing and fine-tuning the position of specific items on
a page
Yes, it's the primary method for creating the main layouts of a page
No, it's more about preventing the movement of specific items on a page
, C777 Objective Assessment Simulation quiz
Study online at https://quizlet.com/_gnvigb
Yes, it's the only method for creating the main layouts of a page: No, it's more about
managing and fine-tuning the position of specific items on a page
14. What is static positioning?
The default positioning that every element gets
A type of positioning that prevents an element from being moved
A type of positioning that moves an element relative to its position in normal
flow
A type of positioning that moves an element completely out of the page's
normal layout flow: The default positioning that every element gets
15. What is relative positioning?
A type of positioning that allows you to modify an element's position on the
page, moving it relative to its position in normal flow
A type of positioning that prevents an element from being moved relative to
its position in normal flow
A type of positioning that moves an element completely out of the page's
normal layout flow relative to its position in normal flow
The default positioning that every element gets relative to its position in normal
flow: A type of positioning that allows you to modify an element's position on the page, moving it relative to its
position in normal flow
16. What happens when you set the position property of an element to ab-
solute?
The element is completely separated from the rest of the page layout and sits
over the top of it
The element remains in its default position in normal flow and sits over the top
of it