You use the methods and properties of the ____ object to control the Web browser window.

A. Navigator
B. Screen
C. Document
D. Window


Answer: D

Computer Science & Information Technology

You might also like to view...

What is wrong with this code?

``` if(x = 2) { cout<<”The number is 2”; } ``` A. There should not be { }’s B. A semicolon is missing in the if statement – if (x = 2 ) C. The if statement should be if ( x == 2 ) D. Nothing

Computer Science & Information Technology

A field's ________ determines what kind of data will be stored in a field

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is not an option when printing a PowerPoint presentation?

A) Notes Pages B) Annotations C) Outlines D) Full Page Slides

Computer Science & Information Technology

When you want Find to disregard apostrophes in the text being searched for, you should use:

A) Ignore punctuation characters. B) Find all word forms. C) Match prefix. D) Ignore white-space characters.

Computer Science & Information Technology