Deck 10: Creating Interactivity With Css and Javascript

Full screen (f)
exit full mode
Question
In CSS, the animation-iteration-count property specifies the number of times an animation should take place.
Use Space or
up arrow
down arrow
to flip the card.
Question
Which is a complex programming language, commonly used to create large business applications and native mobile applications for the Android operating system?

A) Safari
B) Java
C) Visual Basic
D) Opera
Question
Variables can be defined locally or globally in JavaScript. 
Question
JavaScript and Java are the same.
Question
Many mobile websites integrate an icon commonly called the _____ icon for use as a menu button.

A) hamburger
B) keyframe
C) emoji
D) favicon
Question
GitHub is an online repository used by developers to share code. 
Question
JavaScript was originally known as Mocha and then LiveScript.   
Question
Adding animation to a webpage distracts the user's attention and compromises their experience.
Question
JavaScript is a more complex programming language than Java.
Question
In JavaScript,  a function must include a name and statements that specify a task to be performed.
Question
JavaScript programming is needed to display and hide the navigation links for a mobile viewport.
Question
JavaScript is a(n) _____ scripting language, which means that the browser interprets and renders the JavaScript.

A) server-side
B) client-side
C) off-side
D) rule-based
Question
A(n) _____ in JavaScript is programming code and data that can be treated as its own entity.

A) object
B) section
C) kernel
D) block
Question
Developers can use JavaScript to validate form information.
Question
In general, it is not necessary for web developers to remove code. 
Question
All JavaScript  methods require arguments.
Question
Web developers use a scripting language to control webpages.
Question
The CSS _____ property  allows block elements to be transformed or changed within two-dimensional or three-dimensional space. 

A) transform
B) regulate
C) navigator
D) screen
Question
JavaScript is a(n)_____ language used to provide various types of functionality to webpages, such as the ability to interact with the user.

A) scripting
B) embedded
C) iterative
D) procedural
Question
When adding animation to a webpage, a webkit prefix is needed to accommodate older versions of Apple Safari.
Question
In CSS, the rotate(30deg) method rotates the element _____.

A) 30 degrees clockwise
B) 30 degrees counter-clockwise
C) 90 degrees clockwise
D) 180 degrees counter-clockwise
Question
Efficient use of JavaScript can significantly improve and enrich the user experience.
Question
In JavaScript, _____ must have a unique name and must follow the same naming conventions as user-defined functions.

A) comments
B) arguments
C) variables
D) elements
Question
A parameter or _____ is a value given to a method.

A) argument
B) element
C) function
D) event
Question
A marketing deal was struck with Sun Microsystems to adopt the Java name and change LiveScript to _____.

A) JavaScript
B) Windows
C) MacOS
D) Google
Question
JavaScript withholds interactivity between the webpage and the user.
Question
Which DOM method returns the first HTML element with the specified CSS selector?

A) querySelector( )
B) querySelectorAll( )
C) getElementsByName( )
D) getElementsByTagName( )
Question
Identify the code that shows how an object name and its property are separated.

A) browser=chrome.appName
B) browser=chrome*appName
C) browser=chrome$appName
D) browser=chrome#appName
Question
A(n) _____ is a set of JavaScript statements that perform a specific task.

A) function
B) element
C) argument
D) property
Question
JavaScript uses _____ to store values temporarily in internal memory.

A) arguments
B) elements
C) functions
D) variables
Question
A(n) _____ is how JavaScript associates an action with a function.

A) attribute
B) parameter
C) anchor element
D) event handler
Question
Which CSS transform property value is used to  resize an element?

A) translate( )
B) scale( )
C) trim ()
D) matrix( )
Question
Roger is writing a code and he has been advised by his mentor to provide comments in the code. What is the format that Roger must follow to write comments in JavaScript?

A) He must use a slash and asterisk for multiline comments.
B) He must use a single slash for a one-line comment.
C) He must use double slashes and a period for multiline comments.
D) He must use a period and asterisk for a one-line comment.
Question
Which CSS transform property value rotates an element a specified number of degrees clockwise or counter-clockwise?

