IT Class Work
IT Class Work
PARTION
A partition is a logical division of a hard disk that is treated as a
separate unit by operating systems (OSes) and file systems. The
OSes and file systems can manage information on each partition as if
it were a distinct hard drive
TYPES:
1. Primary partition
2. Secondary partition
PRIMARY PARTITION:
The primary partition is partitioned by the computer to store the
operating system program which is used to operate the system
• Primary partition can never be subdivided
• Operating system is loaded on primary partition
SECONDARY PARTITON:
BOOT SECTOR:
A boot sector is the sector of a persistent data storage device (e.g.,
hard disk, floppy disk, optical disc, etc.) which contains machine code
to be loaded into random-access memory (RAM) and then executed
by a computer system's built-in firmware (e.g., the BIOS)
• Normally 0 sector of partition
• Files of OS ( operating system ) are found in it
BOOT PROCESSES :
1. POST ( power ON self test ):
2. BIOS :
The BIOS starts the monitor and keyboard, and does some
basic checks to make sure the computer is working properly. For
example, it will look for the RAM. The BIOS then starts the boot
3. RAM:
The CPU starts and fetches instructions into RAM from the
BIOS, which is stored in the ROM
4. PARTITION TABLE:
5. ACTIVE PARTITION:
6. NT LOADER :
INPUT/OUTPUT MANAGEMENT
Input/output (I/O) management involves controlling the flow of
data into and out of a data processing complex. In an automated
environment, you might want to change your approach to I/O
activities that previously required manual intervention, such as
tape and printer management. Input output system transfer the
information between Computer Memory and Outside world. An
Input output system consists Input output devices , input output
control unit and software to carry out the input out transaction
through a sequence of input output operations
DEVICE DRIVERS:
A driver, or device driver, is a set of files that tells a piece of hardware
how to function by communicating with a computer's operating
system. All pieces of hardware require a driver, from your internal
computer components, such as your graphics card, to your external
peripherals, like a printer.
Imp functions of a device driver:
• Request
• Allocate
• Release