Deck 10: Creating Interactivity With Css and Javascript

ملء الشاشة (f)
exit full mode
سؤال
In CSS, the animation-iteration-count property specifies the number of times an animation should take place.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
Variables can be defined locally or globally in JavaScript. 
سؤال
JavaScript and Java are the same.
سؤال
Many mobile websites integrate an icon commonly called the _____ icon for use as a menu button.

A) hamburger
B) keyframe
C) emoji
D) favicon
سؤال
GitHub is an online repository used by developers to share code. 
سؤال
JavaScript was originally known as Mocha and then LiveScript.   
سؤال
Adding animation to a webpage distracts the user's attention and compromises their experience.
سؤال
JavaScript is a more complex programming language than Java.
سؤال
In JavaScript,  a function must include a name and statements that specify a task to be performed.
سؤال
JavaScript programming is needed to display and hide the navigation links for a mobile viewport.
سؤال
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
سؤال
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
سؤال
Developers can use JavaScript to validate form information.
سؤال
In general, it is not necessary for web developers to remove code. 
سؤال
All JavaScript  methods require arguments.
سؤال
Web developers use a scripting language to control webpages.
سؤال
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
سؤال
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
سؤال
When adding animation to a webpage, a webkit prefix is needed to accommodate older versions of Apple Safari.
سؤال
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
سؤال
Efficient use of JavaScript can significantly improve and enrich the user experience.
سؤال
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
سؤال
A parameter or _____ is a value given to a method.

A) argument
B) element
C) function
D) event
سؤال
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
سؤال
JavaScript withholds interactivity between the webpage and the user.
سؤال
Which DOM method returns the first HTML element with the specified CSS selector?

A) querySelector( )
B) querySelectorAll( )
C) getElementsByName( )
D) getElementsByTagName( )
سؤال
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
سؤال
A(n) _____ is a set of JavaScript statements that perform a specific task.

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

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

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

A) translate( )
B) scale( )
C) trim ()
D) matrix( )
سؤال
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.
سؤال
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( )
سؤال
The _____ of JavaScript objects are attributes that describe an object's characteristics.

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

A) properties
B) arguments
C) methods
D) strings
سؤال
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)
سؤال
Which CSS transform property value indicates a  2D transformation that accepts six values?

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

A) corners
B) sides
C) opacity
D) texture
سؤال
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
سؤال
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;
سؤال
In JavaScript, an object name and its property are separated by a(n) _____.

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

A) delay
B) timing
C) fill
D) duration
سؤال
Which CSS animation property specifies the speed of the animation?

A) iteration-count
B) fill-mode
C) timing-function
D) name
سؤال
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
سؤال
Explain the evolution of CSS and how it is used today. What is the purpose of the transform property?
سؤال
The hamburger icon, used as the menu button in websites, consists of a single horizontal line.
سؤال
Explain why most modern websites use some form of JavaScript within their website.
سؤال
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
سؤال
If you create a variable named foodGroup, JavaScript will recognize this variable if it is written as FoodGroup.
سؤال
Explain the use of an if/else statement in JavaScript.
سؤال
What do JavaScript statements end with?

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

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

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

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

A) script()
B) embed()
C) animate()
D) translate()
سؤال
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
سؤال
Briefly describe DOM methods and the DOM tree.
سؤال
Explain how variables are defined in JavaScript.
سؤال
In JavaScript, methods associated with the document object might be write and open .
سؤال
Briefly describe the purpose of jQuery.
سؤال
Properties cannot be assigned to JavaScript objects.
سؤال
Briefly explain how to write JavaScript code.
سؤال
In CSS, the animation-delay property s pecifies the direction of an animation: forward or reverse.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/65
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
6
GitHub is an online repository used by developers to share code. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
7
JavaScript was originally known as Mocha and then LiveScript.   
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
8
Adding animation to a webpage distracts the user's attention and compromises their experience.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
9
JavaScript is a more complex programming language than Java.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
10
In JavaScript,  a function must include a name and statements that specify a task to be performed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
11
JavaScript programming is needed to display and hide the navigation links for a mobile viewport.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
14
Developers can use JavaScript to validate form information.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
15
In general, it is not necessary for web developers to remove code. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
16
All JavaScript  methods require arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
17
Web developers use a scripting language to control webpages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
20
When adding animation to a webpage, a webkit prefix is needed to accommodate older versions of Apple Safari.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
22
Efficient use of JavaScript can significantly improve and enrich the user experience.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
24
A parameter or _____ is a value given to a method.

A) argument
B) element
C) function
D) event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
26
JavaScript withholds interactivity between the webpage and the user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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( )
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
30
JavaScript uses _____ to store values temporarily in internal memory.

A) arguments
B) elements
C) functions
D) variables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which CSS transform property value is used to  resize an element?

A) translate( )
B) scale( )
C) trim ()
D) matrix( )
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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( )
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
35
The _____ of JavaScript objects are attributes that describe an object's characteristics.

A) properties
B) elements
C) labels
D) placeholders
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
36
Which term is used for actions that an object can perform?

A) properties
B) arguments
C) methods
D) strings
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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( )
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
39
In CSS, the skew method skews the _____ of an element.

A) corners
B) sides
C) opacity
D) texture
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
46
Explain the evolution of CSS and how it is used today. What is the purpose of the transform property?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
47
The hamburger icon, used as the menu button in websites, consists of a single horizontal line.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
48
Explain why most modern websites use some form of JavaScript within their website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
50
If you create a variable named foodGroup, JavaScript will recognize this variable if it is written as FoodGroup.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
51
Explain the use of an if/else statement in JavaScript.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
52
What do JavaScript statements end with?

A) semicolon
B) colon
C) astericks
D) period
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
54
CSS began as a simple way to add color and design a webpage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
55
In JavaScript,  methods are followed by _____.

A) a semicolon
B) parentheses
C) an ampersand
D) a period
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
57
You can use the jQuery _____ method to create animations on a webpage.

A) script()
B) embed()
C) animate()
D) translate()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
59
Briefly describe DOM methods and the DOM tree.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
60
Explain how variables are defined in JavaScript.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
61
In JavaScript, methods associated with the document object might be write and open .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
62
Briefly describe the purpose of jQuery.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
63
Properties cannot be assigned to JavaScript objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
64
Briefly explain how to write JavaScript code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
65
In CSS, the animation-delay property s pecifies the direction of an animation: forward or reverse.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.