System-Software
System-Software
SOFTWARE
WHAT IS A SYSTEM
SOFTWARE?
a type of computer program that is designed to run a computer's hardware and application programs.
If we think of the computer system as a layered model, the system software is the interface between
the hardware and user applications.
IMPORTANT FEATURES OF SYSTEM SOFTWARE
1. High speed.
2. Hard to manipulate.
3. Written in a low-level computer language
4. Close to the system.
5. Versatile.
TYPES OF SYSTEM SOFTWARE
• The BIOS (basic input/output system) gets the computer system started after it's turned on and manages the
data flow between the OS and attached devices, such as the hard drive, video adapter, keyboard, mouse and
printer.
• The boot program loads the OS into the computer's main memory or random access memory (RAM).
• An assembler takes basic computer instructions and converts them into a pattern of bits that the computer's
processor can use to perform its basic operations.
• A device driver controls a particular type of device that is attached to your computer, such as a keyboard or
mouse. The driver program converts the more general I/O instructions of the OS to messages that the device
type can understand.
OPERATING SYSTEM
IMPORTANT TASK PERFORMED BY OPERATING SYSTEM
1. File management and process scheduling. The OS allocates resources and prioritizes which programs should
receive the resources and in what order.
2. Processor and memory management. The OS allocates the computer's memory to a process when needed and
deallocates it when the process is finished.
3. Error detection. The OS detects, tracks and debugs errors in the computer's other programs.
4. Security. The OS uses passwords to protect the computer's programs and data from unauthorized access.
5. Control and management. The OS uses compilers, assemblers and interpreters to control and manage other
programs on the computer.
DIFFERENCE OF SYSTEM SOFTWARE AND APPLICATION SOFTWARE
System software and application programs are the two main types of computer software. Unlike
system software, application software -- often just called an application or app -- performs a
particular function for the end user. Some examples of application software include the
following:
• web browsers
• email clients
• word processors
• spreadsheets
https://www.techtarget.com/whatis/definition/system-software#:~:text=System%20software%20is%20a%20type,known%20example%20of%20system%20software.