Exam 7: Using Images With Javascript

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

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The user selected (highlighted)the contents of an object.

(Multiple Choice)
4.9/5
(38)

The ____ event is generated whenever the user moves the mouse pointer over a particular object.

(Multiple Choice)
4.9/5
(41)

A(n)array is a collection of similar objects that can be accessed by means of a variable name and an index.____________________

(True/False)
4.9/5
(32)

The symbol for a "non-breaking space" is called a(n)____ code.

(Multiple Choice)
4.8/5
(29)

The term ____________________ means to subtract 1 from the current value of a variable.

(Short Answer)
4.8/5
(36)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The user aborted the loading of a Web page.

(Multiple Choice)
4.9/5
(40)

A JavaScript variable is a name that is assigned to a literal value or to an object.

(True/False)
4.9/5
(39)

Case 7-2 Ryan is working with arrays in JavaScript for the first time. He is creating a cycling banner ad for his bicycle repair shop. -Ryan's co-worker,Pete,is experienced in the Pascal language,and had mistakenly written the ad in JavaScript using the same one-based indexing method as Pascal.In Pascal,a four-element array would have the indices ____.

(Multiple Choice)
4.8/5
(33)

The ____ event is triggered when the user submits an HTML form.

(Multiple Choice)
4.8/5
(42)

A(n)____________________ is a system-level response to the occurrence of some specific condition.

(Short Answer)
4.9/5
(39)

The ____ event is triggered when the user changes the object in some way.

(Multiple Choice)
4.9/5
(47)

Given this snippet of code var imgArray = new Array(4); the ____________________ name is imgArray.

(Short Answer)
5.0/5
(32)

The ____ event is generated when the user moves the mouse pointer off of the object.

(Multiple Choice)
4.8/5
(35)

Case 7-1 Trina is using JavaScript to define some hyperlinks on the page of her new Web site announcing the concert schedule of her band, The Tommies. -On one of the pages,Trina has an image of a red guitar defined as an image rollover.Given a browser's default settings,how will people visiting her Web site know that this image is a hyperlink?

(Multiple Choice)
4.7/5
(38)

When a graphic is defined as a hyperlink,the browser displays the image with a circular border around it.____________________

(True/False)
4.9/5
(42)

Arrays were invented to help programmers access a potentially large number of data elements with a single variable name.

(True/False)
4.7/5
(28)

The lesson stated that script piracy is just as unethical as picture piracy.If there were degrees of script piracy,what would be an example of a less damaging,more innocent copying of a script? What would be an example of a very damaging,unethical copying of a script? Do you think everyone who copies a script is equally guilty? Why or why not?

(Essay)
4.8/5
(42)

Case 7-2 Ryan is working with arrays in JavaScript for the first time. He is creating a cycling banner ad for his bicycle repair shop. -Ryan's ad includes four images so he creates a four-element array.The correct indices for a four-element array in JavaScript are ____.

(Multiple Choice)
4.7/5
(42)

The JavaScript method random(),which is part of the Number object,is guaranteed to return a real number that is greater than or equal to 0.0 and less than 1.0.____________________

(True/False)
4.9/5
(32)

If you want to let the user decide when to have an image on a Web page change,use a cycling banner.

(True/False)
4.8/5
(35)
Showing 21 - 40 of 50
close modal

Filters

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