1.1.2. Types of Processor: Characteristics of Contemporary Processors: Computer Science A-Level OCR

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 9

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

10 Terms

1

What does RISC mean?

Reduced Instruction Set Computer

New cards
2

What does CISC mean?

Complex Instruction Set Computer

New cards
3

What are the properties of RISC?

- Small instruction set

- Each instruction is one line of machine code

- Used in everyday devices

New cards
4

What are the properties of CISC?

- A large instruction set

- Instructions are built into hardware

- Used in embedded systems and microprocessors

New cards
5

What are the benefits of RISC processors?

Pipelining is possible since each instruction takes one clock cycle.

New cards
6

What are the benefits of CISC processors?

- Compilers have to do less work.

- They require less RAM since instructions are smaller.

New cards
7

What is a graphics processing unit?

A co-processor made up of lots of independent parallel processors.

New cards
8

What are GPUs used for now?

GPUs are used for image processing and machine learning.

New cards
9

What are multi-core systems?

Systems where there are multiple cores that separate fetch-execute cycles.

New cards
10

What are parallel systems?

Systems where multiple instructions can be completed at any given time, doesn’t require multiple cores, it can use threading and pipelining instead.

New cards
robot