Exam 9: Using Javascript With Frames

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

Any JavaScript function can be called from any ____.

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

D

FIGURE 9-1 FIGURE 9-1    -The code shown in Figure 9-1 above features parent ____. -The code shown in Figure 9-1 above features parent ____.

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
Verified

B

In the code below,"____" is the name attribute of the image. < body> < div align="center"> < img name="UpperImage" src="lions.gif"> < /div> < /body>

Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
Verified

B

The name behavior is required in the file so that the image is accessible to JavaScript by name.____________________

(True/False)
4.9/5
(42)

In the code below,the table contains ____. < table> < tr>< td>1: LIONS.GIF< /td>< /tr> < tr>< td>2: TIGERS.GIF< /td>< /tr> < tr>< td>3: BEARS.GIF< /td>< /tr> < tr>< td>4: OHMY.GIF< /td>< /tr> < /table>

(Multiple Choice)
4.9/5
(42)

The message()function below invokes the alert()____________________ to display its message. < script> function message() { alert("We're off to see the wizard!"); return; } < /script>

(Short Answer)
4.8/5
(28)

To add an onClick event to an input tag,the correct code would be ____. < ____="button" value="Prev Image" OnClick="parent.UpperFrame.prevImage()">

(Multiple Choice)
4.8/5
(41)

If you want to change the name of the file to be displayed in the lower frame to lower2.html,the correct code would be ____.

(Multiple Choice)
4.9/5
(31)

All Web pages consist of just one HTML file.

(True/False)
4.8/5
(33)

An example of ____ language is: PUSH BP MOV BP,SP DEC SP DEC SP

(Multiple Choice)
4.7/5
(27)

Assembly language is very easy to learn.

(True/False)
4.8/5
(38)

Before you can write JavaScript code that allows different frames to interact,you must create ____ documents that define a frameset.

(Multiple Choice)
4.7/5
(30)

The JavaScript keyword ____________________ will always refer to the highest-level frameset.

(Short Answer)
4.8/5
(43)

A parent ____ is a reserved word in JavaScript that refers to the parent frameset.

(Multiple Choice)
4.8/5
(51)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -< a>< /a>

(Multiple Choice)
4.9/5
(32)

When you are working with framesets,there is only one way in which a particular problem can be solved.

(True/False)
4.9/5
(44)

If you have a frameset nested within a second frameset that is nested within a third frameset and so on,you can access any frame you want by developing the proper sequence of ____ objects.

(Multiple Choice)
4.8/5
(33)

To add an onLoad event to the < body> tag of your HTML file,the correct code would be ____.

(Multiple Choice)
4.9/5
(43)

Machine language commands look like ____.

(Multiple Choice)
4.9/5
(29)

In the past assembly language was popular,but then an entire group of new languages emerged to make programming easier,including BASIC,FORTRAN ,Pascal,and COBOL.____________________

(True/False)
4.9/5
(34)
Showing 1 - 20 of 50
close modal

Filters

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