When saving a file, which extension should you use?

a. vbs
b. .docx
c. .html
d. .exe


c.

Computer Science & Information Technology

You might also like to view...

Analyze the following code:

``` public class Test { private int t; public static void main(String[] args) { int x; System.out.println(t); } } ``` a. The variable t is not initialized and therefore causes errors. b. The variable t is private and therefore cannot be accessed in the main method. c. t is non-static and it cannot be referenced in a static context in the main method. d. The variable x is not initialized and therefore causes errors. e. The program compiles and runs fine.

Computer Science & Information Technology

The future_value argument of the Pmt Function is the amount that is being borrowed

Indicate whether the statement is true or false

Computer Science & Information Technology

An _______ chart takes up less space than a chart sheet.

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

Computer Science & Information Technology

Which of the following terms identifies any network based on the 802.11 family of standards?

A. mesh B. IEEE C. Wi-Fi D. FireWire

Computer Science & Information Technology