Internal Hardware Components of a Computer Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the internal subsystems of a computer?

A
  • CPU
  • RAM (main memory)
  • I/O controllers
  • Buses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do parallel buses do?

A

Carry data words in parallel on multiple wires

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

What is the purpose of the control bus?

A

The purpose of the control bus is to transmit, command, timing and specific status information between system components.

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

What is the address space?

A

The range of memory address that the machine can address

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

How is main memory organised?

A

Main memory consists of a contiguous block of read/write, randomly accessible storage locations constructed from semiconductor technology.

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

What is meant by volatile memory?

A

The contents of the memory is lost when the power is removed.

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

What is an I/O controller?

A

An I/O controller is a board of electronics that enables the processor to control and communicate with a peripheral device through an I/O port.

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

What are the three parts that a controller consists of?

A
  • An interface - connection of controller to system/IO bus
  • A set of data, command, address and status registers
  • An interface - connection of controller to cable connecting device to computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the von Neumann architecture, how are programs and data allocated?

A

Programs and data share the same memory

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

In the Harvard architecture, how are programs and data allocated?

A

Programs and data are allocated separate memories

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

Which components does a typical CPU consist of?

A
  • Control Unit
  • Arithmetic and Logic Unit (ALU)
  • Registers
  • System clock
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the purpose of the Control Unit?

A

The purpose of the Control Unit is to fetch instructions from memory, decode and execute them one at a time.

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

What is the purpose of the ALU?

A

The purpose of the ALU is to perform arithmetic and logical operations on data supplied in registers

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

What is the purpose of the system clock?

A

The purpose of the system clock is to generate a continuous sequence of clock pulses to step the control unit through its operation.

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

What are the three ways in which a processor interacts with memory?

A
  • By fetching instructions
  • By loading a memory word into a processor register
  • By changing the content of a memory word by a store operation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are registers?

A

Registers are memory locations internal to the processor that support fast access

17
Q

What are the

four special-purpose registers?

A
  • Memory Buffer Registers (MBR)
  • Memory Address Register (MAR)
  • Instruction Register (IR)
  • Status Register
18
Q

Continue

A

PAGE 280 BOND BOOK UNIT 2 ON HUB