Topic 1b Flashcards

1
Q

What is data on a computer stored as?

A

Binary digits or bits for short

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

What does a bit hold and how is it represented?

A

Bits hold either a 1 or 0.
A pulse of 5 volts of electricity can represent 1 bit and a pulse of zero volts can represent a 0 bit.

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

How are bits represented with a fibre optic cable?

A

A 1 bit is represented by the presence of light while a 0 bit is represented by the absence of light.

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

What is a byte?

A

A byte is a collection of 8 bits.

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

What is main memory?

A

Organizes bits into words containing 32 bits. A 32 bit word contains a four 8 bit bytes.

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

What is cache memory?

A

It is adjunct to the main memory and holds frequently executed or currently running programs and data. It is also faster and smaller than main memory.

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

What are the processors functional unit components?

A

Contains logic circuits, timing and control circuits, as well as registers.

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

What is a logic circuit?

A

logic circuits perform arithmetic and logic operations on word-size data operands (32-bit words)

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

What are timing and control circuits?

A

they are used for fetching program instructions and data from memory, one after another.

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

What do registers do?

A

Registers each hold one word of operand data.

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

What does the processors logic and arithmetic unit do?

A

Most computers operations are carried out by the ALU of the processor. The ALU performs logic or arithmetic operations

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

What does the processors control unit do?

A

The control unit coordinates the operations of memory, ALU and I/O units.

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

What can the operation of a computer be summarized as?

A

The computer gets information through the input unit in the form of programs and data and stores it in the memory. Information stored in the memory is fetched under program control into the ALU where it is processed. Processed info leaves through a output unit.

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

What are the three basic instruction types?

A

Load, store and operate.

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

How does the load instruction type work?

A

Read a data operand from memory or an input device into the processor.

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

How does the store instruction type work?

A

Write an operand from the processor register to memory or output device.

17
Q

How does the operate instruction type work?

A

Perform an arithmetic or logic operation on data operands in processor registers.