Exam 10: Creating Interactivity With Css and Javascript

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Identify the correct code used to add an onclick event handler to call a hamburger function. 

(Multiple Choice)
4.8/5
(35)

All JavaScript  methods require arguments.

(True/False)
4.9/5
(39)

In JavaScript, an object name and its property are separated by a(n) _____.

(Multiple Choice)
4.7/5
(36)

Which term is used for actions that an object can perform?

(Multiple Choice)
4.9/5
(46)

JavaScript is a(n) _____ scripting language, which means that the browser interprets and renders the JavaScript.

(Multiple Choice)
4.7/5
(29)

If you create a variable named foodGroup, JavaScript will recognize this variable if it is written as FoodGroup.

(True/False)
4.8/5
(31)

CSS began as a simple way to add color and design a webpage.

(True/False)
4.7/5
(40)

In JavaScript,  a function must include a name and statements that specify a task to be performed.

(True/False)
4.8/5
(32)

JavaScript is a(n)_____ language used to provide various types of functionality to webpages, such as the ability to interact with the user.

(Multiple Choice)
4.9/5
(41)

In CSS, the animation-delay property s pecifies the direction of an animation: forward or reverse.

(True/False)
4.7/5
(28)

Which CSS animation property specifies the speed of the animation?

(Multiple Choice)
4.9/5
(35)

Briefly explain how to write JavaScript code.

(Short Answer)
4.8/5
(32)

What do JavaScript statements end with?

(Multiple Choice)
4.7/5
(38)

Developers can use JavaScript to validate form information.

(True/False)
4.9/5
(34)

When adding animation to a webpage, a webkit prefix is needed to accommodate older versions of Apple Safari.

(True/False)
4.9/5
(39)
Identify the action each event handler indicates.
User submitted a form
onclick
User made an object active
onload
Object finished loading
onmouseout
Correct Answer:
Verified
Premises:
Responses:
User submitted a form
onclick
User made an object active
onload
Object finished loading
onmouseout
User left the page.
onchange
User stopped loading the page.
onabort
User changed the object.
onmouseover
User selected contents of an object.
onfocus
User clicked the object.
onsubmit
User left the object.
onunload
Script encountered an error
onselect
Mouse moved over an object.
onblur
Mouse moved off an object.
onerror
(Matching)
4.8/5
(48)

Briefly describe DOM methods and the DOM tree.

(Short Answer)
4.9/5
(30)

The _____ of JavaScript objects are attributes that describe an object's characteristics.

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(33)

The CSS _____ property  allows block elements to be transformed or changed within two-dimensional or three-dimensional space. 

(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 65
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)