A) matrix( )
B) skew( )
C) translate( )
D) rotate( )
Question
The _____ of JavaScript objects are attributes that describe an object's characteristics.

A) properties
B) elements
C) labels
D) placeholders
Question
Which term is used for actions that an object can perform?

A) properties
B) arguments
C) methods
D) strings
Question
Roger has created a JavaScript program as an external .js file. What is the format he must follow to specify the file as an external file?

A)
Question
Which CSS transform property value indicates a  2D transformation that accepts six values?

A) matrix( )
B) scale( )
C) translate( )
D) rotate( )
Question
In CSS, the skew method skews the _____ of an element.

A) corners
B) sides
C) opacity
D) texture
Question
To add an animation with CSS, you create it with an _____ rule; it specifies the name of the animation as well as the animation parameters. 

A) @transform
B) @validation
C) @keyframes
D) @specification
Question
Identify the correct  JavaScript  code used when  multiple statements appear on the same line.

A) foodOne = squash; foodTwo = pepper;
B) foodOne...squash, foodTwo...pepper.
C) foodOne =+squash//foodTwo =+ pepper.
D) foodOnesquash+foodTwopepper;
Question
In JavaScript, an object name and its property are separated by a(n) _____.

A) semicolon
B) colon
C) asterisk
D) period
Question
Which CSS animation property s pecifies the time it should take for the animation to complete?

A) delay
B) timing
C) fill
D) duration
Question
Which CSS animation property specifies the speed of the animation?

