computer architecture flashcard

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

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:47 AM on 1/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Definition of CPU

brain of the computer

2
New cards

How does the CPU communicate with memory

The CPU communicates with memory through the system bus

3
New cards

What are those three busses

Address bus,Data bus and control bus

4
New cards

Definition of address bus

Carries memory addresse

5
New cards

Definition of control bus

Carries control and timing signals

6
New cards

Definition of data bus

Transfers data between components

7
New cards

What is the difference between RISC and CISC architectures

The main difference between RISC and CISC architectures is how instructions are designed and executed.

8
New cards

RISC (Reduced Instruction Set Computer)

  • Uses a small, simple set of instructions

  • Instructions usually execute in one clock cycle

  • Focuses on speed and efficiency

  • Uses more registers

  • Easier to pipeline

  • Example processors: ARM, MIPS

9
New cards

CISC (Complex Instruction Set Computer)

  • Uses a large, complex set of instructions

  • Instructions may take multiple clock cycles

  • Designed to reduce the number of instructions per program

  • Uses fewer registers

  • More complex hardware

  • Example processors: Intel x86

10
New cards

What is the fetch–decode–execute cycle?

1. Fetch

  • The CPU retrieves an instruction from main memory (RAM)

  • The instruction is stored in the Instruction Register (IR)

  • The Program Counter (PC) points to the address of the next instruction

2. Decode

  • The Control Unit interprets the instruction

  • It determines what operation to perform and which data is needed

3. Execute

  • The CPU carries out the instruction

  • The ALU performs calculations or logic operations

  • Data may be written back to memory or registers

11
New cards