OSYS Flashcards

1
Q

is system software that
manages computer hardware and software
resources and provides common services for
computer programs.

A

Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • Security.
  • Control over System Performance.
  • Job Accounting.
  • Coordination between Users and Other
    Software.
  • Memory Management.
  • Process Management.
  • Device Management.
A

Uses of an Operating System

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

Function of an Operating System

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

It refers to management of Primary
Memory or Main Memory. Main memory
is a large array of words or bytes where
each word or byte has its own address.

A

Memory Management

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

In multiprogramming environment, the OS
decides which process gets the processor
when and for how much time. This
function is called process scheduling.

A

Processor Management

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

An Operating System manages device
communication via their respective
drivers.

A

Device Management

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

A file system is normally organized into
directories for easy navigation and usage.
These directories may contain files and
other directions.

I. Keeps track of information, location,
uses, status etc. The collective
facilities are often known as file
system.
II. Decides who gets the resources.
III. Allocates the resources.
IV. De-allocates the resources.

A

File Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • File-System management
  • Files usually organized into directories
  • Access control on most systems to
    determine who can access what
  • OS activities include Creating and
    deleting files and directories Primitives
    to manipulate files and directories
  • Mapping files onto secondary storage
  • Backup files onto stable (non-volatile)
    storage media
A

Storage Management

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

any mechanism for controlling access of
processes or users to resources defined by
the OS

A

Protection

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

defense of the system against internal and
external attacks/Huge range, including denial-of-service, worms, viruses, identity
theft, theft of service

A

Security

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

is a computer program that
manages input/output requests from
software and translates them into data
processing instructions for the central
processing unit and other electronic
components of a computer

A

Kernel

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

fundamental part of a
modern computer’s operating system

A

Kernel

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