A) iteration-count
B) fill-mode
C) timing-function
D) name
Question
Match between columns
User submitted a form
onsubmit
User submitted a form
onerror
User submitted a form
onabort
User submitted a form
onfocus
User submitted a form
onunload
User submitted a form
onselect
User submitted a form
onblur
User submitted a form
onmouseout
User submitted a form
onchange
User submitted a form
onclick
User submitted a form
onmouseover
User submitted a form
onload
User made an object active
onsubmit
User made an object active
onerror
User made an object active
onabort
User made an object active
onfocus
User made an object active
onunload
User made an object active
onselect
User made an object active
onblur
User made an object active
onmouseout
User made an object active
onchange
User made an object active
onclick
User made an object active
onmouseover
User made an object active
onload
Object finished loading
onsubmit
Object finished loading
onerror
Object finished loading
onabort
Object finished loading
onfocus
Object finished loading
onunload
Object finished loading
onselect
Object finished loading
onblur
Object finished loading
onmouseout
Object finished loading
onchange
Object finished loading
onclick
Object finished loading
onmouseover
Object finished loading
onload
User left the page.
onsubmit
User left the page.
onerror
User left the page.
onabort
User left the page.
onfocus
User left the page.
onunload
User left the page.
onselect
User left the page.
onblur
User left the page.
onmouseout
User left the page.
onchange
User left the page.
onclick
User left the page.
onmouseover
User left the page.
onload
User stopped loading the page.
onsubmit
User stopped loading the page.
onerror
User stopped loading the page.
onabort
User stopped loading the page.
onfocus
User stopped loading the page.
onunload
User stopped loading the page.
onselect
User stopped loading the page.
onblur
User stopped loading the page.
onmouseout
User stopped loading the page.
onchange
User stopped loading the page.
onclick
User stopped loading the page.
onmouseover
User stopped loading the page.
onload
User changed the object.
onsubmit
User changed the object.
onerror
User changed the object.
onabort
User changed the object.
onfocus
User changed the object.
onunload
User changed the object.
onselect
User changed the object.
onblur
User changed the object.
onmouseout
User changed the object.
onchange
User changed the object.
onclick
User changed the object.
onmouseover
User changed the object.
onload
User selected contents of an object.
onsubmit
User selected contents of an object.
onerror
User selected contents of an object.
onabort
User selected contents of an object.
onfocus
User selected contents of an object.
onunload
User selected contents of an object.
onselect
User selected contents of an object.
onblur
User selected contents of an object.
onmouseout
User selected contents of an object.
onchange
User selected contents of an object.
onclick
User selected contents of an object.
onmouseover
User selected contents of an object.
onload
User clicked the object.
onsubmit
User clicked the object.
onerror
User clicked the object.
onabort
User clicked the object.
onfocus
User clicked the object.
onunload
User clicked the object.
onselect
User clicked the object.
onblur
User clicked the object.
onmouseout
User clicked the object.
onchange
User clicked the object.
onclick
User clicked the object.
onmouseover
User clicked the object.
onload
User left the object.
onsubmit
User left the object.
onerror
User left the object.
onabort
User left the object.
onfocus
User left the object.
onunload
User left the object.
onselect
User left the object.
onblur
User left the object.
onmouseout
User left the object.
onchange
User left the object.
onclick
User left the object.
onmouseover
User left the object.
onload
Mouse moved over an object.
onsubmit
Mouse moved over an object.
onerror
Mouse moved over an object.
onabort
Mouse moved over an object.
onfocus
Mouse moved over an object.
onunload
Mouse moved over an object.
onselect
Mouse moved over an object.
onblur
Mouse moved over an object.
onmouseout
Mouse moved over an object.
onchange
Mouse moved over an object.
onclick
Mouse moved over an object.
onmouseover
Mouse moved over an object.
onload
Mouse moved off an object.
onsubmit
Mouse moved off an object.
onerror
Mouse moved off an object.
onabort
Mouse moved off an object.
onfocus
Mouse moved off an object.
onunload
Mouse moved off an object.
onselect
Mouse moved off an object.
onblur
Mouse moved off an object.
onmouseout
Mouse moved off an object.
onchange
Mouse moved off an object.
onclick
Mouse moved off an object.
onmouseover
Mouse moved off an object.
onload
onsubmit
onerror
onabort
onfocus
onunload
onselect
onblur
onmouseout
onchange
onclick
onmouseover
onload
Question
Explain the evolution of CSS and how it is used today. What is the purpose of the transform property?
Question
The hamburger icon, used as the menu button in websites, consists of a single horizontal line.
Question
Explain why most modern websites use some form of JavaScript within their website.
Question
Identify the correct code used to add an onclick event handler to call a hamburger function. 

A) "hamburger()" ++ setonclick=
B) onclick="hamburger()"
C) [onclick*hamburger]
D) onclick^to^ hamburger
Question
If you create a variable named foodGroup, JavaScript will recognize this variable if it is written as FoodGroup.
Question
Explain the use of an if/else statement in JavaScript.
Question
What do JavaScript statements end with?

A) semicolon
B) colon
C) astericks
D) period
Question
Identify the event handler that indicates the user has made an object active.

A) onfocus
B) onclick
C) onselect
D) onload
Question
CSS began as a simple way to add color and design a webpage.
Question
In JavaScript,  methods are followed by _____.

A) a semicolon
B) parentheses
C) an ampersand
D) a period
Question
Which CSS animation property specifies whether the animation is in progress or paused?

A) direction
B) play-state
C) timing-function
D) delay
Question
You can use the jQuery _____ method to create animations on a webpage.

A) script()
B) embed()
C) animate()
D) translate()
Question
Which CSS animation property s pecifies  the element style when the animation is not taking place ?

A) direction
B) fill-mode
C) play-state
D) name
Question
Briefly describe DOM methods and the DOM tree.
Question
Explain how variables are defined in JavaScript.
Question
In JavaScript, methods associated with the document object might be write and open .
Question
Briefly describe the purpose of jQuery.
Question
Properties cannot be assigned to JavaScript objects.
Question
Briefly explain how to write JavaScript code.
Question
In CSS, the animation-delay property s pecifies the direction of an animation: forward or reverse.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/65
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 10: Creating Interactivity With Css and Javascript
1
In CSS, the animation-iteration-count property specifies the number of times an animation should take place.
False
2
Which is a complex programming language, commonly used to create large business applications and native mobile applications for the Android operating system?

