Section 4 system and components Flashcards

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

input device

A

Keyboard, Mouse, Scanner , Microphone and web cam

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

CPU

A

Central Processing Unit

Continuously read and execute instructions stored in memory by repeatedly carrying out the fetch-execute cycle

Contains: Arithmetic logic unit and control unit
to several general purpose and special purpose registers

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

Output device

A

Monitor, printer and speaker

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

Explain the fetch- decode- execute CPU cycle

A

Fetch: CPU fetches instructions from the main memory
decode: Control unit decides what to do with it
execute: The instruction is then run or executed

Every cycle is regulated by CPU clock

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

Arithmetic Logic Unit

A

Does the mathematical equations and operations also does the logic operations.
Compares values held in registers

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

Control Unit

A

Coordinates CPU actions in the cycle and receive signals and decode instructions

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

Clock

A

Regulates speed and timing of all computer functions and signals

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

Registers

A

Smaller/faster than cache memory, registers are built into the CPU to temporarily store memory addresses, instructions

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

Bus

A

A collection wires used to transfer data and instructions from one component to another

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

Cache(MEMORY)

A

More expensive
Small/fast memory that can transfer data
to the CPU faster than RAM holds recently used block of data or program instructions that are likely to be needed again.

Have different levels such as level 1 being smallest and fastest

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

Register

A

special-purpose memory locations located within the CPU, used in the execution of instructions. Even smaller and faster than cache

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

Volatile Memory

A

is when all contents is lost when power is turned off

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

John Von Neumann

A

developed the stored program computer the von neumann architecture involves storing both programs and the data they use in memory

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

Clock Speed

A

determines the number fetch-execute cycles happen per second. Every cylce is a tick on the clock.

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

Cache Size

A

Operates faster than the main memory, data is transferred in and out of cache memory more quickly
making it more efficient
has 3 levels-1 being the smallest but fastest

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

Number of cores

A

Processor may contain more than 1 core each cores processors are one operation per clock cycle.
more cores more it can run
however it cant run simultaneously depending on if the software is designed that way