Types of processors

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

1/5

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.

6 Terms

1
New cards

Define CISC

Complex Instruction Set Computer an architecture that supports a large number of completed instructions, one instruction usually takes more than 1 clock cycle

2
New cards

Define RISC

Reduced Instruction Set computers, an architecture that supports only a small number of very small instructions, one instruction run over one FDE cycle

3
New cards

Feature of RISC

Simple instruction, fewer instructions, fewer addressing modes, only LOAD and STORE instructions can access memory, Processor hardware is more simple

4
New cards

Features of CISC

Complex instructions, a large range of instructions, many addressing modes, many instructions can access memory, Processor more complex

5
New cards

Adv of CISC

Quicker to code, compiler has very little work to do to translate a high level language into machine code, code is relative short, very little RAM is required to store the instructions

6
New cards

Adv of RISC

The hardware is simpler to build with fewer curcuit needed to carry out complex Instruction, each instruction takes same amount of time(piplining), RAM is now cheap, RISC uses more RAM and software allows better performance processors at less cost