A) Safari
B) Java
C) Visual Basic
D) Opera
B
3
Variables can be defined locally or globally in JavaScript. 
False
4
JavaScript and Java are the same.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
5
Many mobile websites integrate an icon commonly called the _____ icon for use as a menu button.

A) hamburger
B) keyframe
C) emoji
D) favicon
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
6
GitHub is an online repository used by developers to share code. 
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
7
JavaScript was originally known as Mocha and then LiveScript.   
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
8
Adding animation to a webpage distracts the user's attention and compromises their experience.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
9
JavaScript is a more complex programming language than Java.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
10
In JavaScript,  a function must include a name and statements that specify a task to be performed.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
11
JavaScript programming is needed to display and hide the navigation links for a mobile viewport.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
12
JavaScript is a(n) _____ scripting language, which means that the browser interprets and renders the JavaScript.

A) server-side
B) client-side
C) off-side
D) rule-based
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
13
A(n) _____ in JavaScript is programming code and data that can be treated as its own entity.

A) object
B) section
C) kernel
D) block
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
14
Developers can use JavaScript to validate form information.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
15
In general, it is not necessary for web developers to remove code. 
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
16
All JavaScript  methods require arguments.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
17
Web developers use a scripting language to control webpages.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
18
The CSS _____ property  allows block elements to be transformed or changed within two-dimensional or three-dimensional space. 

A) transform
B) regulate
C) navigator
D) screen
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
19
JavaScript is a(n)_____ language used to provide various types of functionality to webpages, such as the ability to interact with the user.

A) scripting
B) embedded
C) iterative
D) procedural
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
20
When adding animation to a webpage, a webkit prefix is needed to accommodate older versions of Apple Safari.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
21
In CSS, the rotate(30deg) method rotates the element _____.

A) 30 degrees clockwise
B) 30 degrees counter-clockwise
C) 90 degrees clockwise
D) 180 degrees counter-clockwise
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
22
Efficient use of JavaScript can significantly improve and enrich the user experience.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
23
In JavaScript, _____ must have a unique name and must follow the same naming conventions as user-defined functions.

A) comments
B) arguments
C) variables
D) elements
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
24
A parameter or _____ is a value given to a method.

A) argument
B) element
C) function
D) event
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
25
A marketing deal was struck with Sun Microsystems to adopt the Java name and change LiveScript to _____.

A) JavaScript
B) Windows
C) MacOS
D) Google
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
26
JavaScript withholds interactivity between the webpage and the user.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
27
Which DOM method returns the first HTML element with the specified CSS selector?

A) querySelector( )
B) querySelectorAll( )
C) getElementsByName( )
D) getElementsByTagName( )
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
28
Identify the code that shows how an object name and its property are separated.

A) browser=chrome.appName
B) browser=chrome*appName
C) browser=chrome$appName
D) browser=chrome#appName
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
29
A(n) _____ is a set of JavaScript statements that perform a specific task.

A) function
B) element
C) argument
D) property
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
30
JavaScript uses _____ to store values temporarily in internal memory.

A) arguments
B) elements
C) functions
D) variables
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
31
A(n) _____ is how JavaScript associates an action with a function.

A) attribute
B) parameter
C) anchor element
D) event handler
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
32
Which CSS transform property value is used to  resize an element?

A) translate( )
B) scale( )
C) trim ()
D) matrix( )
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
33
Roger is writing a code and he has been advised by his mentor to provide comments in the code. What is the format that Roger must follow to write comments in JavaScript?

A) He must use a slash and asterisk for multiline comments.
B) He must use a single slash for a one-line comment.
C) He must use double slashes and a period for multiline comments.
D) He must use a period and asterisk for a one-line comment.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
34
Which CSS transform property value rotates an element a specified number of degrees clockwise or counter-clockwise?

