Filters
Question type

Study Flashcards

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


A) wireless
B) assembly
C) machine
D) integrated

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) center
B) UpperImage
C) lions
D) lions.gif

Correct Answer

verifed

verified

B

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


A) parameter
B) code
C) object
D) behavior

Correct Answer

verifed

verified

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


A) input code
B) input type
C) input parameter
D) input name

Correct Answer

verifed

verified

FIGURE 9-1 FIGURE 9-1    -The code shown in Figure 9-1 above features parent ____. A)  parameters B)  objects C)  named attributes D)  events -The code shown in Figure 9-1 above features parent ____.


A) parameters
B) objects
C) named attributes
D) events

Correct Answer

verifed

verified

B

Machine language commands look like ____.


A) 010101
B) 012012
C) 121212
D) 202020

Correct Answer

verifed

verified

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


A) < body onLoad="startup() ">
B) < onLoad body="startup() ">
C) < onLoad="startup() " body>
D) < body="startup() " onLoad>

Correct Answer

verifed

verified

All Web pages consist of just one HTML file.

Correct Answer

verifed

verified

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


A) JavaScript
B) HTML
C) HTTP
D) Pascal

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) event
B) file
C) function
D) tag
E) attribute

Correct Answer

verifed

verified

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 ____.


A) < frame name="LowerFrame" src="lower2.html">
B) < frame name="lower2.html" src="LowerFrame">
C) either a.or b.
D) neither a.nor b.

Correct Answer

verifed

verified

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.____________________

Correct Answer

verifed

verified

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>


A) four rows
B) four columns
C) both a.and b.
D) neither a.nor b.

Correct Answer

verifed

verified

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.


A) JavaScript parent
B) JavaScript child
C) JavaScript key
D) JavaScript parameter

Correct Answer

verifed

verified

Assembly language is very easy to learn.

Correct Answer

verifed

verified

Any JavaScript function can be called from any ____.


A) HTML text hyperlink
B) HTML image hyperlink
C) JavaScript event
D) all of the above.

Correct Answer

verifed

verified

D

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Showing 1 - 20 of 50

Related Exams

Show Answer