Unit 5 : Operating System Overview Flashcards
What will happen to a computer without an operating system? ( 6 )
- Program instructions must be loaded into memory by hand
- No user interface ( UI ) except for I/O routines provided with executing program
- Program will be always idle when waiting for user input
- No facility to store, retrieve, or manipulate files
- No ability to control peripheral devices
- Can run only one program at a time , computer halts at end of each program
What is the basic services of an operating system? ( 3 )
- Accepts commands and requests from users and users’ programs and responds with appropriate output results
- Manages, loads, and executes programs
- Manages hardware resources of the computer including interfaces to networks and other external parts of the system
List out 2 methods for concurrent operations
- Multitasking
- Use concurrent processing to simulate simultaneous execution of multiple programs even when using only a single CPU
- Multiprocessing
What concurrent operations supports multiuser systems?
- Multitasking
Which concurrent operations uses actualsimultaneous processing of multiple programs using either multiple CPUs or multiple CPU cores?
- Multiprocessing
What is the additional services of Operating System? ( 9 )
- Provides interfaces for the user and the user’s programs
- File management and support services
- I/O support services
- Means of starting the computer
- Handles all interrupt processing
- Network services
- Services to allocate resources such as memory, CPU time, and I/O devices
- Security and protection services
- System administration
List out the memory component in Operating System ( 3 )
- Memory Resident
- Memory Non-Resident
- Bootstrap Program ( Initial Program Load )
What memory components is always loaded in memory?
- Memory Resident
What is the other name for Memory Resident?
- Kernel
What does memory resident contains?
- Contains essential services required by other parts of the operating system and applications
What does memory resident ( kernel ) responsible for? ( 4 )
- Managing Memory Management
- Managing Processes
- Managing Tasks
- Manage Secondary Storage
What does Memory Non-Resident stores?
- Infrequently used programs
- Software Tools
- Commands
List out the General Purpose Computing Systems Categories ( 8 )
- Single-user, single tasking
- Single-user, multitasking
- Mainframes
- Network servers
- Distributed systems
- Real-time systems
- Operating Systems for mobile devices
- Embedded Systems
What general purpose computing systems categories is essentially obsolete?
- Single-user, single tasking
What is also known as conversational systems? ( OS Degree of Activity )
- Interactive
- When we are trying to delete a file, the OS would confirm to us if we wanted to delete the file