When you save an existing file, the ____ dialog box does not open.

A. New
B. Exit
C. Save As
D. Save


Answer: C

Computer Science & Information Technology

You might also like to view...

A dataset is stored in the computer's internal memory while the application is running.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What exception type does the following program throw?

``` public class Test { public static void main(String[] args) { int[] list = new int[5]; System.out.println(list[5]); } }``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. ClassCastException e. No exception

Computer Science & Information Technology

What is the binary equivalent of the decimal value 97?

A. 0110001 B. 1001110 C. 01000001 D. 01101010

Computer Science & Information Technology

Data sources created in Word are saved in ____ format.

A. Microsoft Office Data Source B. Microsoft Office Address Lists C. Microsoft Office Mail Merge D. Microsoft Office Record Lists

Computer Science & Information Technology