4 Processor Fundamentals Flashcards

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

von Neumann architecture

A

Computer architecture which introduced the concept of the stored program in the 1940s

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

Arithmetic logic unit

A

Component in the processor which carries out all arithmetic and logical operations

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

Control unit

A

The CU reads an instruction from memory ( the address of the location where the instruction can be found) and generates control signals to ensure synchronisation of data flow and program instruction

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

System clock

A

Produces timing signals on the control bus to ensure synchronisation takes place

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

Immediate access store

A

Holds all data and programmes needed to be accessed buy the control unit

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

accumulator

A

Temporary general purpose register which stores numerical values at any part of a given operation

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

Status register

A

Used when an instruction requires some form of arithmetic or logic processing

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

Flag

A

Indicates the status of a bit in the status register

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

Address bus

A

Carries memory addresses through the computer system

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

Data bus

A

Allows data to be carried from processor to memory to and from input/output devices

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

Control bus

A

Carries signals from control unit to all other computer components

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

Unidirectional

A

Describes a bus which can move bits in one direction only

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

Bidirectional

A

Describes a bus which can transfer bits in both directions

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

Word

A

A group of bits used by a computer to represent a single unit

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

Clock cycle

A

Clock speeds are measured in terms of GHz send out pulses along the control bus to synchronise computer operations

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

Overclocking

A

Changing the clock speed of a system clock to a higher then standard value

17
Q

BIOS

A

Basic input, output system

18
Q

Cache memory

A

A higher speed auxiliary memory which permits high speed data transfer and retrieval

19
Q

Core

A

A unit made up of an ALU, control unit, and registers which is part of a CPU

20
Q

Dual core

A

A CPU containing two cores

21
Q

Quad core

A

A CPU contains four coures

22
Q

Port

A

external connection to a computer which allows it to communicate which various devices

23
Q

USB ( Universal Serial Bus)

A

A port connecting devices to a computer

24
Q

Asynchronous serial data transmission

A

A single wire transmitting bits of data one of the other

25
Q

HDMI ( higher definition media interface)

A

A type of connecting port

26
Q

VGA ( video, graphics and audio)

A

Type of port connecting devices to a computer

27
Q

Fetch-decode-execute cycle

A

A cycle which instructions and data are fetched from memory and then decoded and finally executed

28
Q

Program counter

A

A register used in a computer to store the addresses of the instruction which is currently being executed

29
Q

Current instruction register

A

A register send to contain the instruction which is currently being executed of decoded

30
Q

Register transfer notation (NTN)

A

Short hand notation to show movement of data and instructions in a processor

31
Q

Interrupt

A

Signal from a device of software to a processor requesting its attention, the processor suspends all operations until the interrupt has been serviced

32
Q

Interrupt priority

A

All interrupts are given a priority so that the processor knows which needs to be serviced first and which interrupts are to be dealt with quickly