CISC n RISC,

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

1/6

flashcard set

Earn XP

Description and Tags

for more details on how they differ check out the notes in the computer science folder.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

The CISC approach, hardware and software

  • complex hardware

  • fewer registers

  • several clock cycles for some instructions

  • less programming code

2
New cards

where are they most often used?

CISC is most often used in desktop and laptop computers whereas RISC is commonly used in smartphones and tablets.

3
New cards

The RISC approach

  • simpler hardware

  • many registers

  • single clock cycle for an instruction

  • more programming code needed.

4
New cards

RISC processors

  • compiler has to do more work to translate high level code into machine code.

  • More RAM is required to store the code

  • Pipelining is possible since each instruction takes one clock cycle

5
New cards
6
New cards

CISC processors

  • the compiler has less work to translate high level code into machine cade

  • Less RAM is required since code is shorter

  • many specialised instructions are made even though only a few of them are used

7
New cards

Multi