Operating Systems Flashcards

1
Q

What does an operating system do?

A

It controls the execution programs and coordinates actions between hardware, software, and the user.

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

An operating system is controlled by ____ and runs on computer
_____.

A

software, hardware

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

What does Microcomputer hardware consist of?

A

CPU (Central Processing Unit)
Primary Storage
I/O (Input/Output) Devices
Secondary Storage

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

What is the CPU?

A

This can be described as the heart or brains of a computer. It handles nearly all operations.

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

Who was the original CPU designed by?

A

Intel (the 8086)

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

How does a computer represent data?

A

Using binary digits called bits (0s and 1s)

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

What is a byte?

A

a group of bits, usually 8, that represents a single character.

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

What is the meaning of word in computers?

A

A group of bytes, always in multiples of two.

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

how large were the internal word structure and the path of data transfer in the Intel 8086?

A

16 bits

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

How much data can most modern processors handle at a time?

A

64 bits

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

What is the clock on a microprocessor chip?

A

A Clock sets the pace (the clock rate) at which a processor handles its operations and keeps everything synchronized.

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

On the processor chip Pentium II, what are the statistics clock speed (MHz), Internal data path, external data path?

A

233-450 MHz, 32-bit, 64-bit

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

What determines a CPU’s overall processing capacity

A

The design of the chip,
the internal clock speed,
the width of the data paths

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

What is the purpose of primary storage?

A

It provides temporary holding locations for software and data being processed. It is called RAM and ROM.

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

What are RAM and ROM measured i?

A

Bytes, commonly in Gigabytes these days.

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

What does volatility mean?

A

It refers to when memory is unable to hold data when unpowered.

17
Q

What is the meaning of RAM and ROM?

A

Random Access Memory and Read Only Memory.

18
Q

What is required to preserve data without power?

A

Secondary storage

19
Q

What is on ROM?

A

Instructions for starting computers, running diagnostics, loading OSs, which is usually on the hard drive.

20
Q

What are I/O devices?

A

Devices that receive data and produce data

21
Q

What is a buffer?

A

A holding area that temporarily stores computer characters.
Many I/O devices have a buffer.

22
Q

What is a system bus?

A

The system bus is how data is processed. Most system use serial buses.

23
Q

What is secondary storage?

A

Secondary storage is a read and writeable memory that preserves it’s data without power.

24
Q

What are some characteristics of SSDs?

A

No moving parts
nonvolatile flash memory
Expensive compared to magnetic drives

25
Q

Where is DOS located?

A

The area of the disk known as FAT (File Allocation Table)

26
Q

Where does DOS do?

A

Keeps track of file locations and cluster information.