Understanding Computer Software: Base and Application Types
Classified in Computers
Written on in
English with a size of 3.48 KB
Software Fundamentals
Software: Part of computer logic. All programs managed by the computer. A set of rules and instructions.
1. System Software (SW Base)
A set of programs that control the computer and form the base of application software. It allows the inner workings and facilitates user interaction and machine-to-machine communication.
1.1 Operating Systems (OS)
The closest layer to the machine, it acts as an intermediary between the user and the machine. It is the first program loaded into memory and is essential to operate the machine. Two types of interfaces exist: text and graphics.
Functions of an Operating System:
- Planning, supervision, and load initialization when running a program.
- Manage all system resources.
- Initiate and control I/O units