Processing and Storage Flashcards

1
Q

What is processing?

A

This is where data is translated into information using the processing unit.

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

What is the processing unit made up of?

A

CPU and Main Memory

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

What is the tower/system unit?

A

This is where the CPU and all the ports are located.

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

What is the machine cycle?

A

It describes what the CPU does.

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

What does the machine cycle consist of?

A

1-Fetching
2-Decoding
3-Executing
4-Storing

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

What is storage?

A

It is the saving of data temporarily or permanently on a range of storage media.

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

What is primary storage?

A

It is a group of chips that resides in the motherboard of the computer.
eg: ROM and RAM

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

What is secondary storage?

A

This is the storing of information for repeated or future use.

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

What is the central processing unit (CPU)?

A

This is a small chip on the motherboard, where all the data entered into the computer is processed.

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

What are the components of a CPU?

A

-The Arithmetic and Logic Unit
-The Control Unit

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

What is the arithmetic and logic unit?

A

This performs data manipulation, including mathematical and logical operations.

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

What is the control unit?

A

It is the boss of the computer that directs the operations in the processor, controls communication and reads and interprets instructions and determines the sequence for processing the data.

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

What are the units of storage?

A

Bit
Byte
Word
Kilobytes
Megabytes
Gigabytes
Terabytes
Yotabytes

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

What is a binary system?

A

It is a number system that has just two unique digits 0 and 1, called bits

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

What is a bit?

A

It is the smallest unit of data the computer can process.

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

What is a byte?

A

It is a collection of eight bits that is referenced as a single unit.

17
Q

What is a word?

A

It is a group of two or more bytes that is stored in one location and manipulated by the processor in one instruction cycle.