After clicking File, Open, and then the All PowerPoint Presentations arrow, which files will be listed?
A) All files in a format PowerPoint recognizes B) Only PowerPoint files
C) All files on whichever drive you specify D) All files on your hard drive
A
Computer Science & Information Technology
You might also like to view...
Which of the following is an illegal use of function put?
a. cout.put( 'A' ); b. cout.put( "A" ); c. cout.put( 'A' ).put( '\n' ); d. cout.put( 65 );
Computer Science & Information Technology
A method is invoked by a .
a) return statement b) method header c) method call d) None of the above.
Computer Science & Information Technology
In what programming language are macro instructions written?
A) FTP B) HTML C) VBA D) SQL
Computer Science & Information Technology
Suppose a unified cache has the following characteristics:
Read/write penalty 1 cycle Miss rate 3% Load instructions (read data) 20% Store instructions (write data) 5% Miss penalty 20 cycles What is the average access time?
Computer Science & Information Technology