A) matrix( )
B) skew( )
C) translate( )
D) rotate( )
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
35
The _____ of JavaScript objects are attributes that describe an object's characteristics.

A) properties
B) elements
C) labels
D) placeholders
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
36
Which term is used for actions that an object can perform?

A) properties
B) arguments
C) methods
D) strings
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
37
Roger has created a JavaScript program as an external .js file. What is the format he must follow to specify the file as an external file?

A)
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
38
Which CSS transform property value indicates a  2D transformation that accepts six values?

A) matrix( )
B) scale( )
C) translate( )
D) rotate( )
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
39
In CSS, the skew method skews the _____ of an element.

A) corners
B) sides
C) opacity
D) texture
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
40
To add an animation with CSS, you create it with an _____ rule; it specifies the name of the animation as well as the animation parameters. 

A) @transform
B) @validation
C) @keyframes
D) @specification
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
41
Identify the correct  JavaScript  code used when  multiple statements appear on the same line.

A) foodOne = squash; foodTwo = pepper;
B) foodOne...squash, foodTwo...pepper.
C) foodOne =+squash//foodTwo =+ pepper.
D) foodOnesquash+foodTwopepper;
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
42
In JavaScript, an object name and its property are separated by a(n) _____.

A) semicolon
B) colon
C) asterisk
D) period
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
43
Which CSS animation property s pecifies the time it should take for the animation to complete?

A) delay
B) timing
C) fill
D) duration
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
44
Which CSS animation property specifies the speed of the animation?

A) iteration-count
B) fill-mode
C) timing-function
D) name
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
45
Match between columns
User submitted a form
onsubmit
User submitted a form
onerror
User submitted a form
onabort
User submitted a form
onfocus
User submitted a form
onunload
User submitted a form
onselect
User submitted a form
onblur
User submitted a form
onmouseout
User submitted a form
onchange
User submitted a form
onclick
User submitted a form
onmouseover
User submitted a form
onload
User made an object active
onsubmit
User made an object active
onerror
User made an object active
onabort
User made an object active
onfocus
User made an object active
onunload
User made an object active
onselect
User made an object active
onblur
User made an object active
onmouseout
User made an object active
onchange
User made an object active
onclick
User made an object active
onmouseover
User made an object active
onload
Object finished loading
onsubmit
Object finished loading
onerror
Object finished loading
onabort
Object finished loading
onfocus
Object finished loading
onunload
Object finished loading
onselect
Object finished loading
onblur
Object finished loading
onmouseout
Object finished loading
onchange
Object finished loading
onclick
Object finished loading
onmouseover
Object finished loading
onload
User left the page.
onsubmit
User left the page.
onerror
User left the page.
onabort
User left the page.
onfocus
User left the page.
onunload
User left the page.
onselect
User left the page.
onblur
User left the page.
onmouseout
User left the page.
onchange
User left the page.
onclick
User left the page.
onmouseover
User left the page.
onload
User stopped loading the page.
onsubmit
User stopped loading the page.
onerror
User stopped loading the page.
onabort
User stopped loading the page.
onfocus
User stopped loading the page.
onunload
User stopped loading the page.
onselect
User stopped loading the page.
onblur
User stopped loading the page.
onmouseout
User stopped loading the page.
onchange
User stopped loading the page.
onclick
User stopped loading the page.
onmouseover
User stopped loading the page.
onload
User changed the object.
onsubmit
User changed the object.
onerror
User changed the object.
onabort
User changed the object.
onfocus
User changed the object.
onunload
User changed the object.
onselect
User changed the object.
onblur
User changed the object.
onmouseout
User changed the object.
onchange
User changed the object.
onclick
User changed the object.
onmouseover
User changed the object.
onload
User selected contents of an object.
onsubmit
User selected contents of an object.
onerror
User selected contents of an object.
onabort
User selected contents of an object.
onfocus
User selected contents of an object.
onunload
User selected contents of an object.
onselect
User selected contents of an object.
onblur
User selected contents of an object.
onmouseout
User selected contents of an object.
onchange
User selected contents of an object.
onclick
User selected contents of an object.
onmouseover
User selected contents of an object.
onload
User clicked the object.
onsubmit
User clicked the object.
onerror
User clicked the object.
onabort
User clicked the object.
onfocus
User clicked the object.
onunload
User clicked the object.
onselect
User clicked the object.
onblur
User clicked the object.
onmouseout
User clicked the object.
onchange
User clicked the object.
onclick
User clicked the object.
onmouseover
User clicked the object.
onload
User left the object.
onsubmit
User left the object.
onerror
User left the object.
onabort
User left the object.
onfocus
User left the object.
onunload
User left the object.
onselect
User left the object.
onblur
User left the object.
onmouseout
User left the object.
onchange
User left the object.
onclick
User left the object.
onmouseover
User left the object.
onload
Mouse moved over an object.
onsubmit
Mouse moved over an object.
onerror
Mouse moved over an object.
onabort
Mouse moved over an object.
onfocus
Mouse moved over an object.
onunload
Mouse moved over an object.
onselect
Mouse moved over an object.
onblur
Mouse moved over an object.
onmouseout
Mouse moved over an object.
onchange
Mouse moved over an object.
onclick
Mouse moved over an object.
onmouseover
Mouse moved over an object.
onload
Mouse moved off an object.
onsubmit
Mouse moved off an object.
onerror
Mouse moved off an object.
onabort
Mouse moved off an object.
onfocus
Mouse moved off an object.
onunload
Mouse moved off an object.
onselect
Mouse moved off an object.
onblur
Mouse moved off an object.
onmouseout
Mouse moved off an object.
onchange
Mouse moved off an object.
onclick
Mouse moved off an object.
onmouseover
Mouse moved off an object.
onload
onsubmit
onerror
onabort
onfocus
onunload
onselect
onblur
onmouseout
onchange
onclick
onmouseover
onload
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
46
Explain the evolution of CSS and how it is used today. What is the purpose of the transform property?
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
47
The hamburger icon, used as the menu button in websites, consists of a single horizontal line.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
48
Explain why most modern websites use some form of JavaScript within their website.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
49
Identify the correct code used to add an onclick event handler to call a hamburger function. 

