introduction Flashcards

1
Q

Operating system

A

An operating system is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs

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

Function of Operating system

A
  • Memory Management
  • Processor Management
  • Device Management
  • File Management
  • Security
  • Control over system performance
  • Job accounting
  • Error detecting aids
  • Coordination between other software and users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of Operating System

A

Batch operating system
Time-sharing operating systems
Distributed operating System
Network operating System
Real Time operating System

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

Batch operating system

A

The users of a batch operating system do not interact with the computer directly The programmers leave their programs with the operator and the operator then sorts the programs with similar requirements into batches.

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

problems with Batch Systems

A
  • Lack of interaction between the user and the job.
  • CPU is often idle, because the speed of the mechanical I/O devices is slower than the CPU.
  • Difficult to provide the desired priority
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Time-sharing operating systems or multi-user

A

Time-sharing is a technique which enables many people, located at various terminals, to use a particular computer system at the same time

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

Advantages of Timesharing operating systems

A
  • Provides the advantage of quick response.
  • Avoids duplication of software.
  • Reduces CPU idle time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Disadvantages of Time-sharing operating systems

A
  • Problem of reliability.
  • Question of security and integrity of user programs and data.
  • Problem of data communication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Distributed operating System

A

Distributed systems use multiple central processors to serve multiple real-time applications and multiple users

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

The advantages of distributed systems

A

User at one site may be able to use the resources available at another.
* Speedup the exchange of data with one another via electronic mail.
* If one site fails the remaining sites can potentially continue operating.
* Better service to the customers.
* Reduction of the load on the host computer.
* Reduction of delays in data processing

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

Network operating System

A

A Network Operating System runs on a server and provides the server the capability to manage data, users, groups, security, applications, and other networking functions

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

The advantages of network operating systems

A
  • Centralized servers are highly stable.
  • Security is server managed.
  • Upgrades to new technologies and hardware can be easily integrated into the system.
  • Remote access to servers is possible from different locations and types of systems.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

disadvantages of network operating systems

A
  • High cost of buying and running a server.
  • Dependency on a central location for most operations.
  • Regular maintenance and updates are required.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Real Time operating System

A

A real-time system is defined as a data processing system in which the time interval required to process and respond to inputs is so small that it controls the environment.

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

Soft real-time systems

A

Soft real-time systems are less restrictive. A critical real-time task gets priority over other tasks and retains the priority until it completes

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

types of real-time operating systems

A

Hard real-time.
Soft real-time

15
Q

Hard real-time systems

A

Hard real-time systems guarantee that critical tasks complete on time

16
Q

Multi processor and multi tasking

A

Is a computer system that executes different tasks at the same time using multiple processors