Systems Software Flashcards
Whats an operating system
A software which manages hardware and software resources and provides an interface for the uswr
Whats utility system
Helps maintain and support the computer such as a disc cleaner, backup software, antivirus software
Whats a kernel
The heart and core of an operating system which manages operations of computers and hardware
Whats a shell
An environment or a special user program which provides an interface to user
Whats the CPU?
The brain of the computer manages applications and software
Whats the bootstrap loader
A program wich starts up the OS when a computer is turned on
Where is the bootstrap loader found
In the ROM (read only memory) because its non volatile
Whats the purpose of the RAM?
Holds data and instructions currently in use
What are the peripheral devices
The input and output devices like a printer, keyboard, mouse
The 5 purposes of OS
• provide user interface
• memory managment
• Multitasking
• peripheral managmenet
• user management
Where can you access the operating system
The C drive
Memory management in OS
the OS manages RAM
When you open an application
The OS will copy it onto the RAM
the OS makes sure each program has its own space so they dont overwrite each others data.
What is peripheral management
The OS manages the input and output devices of the computee
What is the user interface
Means coming together
Provides users with an interface so they can interact wih a computer
Whats the 3 types of interface
GUI (graphical user interface)
Menu driven interface
Command line interface