8) A(n) ________ is an indexed base name.
9) The index origin in JavaScript is ________.
10) An array index is also called a(n) ________.
11) The proper programming term for continuation test is ________ test because it checks to see
if the loop should terminate.
12) In animation, one of many images rapidly redrawn that creates the illusion of motion is a(n)
________.
13) i++ is an example of ________ notation, and it means the same as i = i + 1.
14) Loading images ahead of time is called ________.
15) The number of elements in an array is referred to as the array ________.
16) A(n) ________ is the common name for the repetition of a block of programming code.
17) A(n) ________ is a single still image in a series of rapidly moving still images.
18) In JavaScript programming, timers ________ a thousand times per second.
19) ________ (code) allows you to reference the array of images stored by the browser.
20) The event handler is specified by using the ________ attribute of the image tag.
21) If an arr is an array of length 10, the largest subscript is ________ .
22) A JavaScript program can change the contents of a page which is already displayed by
changing the ________ .
7