Internal hardware components Flashcards

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

What is the CPU responsible for?

A

CPU, which is a single chip responsible for all the processing

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

What is the computer Hardware?

A

The physical components of the computer system, which includes digital circuitry.
The processing hardware is necessary to gain a useable output from the system.

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

What is the back store?

A

Normally a hard disk, which retains the data written on to it after the computer system has been switched off; it could include other storage devices such as flash memory and removable disks

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

What are input devices?

A

Typically includes a mouse, keyboard and microphone.

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

What are output devices?

A

System output can be printed out by the user or displayed on a computer screen.

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

What is the power supply?

A

Used to convert alternating current (AC) into low-voltage direct current (DC) to supply power to the internal components within the computer system.

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

What activities is the processor responsible for?

A
  • Sorting and searching data
  • Logical decision making
  • Performing calculations
  • Control of input, output and storage devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the bus system?

A

The bus system is composed of the communication links which connect the various parts of a computer.

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

What are the three types of buses? And the order they are in?

A
  • Control Bus
  • Address Bus
  • Data Bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Main memory?

A

Main memory stores program instructions and data that are processed by the processor.

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

What is the Address Bus?

A

Address bus specifies a physical address in main memory and the value that is to be read or written into that address is communicated via the data bus.

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

What is the control bus?

A

Control bus manages data processing; for example,
sends a signal to either write from the data bus to a memory address or a signal to read data from a memory address.

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

What are the Inputs and Outputs?

A

Input and output – control signals received from the processor include input (read) or output (write) requests. These control signals are then used to connect a system bus to specific I/O devices; typical I/O devices would be inputs from keyboard and mouse with outputs to monitor and printer

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

What is the Vann Neuman stored Concept?

A
  • The Van Neumann stored program architecture is based on both data and instructions stored in a single memory space.
  • Data and instructions are transmitted through a shared data bus.
  • Van Neumann architecture is used extensively in general purpose computing systems.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Harvard Architecture?

A

The Harvard architecture is based on the program data and instructions being stored in separate memories; instructions are fetched from instruction memory serially and data is fetched when needed by an instruction.

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

Is Harvard Faster?

A

The Harvard technique may be faster as the transmission of the instruction and data can take place in parallel.

17
Q

What are Embedded Systems?

A

Embedded systems such as digital signal processing (DSP) systems use the Harvard architecture extensively. Typically mobile phones, washing machines and burglar alarms make use of the DSP technique

18
Q

Addressable Memory - How is Memory chosen?

A
  1. The processor writes the numeric code into the address bus
  2. The processor sends a request to the control bus with instructions to read or write to the memory location
  3. Finally, the data that is being read from or written to will be transferred via the data bus