Exam 9: Using Javascript With Frames
Exam 1: Quick Html Know-How50 Questions
Exam 2: Basic Organization Techniques50 Questions
Exam 3: Power Techniques50 Questions
Exam 4: Html Structural Design Techniques50 Questions
Exam 5: Introduction to Cascading Style Sheets49 Questions
Exam 6: Introducing Javascript50 Questions
Exam 7: Using Images With Javascript50 Questions
Exam 8: Creating Forms With Javascript50 Questions
Exam 9: Using Javascript With Frames50 Questions
Exam 10: Using Javascript With Styles50 Questions
Select questions type
Any JavaScript function can be called from any ____.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
FIGURE 9-1
-The code shown in Figure 9-1 above features parent ____.

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
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:
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)
An example of ____ language is: PUSH BP
MOV BP,SP
DEC SP
DEC SP
(Multiple Choice)
4.7/5
(27)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)