To disable the Hide Extensions for Known File Types option, you can use ____________

a. The view tab of the Folder Options window
b. sysconfig
c. file.exe at the command prompt
d. None of the above


A. If you don't disable the Hide Extension for the Known File Types option, many file extensions do not appear in Windows Explorer or File Explorer. This might confuse users and cause double-file extensions.

Computer Science & Information Technology

You might also like to view...

One approach to retain the consistency of web page text is to use absolute units, which are expressed relative to the size of other objects within the web page.?

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

Computer Science & Information Technology

if (amount > 1000)    result = 1;else   if (amount > 500)      result = 2;   else      if (amount > 100)          result = 3;      else          result = 4; Using the above code segment, what is stored in result when amount is equal to 12000?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

A hash table is a(n) ______.

a) stack b) queue c) array d) list

Computer Science & Information Technology

To clean up Word HTML using Windows, you can click Clean Up Word HTML on the ____ menu.

A. Commands B. Edit C. Modify D. Site

Computer Science & Information Technology