Normally when you Print Preview a report it will generate a report with how many pages?

A. Only the first page
B. Only the first two pages
C. All the pages only if they will all fit on the screen at one time
D. All the pages


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following loop condition statements will read all the data in the file assuming that each record in the file is two integer values, and you will read the first one into a variable named intOne, and the other into intTwo?

a. while(inFile >> intOne >> intTwo) b. while(inFile(intOne, intTwo)) c. while(inFile) d. while(inFile << intOne << intTwo) e. A and B

Computer Science & Information Technology

A _________ packet firewall tightens up the rules for TCP traffic by creating a directory of outbound TCP connections. There is an entry for each currently established connection and the packet filter will now allow incoming traffic to high numbered ports only for those packets that fit the profile of one of the entries in this directory.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

_________ is the logical unit of the computer that sends information that has already been processed by the computer to various devices so that the information may be used outside the computer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is a system-specific policy?

A. Database server security policy B. Acceptable use policy C. Auditing policy D. Personnel hiring/termination policy

Computer Science & Information Technology