What are the advantages of leaving operating system files in the folders created by the OS?

What will be an ideal response?


There are several advantages to leaving operating system files in the folders created by the OS instead of using other folder locations. For example, it is easier for others to help with computer problems as they arise. Also, in organizations that have help desks or support centers, it is easier for support professionals to solve problems with drivers and network access when system files are easy to find. Finally, many software installations expect operating system files to be in their default locations, and these installations work best when it is easy to find specific subfolders and key files related to the operating system.

Computer Science & Information Technology

You might also like to view...

Assume array items contains the integer values 0, 2, 4, 6 and 8. Which of the following uses the enhanced for loop to display each value in array items?

a. for (int i = 0; i < items.length; i++) { System.out.prinf("%d%n", items[i]); } b. for (int i : items) { System.out.prinf("%d%n", items[i]); } c. for (int i : items) { System.out.prinf("%d%n", i); } d. for (int i = 0 : items.length) { System.out.prinf("%d%n", items[i]); }

Computer Science & Information Technology

Which of the following is NOT a benefit of using PivotTables?

A) PivotTables are useful to consolidate multi-worksheet data. B) PivotTables are useful when working with a huge table of data. C) PivotTables are useful when looking for trends. D) PivotTables are useful for summarizing data.

Computer Science & Information Technology

The Windows 10 ________ command automatically saves your work, stops the fan, and uses a small amount of electrical power to maintain your work in memory

A) Sleep B) Inactive C) Shut down D) Rest

Computer Science & Information Technology

A logical bus topology

a. is always used by token ring protocol LANs b. has all computers connected to each other in point-to-point connections c. is limited to short distances since devices like a hub or repeater cannot be used with this type of topology d. permits every message to be received by every computer on the bus, even when those messages are intended for other computers e. has a central control device, such as a mainframe

Computer Science & Information Technology