Introduction to Operating System (Prelims) Flashcards

1
Q

This utilizes hardware resources of one or more processors to provide a wide range of services to system users.

A

Operating System (OS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Objectives of an Operating System

A
  • Makes a computer convenient to use
  • Allows computer resources to be utilized in an efficient manner
  • Support the development, testing, and implementation of new software applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The OS provides a variety of facilities and services in the form of utility programs, such as editors and debuggers, for program development, which is also referred to as application program development tools.

A

Program Development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The OS handles different processes, such as loading data into the memory and scheduling, which must be performed to execute programs.

A

Program Execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Controls access to the whole system and to some specific system resources through access functions and authorizations.

A

System resource access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The OS provides a uniform interface that hides complex sets of instructions for I/o devices’ operation.

A

Access to I/O devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Encompasses a detailed understanding of the structure of data contained in a file storage and can provide some protection mechanisms to control file access.

A

Control access to files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can detect errors, such as device failure and software errors, and provide appropriate responses that would clear the error condition with the least impact on running applications.

A

Error detection and response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Must be able to collect usage statistics from various processes, such as response time, that can be used as a basis for system performance improvements.

A

Performance parameter monitoring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Defines the collection of machine language instructions that a computer can follow.

A

Instruction Set Architecture (ISA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Defines a standard for binary portability across program. It defines the system call interface to the OS and the hardware resources and services available to in a system through the ISA.

A

Application Binary Interface (IBA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is composed of instructions executed by the processor. During the instruction execution, it decides how processor time is allocated, and which computer resources are available resource for use. It being as a resource manager, can be described as a computer software.

A

Operating System (OS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Two main problems of serial processing:

A
  • Scheduling
  • Set-up time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Allows a program to the hardware resources and services available in a system through that ISA, supplemented with high-level language library calls. Enables easier porting of application software.

A

Application Program Interface (API)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

From 1940s to 1950s, programmers interact directly with the with computer hardware since OS are not available yet. Computers are run from a console consisting of display lights, toggle switches, an input device, and a printer.

A

Serial Processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Installations used a hardcopy sign-up sheet to reserve computer time. A user could sign up for an allocated block of time but is unable to maximize the allocation. Thus, resulting in wasted computer processing time.

A

Scheduling

14
Q

Running a single program, called a “job,” required multiple steps like loading and unloading tapes and organizing card decks. If an error happened, the user had to start the whole setup process from the beginning. This meant a lot of time was spent preparing the program before it could actually run.

A

Set-up time

15
Q

To improve processor utilization, this concept was developed in the mid-1950s by the General Motors Research Laboratories. It processed jobs in bulk, with predetermined input from the files or other data resources. The main idea behind this is the utilization of a piece of program known as the monitor or resident monitor.

A

Simple Batch Systems

16
Q

A more sophisticated compared to single-programmed systems. Several ready-to-run jobs must be kept in the main memory, requiring some form of memory management.

A

Multi-programmed Batch Systems

17
Q

Multiple users simultaneously access the system through terminals with the operating system interleaving the execution of each user program in a short burst time or quantum computation.

A

Time-sharing Systems

18
Q

It was one of the first time-sharing operating systems that was developed. It was developed at the MIT by group Project MAC, for the IBM 709 computer system

A

Compatible Time-sharing System (CTSS)

19
Q

The four (4) major theoretical advances in the development of operating systems:

A
  • Processes
  • Memory management
  • Information protection and security
  • Scheduling and resource management