Unit 1 Flashcards

1
Q

program that acts as an intermediary
between the user of a computer and the computer hardware

A

Operating System

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

Purpose of the Operating System

A

provide an environment in which a user can execute programs

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

Primary goal of an Operating System

A

to make the computer system convenient to use

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

Secondary goal of an Operating System

A

to use the computer hardware in an efficient manner.

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

group of integrated parts that have the common purpose of performing various operations

A

Computer system

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

people involved in the data processing operation

A

Peopleware

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

physical electronic data processing device and tangible parts that constitute the computer system which includes the central processing unit (CPU), memory and input/output (I/O)

A

Hardware

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

program or set of instructions that enables the computer system to operate effectively which includes the programming languages, application program and the operating system

A

Software

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

the selection of the next batch of processes for a long job to be run.

A

Job Sequencing

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

a command language used to with a batch operating system.

A

Job Control Language Interpretation (JCL)

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

the OS activity that detects errors and in some cases corrects errors.

A

Error Handling

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

an OS or a portion of an OS that handles input and output devices.

A

I/O Handling

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

a program that causes an automatic suspension of program concurrently executed.

A

Interrupt Handling

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

determining the order by which resources will be assigned to processes and jobs.

A

Scheduling

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

the control of the resource used by two or more processes, either concurrently or one at a time.

A

Resource Control

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

the process of controlling and limiting access to the resources of the computer.

A

Protection

17
Q

a type of OS that switches inactive to a certain computer for multiple user’s using the system at the same time

A

Multi-access (time sharing)

18
Q

It makes it possible for complex activities to be performed in a predefined order.

A

Coordinator

19
Q

an OS can be considered as interface between the user and the hardware.

20
Q

allocating resources like printer, disk drives and other peripherals.

A

Resource Manager

21
Q

It set up access controls to protect files, allows restrictions on the reading, writing or executing of data and programs and keep users out of each other’s hair and out of its own. It may even control who can log onto the system.

22
Q

individual users sequentially running programs by themselves on a large machine most likely are not fully utilizing the machine’s potential.

A

Resource Utilization Maximizer

23
Q

it keeps track of CPU time, memory usage, I/O calls, disk storage, terminal connects, and time and almost any other information you might want to have.

A

Accountant

24
Q

it provides services either implicitly or explicitly. A fundamentally important example of this is the file access mechanism.

25
Is an Operating System that has a multi-user and multitasking capabilities,
UNIX
26
Is an open-source operating system, which kind of an adapted clone of a UNIX operating program.
LINUX
27
Is acknowledged by the industry to be the premier reliable UNIX environment.
SOLARIS
28
process of storing result (output) of an operation temporarily before forwarding them to the next operation
Buffering
29
unit of memory given the task of holding information temporarily especially when such temporary storage is needed to compensate for differences in speed between computer components or overlaps I/O of its own competition or uses queue.
Buffer
30
increases CPU utilization by organizing jobs so that the CPU has something to do.
Multiprogramming
31
stands for simultaneous peripheral on line.
Spooling
32
is the logical extension of multiprogramming.
Time sharing
33
has some capacity that determines the number of messages that can reside in it temporarily.
Link
34
the queue has maximum length 0; the link cannot have any message waiting in it.
Zero Capacity
35
the queue has finite length n thus at most n messages can reside in it.
Bounded Capacity
36
the queue has potentially infinite length thus, any number of messages can wait in it.
Unbounded Capacity