Module 1 Quiz Flashcards

(14 cards)

1
Q

Select the hardware that could be found in a typical Desktop Personal Computer.

Points will be deducted if you choose an incorrect answer(s).

A
  • RAM
  • CPU
  • HDD
  • Power Supply
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does POST stand for in terms of the Operating System boot process?

A

Power-on Self-test

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

Where can you buy the very latest version of macOS (Desktop)?

Points will be deducted if you choose an incorrect answer(s).

A
  • the App Store keeps a copy to redeem for macOS users.,
  • macOS is not sold separately anymore, it comes with the Apple Mac Hardware you buy.

macOS is not sold separately anymore, it comes with the Apple Mac Hardware you buy.

Older versions can still be bought online at apple.com and redeemed via the mac app store.

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

Only the Operating System can interact with Drivers.

A

False

Everything from the OS to other devices can interact with the drivers of a device.

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

Memory (RAM) can: <select></select>

Points will be deducted if you choose an incorrect answer(s).

A
  • Be saved to disk.
  • Be cached in the CPU.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Select the components that make up a typical modern computer as defined in your textbook, Modern Operating Systems (Tanenbaum, A. 2014). 

Points will be deducted if you choose an incorrect answer(s).

A
  • Central Processing Unit
  • Memory
  • Disk Storage

A modern computer typically consists of one or more processors (CPU’s), Memory, disk storage (or storage memory), Input/output devices like touch screens, keyboards, a mouse, network interface devices etc.

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

What is one of the most common scheduling algorithms used by Operating Systems?

A

round robin

Round-robin is one of the algorithms employed by process and network schedulers in computing. As the term is generally used, time slices are assigned to each process in equal portions and in circular order, handling all processes without priority

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

Memory management allows the operating system to dynamically distribute memory across all running processes while ensuring optimal performance.

A

True

Memory management allows the computer or operating system to dynamically distribute memory across all running processes while ensuring optimal performance.

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

The CMOS is where the BIOS stores the date, time, and system configuration details it needs to start the computer.

A

True

The CMOS is where the BIOS reads information to start the BOOT process.

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

The operating system handles the device management for end-users.

A

True

The OS is responsible for device management.

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

What is Starvation when it comes to process management?

A

An overlooked Process that can run, but is never chosen

**Starvation ** is the problem that occurs when high priority processes keep executing and low priority processes get blocked for indefinite time. In heavily loaded computer system, a steady stream of higher-priority processes can prevent a low-priority process from ever getting the CPU. In starvation resources are continuously utilized by high priority processes. Problem of starvation can be resolved using Aging. In Aging priority of long waiting processes is gradually increased.

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

In which way(s) can a process be created?

Points will be deducted if you choose an incorrect answer(s).

A
  • System Initalisation
  • System Call
  • User request
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A program can have multiple sub-processes.

A

True

A computer program is a passive collection of instructions, a process is the actual execution of those instructions. Several processes may be associated with the same program; for example, opening up several instances of the same program often means more than one process is being executed.

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

What are the typical types of devices?

Points will be deducted if you choose an incorrect answer(s).

A
  • Dedicated
  • Shared
  • Virtual
How well did you know this?
1
Not at all
2
3
4
5
Perfectly