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
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
A field's ________ determines what kind of data will be stored in a field
Fill in the blank(s) with correct word
Which of the following is not an option when printing a PowerPoint presentation?
A) Notes Pages B) Annotations C) Outlines D) Full Page Slides
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.