A) "hamburger()" ++ setonclick=
B) onclick="hamburger()"
C) [onclick*hamburger]
D) onclick^to^ hamburger
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
50
If you create a variable named foodGroup, JavaScript will recognize this variable if it is written as FoodGroup.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
51
Explain the use of an if/else statement in JavaScript.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
52
What do JavaScript statements end with?

A) semicolon
B) colon
C) astericks
D) period
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
53
Identify the event handler that indicates the user has made an object active.

A) onfocus
B) onclick
C) onselect
D) onload
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
54
CSS began as a simple way to add color and design a webpage.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
55
In JavaScript,  methods are followed by _____.

A) a semicolon
B) parentheses
C) an ampersand
D) a period
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
56
Which CSS animation property specifies whether the animation is in progress or paused?

A) direction
B) play-state
C) timing-function
D) delay
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
57
You can use the jQuery _____ method to create animations on a webpage.

A) script()
B) embed()
C) animate()
D) translate()
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
58
Which CSS animation property s pecifies  the element style when the animation is not taking place ?

A) direction
B) fill-mode
C) play-state
D) name
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
59
Briefly describe DOM methods and the DOM tree.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
60
Explain how variables are defined in JavaScript.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
61
In JavaScript, methods associated with the document object might be write and open .
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
62
Briefly describe the purpose of jQuery.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
63
Properties cannot be assigned to JavaScript objects.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
64
Briefly explain how to write JavaScript code.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
65
In CSS, the animation-delay property s pecifies the direction of an animation: forward or reverse.
Unlock Deck
Unlock for access to all 65 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 65 flashcards in this deck.