Difference between revisions of "Managing Files"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Based on my observations of an instructor of operating systems, File Management is one of the MOST important skills to learn. Unfortunately, File Management is often ignored by ...')
 
Line 2: Line 2:
  
 
Unfortunately, File Management is often ignored by students, until they are faced with their computer system running out of memory.
 
Unfortunately, File Management is often ignored by students, until they are faced with their computer system running out of memory.
 +
 +
== Consequences of Poor File Management ==
 +
 +
Here are some side-effects from not properly maintaining your computer files:
 +
 +
<ol>
 +
<li>Reduction of computer's performance</li>
 +
<li>Clutter (eg. on Desktop) reduces user productivity</li>
 +
<li>Erasure of files (by accident)</li>
 +
<li>Overwriting files (by accident)</li>
 +
</ol>

Revision as of 13:10, 5 November 2009

Based on my observations of an instructor of operating systems, File Management is one of the MOST important skills to learn.

Unfortunately, File Management is often ignored by students, until they are faced with their computer system running out of memory.

Consequences of Poor File Management

Here are some side-effects from not properly maintaining your computer files:

  1. Reduction of computer's performance
  2. Clutter (eg. on Desktop) reduces user productivity
  3. Erasure of files (by accident)
  4. Overwriting files (by accident)