EENG3150 Digital Technologies - Computer Architecture

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

1/17

flashcard set

Earn XP

Description and Tags

Flashcards covering computer architecture concepts, components, and their functions. Includes CPU, memory, I/O, and cache concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Computer Architecture

The operational units and their interconnections that realize the architectural specifications.

2
New cards

Computer Organisation

Hardware details transparent to the programmer, control signals, interfaces between the computer and peripherals, memory technology used.

3
New cards

Architectural attributes

Instruction set, number of bits used to represent various data types, I/O mechanisms, techniques for addressing memory.

4
New cards

Organisational attributes

Attributes of a system visible to the programmer, have a direct impact on the logical execution of a program.

5
New cards

CPU

Controls the operation of the computer and performs its data processing functions.

6
New cards

Main Memory

Stores data.

7
New cards

I/O

Moves data between the computer and its external environment.

8
New cards

System Interconnection

Provides for communication among CPU, main memory, and I/O.

9
New cards

Arithmetic and Logic Unit (ALU)

Performs the computer’s data processing function.

10
New cards

Control Unit

Controls the operation of the CPU and hence the computer.

11
New cards

Registers

Provide storage internal to the CPU.

12
New cards

CPU Interconnection

Provides for communication among the control unit, ALU, and registers.

13
New cards

Central Processing Unit (CPU)

Portion of the computer that fetches and executes instructions.

14
New cards

Core

An individual processing unit on a processor chip.

15
New cards

Processor

A physical piece of silicon containing one or more cores; interprets and executes instructions.

16
New cards

Cache Memory

Multiple layers of memory between the processor and main memory, smaller and faster than main memory.

17
New cards

Cache Memory purpose

Used to speed up memory access by placing in the cache data from main memory that is likely to be used in the near future.

18
New cards

Level 1 (L1) Cache

Closest to the core in a multi-level cache system.