PRELIM REVIEWER Flashcards

(41 cards)

1
Q

What is another kind of memory that is critical when the computer is powered on?

A

Read Only Memory (ROM)

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

Which of the operating system managers is responsible for starting the operation of a printer?

A

Device manager

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

Which of the following is not the function of Operating System?

A

Clock Management

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

By providing this service the operating system relieves the user of the worry of passing messages between processes

A

Communications

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

What is the difference between a primary storage and a secondary storage?

A

Main memory is sometimes called the primary storage while secondary storage is where data is stored on hard disk.

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

What controls Random Access Memory on a computer?

A

Operating System

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

What happens when the space of the operating system in the memory has not been protected?

A

System will crash or stops functioning properly and exits

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

Is ROM volatile?

A

False

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

Read only memory chip holds what type of software?

A

Firmware

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

You just turned on your computer and have yet started any application. Which software is currently inside the random access memory?

A

Operating system

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

Which among the operating system managers protects the space of the operating system in the memory?

A

Memory manager

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

Which software is responsible for the different computer system resources?

A

Operating system

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

Which of the operating system managers is responsible for enforcing restrictions on who has access to which files?

A

File manager

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

A user sends a print job to a printer. But the printer did not print anything. What is the responsibility of the operating system in this situation?

A

Provide an exact error message to the user.

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

An operating system service that is provided to the user whenever the user issues a command

A

Program execution

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

This operating system contains no permanent data storage devices to be managed.

A

Distributed

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

Type of OS allow more than one user to make use of the operating system resources at the same time?

18
Q

When the operating system stores data into the computer’s RAM and manipulates the data, the operating system is said to be doing what?

A

The OS is using the CPU to perform on the data

19
Q

Which of the following computer characteristics refers to the ability of the computer to perform a variety of tasks?

20
Q

The following are operating system services except for:

21
Q

Batch OS

A

Computer operators

22
Q

Time-sharing OS

23
Q

Distributed OS

A

Consists of CPU and memory

24
Q

Networked OS

A

Client and Server

25
Real-time OS
Quick Response Time
26
First generation
Large amount of heat and unreliable
27
Second generation
IBM 1401
28
Third generation
First time use of mouse and keyboard
29
Fourth generation
Foundation of the internet
30
Fifth generation
Present Generation
31
A memory allocation scheme in which jobs are given as much memory as they request when they are loaded for processing, thus creating their own partitions in main memory.
Dynamic
32
Which of the following memory management schemes allows memory to be allocated to only one program (or job) at a time?
Single-user contiguous scheme
33
In this scheme, the memory manager relocates all the free partitions
Relocatable dynamic allocation
34
Which of the following memory management schemes does not allow multiprogramming?
Single-user contiguous scheme
35
Is the process of freeing an allocated resource, like memory space
deallocation
36
What is the issue of relocatable dynamic allocation?
Overhead
37
Which of the following are the disadvantages of a fixed partition scheme?
If the partition sizes are too big, memory is wasted Requires that the entire program be stored contiguously in the memory
38
Why do you need System Calls in OS?
``` File Manipulation Process Control Device Management Information Maintenance Communications ```
39
First-fit memory allocation
first partition fitting the requirements
40
Best-fit memory allocation
smallest partition fitting the requirements
41
Worst-fit
allocates largest free available block to new job