Intro To
Operating Systems
Memory Management
Concurrent Process synchronization
Device and file management
System Management
100

A chip that holds software that is used to start the computer.

What is ROM?

100

Main memory is also known as ____.

What is Random Access Memory or RAM?

100

In ____ systems, deadlocks can cause critical situations.

What are Real-time?

100

The advent of optical discs was made possible by developments in ____ technology.

What is a laser?

100

For batch jobs, the time from the submission of the job until its output is returned to the user is called ____ time.

What is turnaround?

200

The practice of using Internet-connected resources to perform processing, storage, or other operations.

What is Cloud Computing?

200

In a single-user system, jobs are processed ____.

What is Sequentially or In order?

200

In printing systems using ____, a disk accepts output from several users and acts as a temporary storage area for all output until the printer is ready to accept it.

What is spooling?

200

____ control the transfer of information between the disk drives and the rest of the computer system.

What are disk drive interfaces?

200

Bottlenecks tend to develop ____.

What is when resources reach their capacity?

300

 ____ is where the data and instructions of a computer must reside to be processed.

What is Main Memory?

300

In demand paging, pages are ____ between main memory and secondary storage.

What is swapped?

300

____ semaphores are used in the producer and consumer problem.

What are three?

300

Many computer users and some operating systems call subdirectories ____.

What are folders?

300

____ is a measure of how much each resource is contributing to the overall operation of the system.

What is resource utilization?

400

The efficiency of a batch system is measured in ____, which is the number of jobs completed in a given amount of time.

What is Throughput?

400

In demand paging, when an excessive number of pages are moved back and forth between main memory and secondary storage, it is called ____.

What is Thrashing?

400

A computer system that can support jobs that use multiple processors to execute sets of instructions in parallel is referred to as a ____ system.

What is concurrent process?

400

Although a user directory is treated as a file, it is flagged to indicate to the File Manager that this file is really a ____ whose records are filenames that point to files.

What is subdirectory?

400

A negative feedback loop mechanism monitors the system and, when it becomes too congested, signals the Job Scheduler to ____.

What is slow down process arrival rate?

500

A system with ____ divides programs into parts and keep them in secondary storage, bringing each part into memory only as it is needed.

What is Virtual Memory?

500

The first-come, first-served (FCFS) algorithm is fine for most ____ systems.

What are batch systems?

500

When using the WAIT and SIGNAL operations, ____ sets the process’s process control block to the blocked state and links it to the queue of processes waiting to enter this particular critical region.

What is wait?

500

A(n) ____ contains a list of files, each of which is associated with the names of users who are allowed to access it and the type of access each user is permitted.

What are access control list?

500

Deployment software falls into two groups: ____ software.

What are agent-based and agentless?