Module 1 Flashcards
Memorization
This is a program or system software that acts as an interface between the user and the computer hardware and controls the execution of programs.
Operating System (OS)
True or False.
It is a goal of the operating system to execute system programs and make solving system problems easier.
False
(execute USER programs and make solving USER problems easier)
True of False.
It is a goal of the operating system to make the system convenient to use
True
True or False.
It is a goal of the operating system to use the computer software in an efficient manner.
False
(use the computer HARDWARE in an efficient manner)
What are the components of a computer system?
- Computer Hardware
- Application Programs
- Users
- Operating Systems
This component of the computer system consists of the CPU, memory, and I/O devices.
Computer Hardware
This component of the computer system solves the problems of the users such as word processors, games, and business programs.
Application Programs
This component of the computer system are the ones who utilize a computer or network science.
Users
This component of the computer system controls and coordinates the use of the hardware among the various application programs for the various users.
Operating Systems
What are the common services offered by almost all operating systems?
(PFJUICERS)
- Program Execution
- File System Manipulation
- Job Accounting
- User Interface
- Input/Output Operations
- Communication
- Error Detection
- Resource Allocation
- Security and Protection
This service of the operating system allows a user to enter and receive information.
User Interface
(enter and receive)
What are the different types of user interfaces?
- Command Line Interface
- Batch-based Interface
- Graphical User Interface
This service of the operating system deals with its capability to load a program into memory and execute it.
Program Execution
(load and execute)
This service of the operating system allows users to create, search, and delete files as programs have to be read and written in as files and directories.
File System Manipulation
(create, search, delete files)
This service of the operating system deals with reading and/or writing data from I/O devices.
Input/Output Operations
This service of the operating system deals with ensuring that processes executing on same or different computer systems can communicate.
Communication
This service of the operating system deals with the management of different computer resources and allocates them to different application programs and users.
Resource Allocation
This service of the operating system detects errors within the computer system and takes the appropriate action.
Error Detection
This service of the operating system keeps track of time and resources used by tasks and users.
Job Accounting
This service of the operating system serves as a mechanism for controlling accesses of processes or users to resources and as a defense of the system against internal and external attacks.
Security and Protection
This serves as a mechanism for controlling accesses of processes or users to resources.
Protection
This serves as a defense of the system against internal and external attacks.
Security
This is the part of the OS in the memory which manages system resources.
Kernel
This acts as a bridge between application and hardware.
Kernel
(bridge)