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

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

1/9

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.

10 Terms

1
New cards

What does RISC mean?

Reduced Instruction Set Computer

2
New cards

What does CISC mean?

Complex Instruction Set Computer

3
New cards

What are the properties of RISC?

- Small instruction set

- Each instruction is one line of machine code

- Used in everyday devices

4
New cards

What are the properties of CISC?

- A large instruction set

- Instructions are built into hardware

- Used in embedded systems and microprocessors

5
New cards

What are the benefits of RISC processors?

Pipelining is possible since each instruction takes one clock cycle.

6
New cards

What are the benefits of CISC processors?

- Compilers have to do less work.

- They require less RAM since instructions are smaller.

7
New cards

What is a graphics processing unit?

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

8
New cards

What are GPUs used for now?

GPUs are used for image processing and machine learning.

9
New cards

What are multi-core systems?

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

10
New cards

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.