Computer Systems Flashcards

1
Q

CPU

A

Central Processing Unit - a processor that carries out program instructions.

Most CPUs are microprocessors contained on a single integrated circuit chip.

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

RAM

A

Main Memory - Random Access Memory

Computer data storage which stores frequently used program instructions.

Volatile memory

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

Memory cell

A

The fundamental building block of computer memory. An electronic circuit that stores one bit of binary information. Set to store a logic 1 (high voltage) and reset to store logic 0 (low voltage).

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

Address

A

The location in memory

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

The smallest addressable unit

A

Typically one byte

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

Byte

A

8 bits

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

How many different values can k bytes store?

A

2^k values

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

Kilobyte

A

2^10 bytes

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

Megabyte

A

2^20 bytes

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

Gigabyte

A

2^30 bytes

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

Secondary Memory

A

Where programs and data are kept on a long-term basis

Hard disks, optical disks

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

Machine Code

A

Binary numbers encoding program instructions

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

Where is a program Copied when it is loaded?

A

Main Memory

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

Where can a program read data from?

A

Secondary memory and input devices.

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

Where are variables stored in memory?

A

Main Memory

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

What are the main features of an operating system?

A
Process management 
Memory management 
I/O
Window system
Network Control
Enforcing Security