CPU architecture

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

What is Von Neumann architecture

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

2
New cards

what does ALU stand for

arithmetic logic unit

3
New cards

what is the ALU

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

4
New cards

what does CU stand for

control unit

5
New cards

what is the control unit

ensures sync of data flow and programs throuhgout the computer by sending out control signals along the control bus

6
New cards

what does the system clock do

produces timing signals of the control bus to ensure syncing to take place

7
New cards

what does IAS stand for

immediate access store

8
New cards

what does the IAS do

holds all data and programs needed to be accessed by the control unit

9
New cards

what is ACC

accumulator

10
New cards

what does the accumulator do

temporarily stores numerical values at any part of a given operation

11
New cards

what is a register

temporary component in the processor which can be general or specific in its use that holds data or instructions as part of the FDE cycle

12
New cards

what is the status register used for

an instruction that requires some form of arithmetic or logical procession

13
New cards

what is a flag

indicates the status of a bit in the status register

14
New cards

what is an address bus

carries the addresses throhgout the computer system

15
New cards

what is the data bus

allows data to be carried from processor to memory to and from i/o devices

16
New cards

what is the control bus

carries signals from control unit to tall other computer components

17
New cards

what does uniderctional mean in buses

one direction only

18
New cards

what does bidirectional mean in buses

in both directions

19
New cards

what is a word

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

20
New cards

what is a clock cycle

clock speeds aree measured in terms of GHz

21
New cards

what is overclocking

changing the clock speed of a system clock to a value higher than the factory setting

22
New cards

what does BIOS stand for

basic input/output system

23
New cards

what is cache memory

a high speed auxiliary memory which permits high speed data transfer and retrieval

24
New cards

what is a core

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

25
New cards

what is a dual core

a CPU containing two cores

26
New cards

what is a quad core

a CPU containint four cores

27
New cards

what is a port

external connection to a compiuter which allows it to communicate with arious peripheral devices

28
New cards

what does USB stand for

universal serial bus

29
New cards

what is a USB

a type of port connecting devices to a computer

30
New cards

what does asynchronous serial data tranmission

sending using its own clock device rather than sharing the same clock with the recipient device

31
New cards

what is serial data transmission

single wire transmitting one bit of data at a time

32
New cards

what is parallel data transmission

several wires sending several bits at one time

33
New cards

what does HDMI stand for

high definition multimedia interface

34
New cards

what is a HDMI

type of port connecting devices to a computer

35
New cards

what does VGA stand for

video graphics array

36
New cards

what does VGA do

connect devices to a computer

37
New cards

what does FDE stand for

fetch-decode-execute

38
New cards

what is the FDE cycle

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

39
New cards

what does PC stand for

program counter

40
New cards

what does the program counter do

store the address of the instruction which is currently being executed

41
New cards

what does CIR stand for

current instruction register

42
New cards

what does the CIR do

contains the instructon which is currently being executed

43
New cards

what does RTN stand for

register transfer notation

44
New cards

what is RTN used for

notation to show movement of data and instructions in a processor

45
New cards

what is an interrupt

signal sent from a device or software to a processor requestign its attention

46
New cards

what is interrupt priority

for the processor to know which action needs to be serviced first and which interrupts to be dealt with quickly

47
New cards

what is ISR

interrupt service routine

48
New cards

what does the ISR do

handles interrupt requrests and sends the requrest to the CPU for procressing