Fundamentals Of Operating System Flashcards
(172 cards)
What is an operating system?
Operating system is a set of programs containing instructions that co-ordinate all the activities of a computer.
What operating system was used when computer was first introduced?
Command line operating system (MS-DOS)
Which operating system was later introduced?
Graphic user interface based operating system.
Examples of operating system?
Unix, MS dos, MS Windows 10, OS / 2, and mac OS
Operating system hides _______ of the hardware resources from the user.
Details
Operating system provides users a _________ interface to use the computer system
Convenient
Operating system managers _________ resources and _________ installed on your computer
Hardware and software
Operating system transfer programs between _________ and _________
Secondary storage and main memory
Operating system managers and controls common _________computer functions
Hardware
Operating system provides ________capabilities
Networking.
Operating system managers _________task
Processing
It provides _________ facilities
Protection
Operating system provides _________ and _________ sharing of resources among uses and program
Efficient and fair
List functions of operating system.
Memory management input output management
files management
resource Management
user management
What type of memory does operating system manage?
Operating system managers main memory (primary memory - RAM, ROM)
How is memory divided and located?
Memory is divided in small parts called bytes and each byte has an address.
What does processor use memory for?
Processor uses memory to run programme smoothly and efficiently.
What does operating system track in memory management?
It keeps tracks of the primary memory (what part of it is in used by whom what part is not in use).
What does operating system do when a program request for memory?
When a program request for memory it allocates the memory (it also decide which memory should be allocated to which program and how much memory should be allocated)
What does operating system do to check memory status?
Operating system decide which memory should be allocated to which program and how much memory should be allocated and how many uses must be given access to check the memory status.
What responsibilities are handled by operating system?
Operating system handles the responsibility of storing data, system programs and user programs in memory.
What does operating system do to programs when they are no longer required?
Operating system monitors programs in memory and clear them from memory when they are no longer required by CPU.
What does the OS do with devices?
It manages and controls them.
How does the OS talk to devices?
It uses drivers.