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
Whats the GUI?
Uses windows, menus and pointers to control the computer
Mid 80s
Windows and mac
Whats the menu driven interface
Uses menus to control the computer
Uses icons and windows to represent applications
Mobile phones
Mp3 players (if not on menu you cant do it)
Whats the command line interface
Written commands control computers
The only way back then to communicate with a computer
Only linux use it now
How does the CPU multitasking
OS enables multitasking by managing the CPUs processes
Many programs can now run at the same time
OS allows each program to take turns or getting the shortest job done firet
Whats user management
Ensure users data is not seen by anyone using username and password.
Give users different permissions
What access rights might a file manager track
• read
• modify
• execute
The role of file managing
Responsible for keeping track of where specific files are located and determining the type of file. Also determines the access rights of each file
Responsibilities of user manager
• handles authentication
• making decision based on access rights
• keeping track of who is logged in
Why do user managers need to keep track of whos logged in?
A line of defense against security breaches and also if someone were to forget to log out.