Which of the following is NOT an object displayed in the Navigation Pane?
A) databases B) forms C) reports D) tables
A
You might also like to view...
A variable that can hold a whole number is called a(n) ____________.
Fill in the blank(s) with the appropriate word(s).
List the sections taught by instructors who do not live in New Jersey, showing instructor and state along with course and section numbers.
What will be an ideal response?
In a dedicated system, the user is normally charged for the entire system. Suppose that in a multiprogramming system only one user is currently on the system. Should the user be charged for the entire system?
What will be an ideal response?
Which of the following will prompt the user to enter his or her name?
a. var name = window.open("What is your name?"); b. prompt("What is your name?", name); c. var name = document.write("What is your name?"); d. var name = prompt("What is your name?");