Software
Software
File Management
Application Management
Con…
FAT supports only read-only, hidden, and archive file
attributes.
FAT Naming Convention
all filenames must be created with the ASCII character set.
The name of a file or directory can be up to eight characters
long.
The name must start with either a letter or number and can
contain any characters except for the following:
."/\[]:;|=,
The name cannot contain any spaces.
The following names are reserved:
CON, AUX, COM1, COM2, COM3, COM4, LPT1, LPT2,
LPT3
cluster
boot sector
Con…
What Is Fragmentation?
Fragmentation refers to the condition of a disk in which files are
divided into pieces scattered around the disk.
Fragmentation occurs naturally when you use a disk frequently,
creating, deleting, and modifying files.
At some point, the operating system needs to store parts of a file in
noncontiguous clusters. This is entirely invisible to users, but it can
slow down the speed at which data is accessed because the disk
drive must search through different parts of the disk to put together a
single file.
RAM Fragmentation
Fragmentation can also refer to RAM that has small, unused holes
scattered throughout it. This is called fragmentation. With modern
operating systems that use a more common type of RAM
fragmentation. This occurs when memory is allocated and the if the
size is larger than the amount of memory requested.
Your system looks for free space to write the file to, it finds 1-
megabyte block of free space that you have just made
available by deleting the old file, and starts writing the new
file to it, and as one would expect, 1 megabyte later it runs out
of space in this spot and starts looking for the next available
block of free space. If the next window of space is 1 megabyte
in size, then your newly saved file gets broken into 2 pieces
only. But let’s say the next block of free space is half a
megabyte, then having written part of your file into this spot,
the system looks for more space and your file is now broken
into more than 2 pieces. This is a simplified explanation of
how fragmentation occurs.
Con…
What is Registry?
The Registry is a database used to store settings and options for
the 32 bit versions of Microsoft Windows including Windows 95,
98, ME and NT/2000.
It contains information and settings for all the hardware,
software, users, and preferences of the PC.
Whenever a user makes changes to a Control Panel settings,
System Policies, or installed software, the changes are reflected
and stored in the Registry.
Con…
There are six main branches, each containing a specific
portion of the information stored in the Registry. They are as
follows:
HKEY_CLASSES_ROOT - This branch contains all of your
Windows shortcuts, and core aspects of the Windows user
interface.
HKEY_CURRENT_USER - This branch links to the section of
HKEY_USERS appropriate for the user currently logged onto
the PC and contains information such as logon names,
desktop settings, and Start menu settings.
HKEY_LOCAL_MACHINE - This branch contains computer
specific information about the type of hardware and software,
this information is used for all users who log onto this
computer.
2004 Deitel & Associates, Inc. All rights reserved.
19
Con…
Con…
You can also backup your rigidity
Disable/Enable registry editing.