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

0.0(0)
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

What does RISC mean?

Reduced Instruction Set Computer

2

What does CISC mean?

Complex Instruction Set Computer

3

What are the properties of RISC?

- Small instruction set

- Each instruction is one line of machine code

- Used in everyday devices

4

What are the properties of CISC?

- A large instruction set

- Instructions are built into hardware

- Used in embedded systems and microprocessors

5

What are the benefits of RISC processors?

Pipelining is possible since each instruction takes one clock cycle.

6

What are the benefits of CISC processors?

- Compilers have to do less work.

- They require less RAM since instructions are smaller.

7

What is a graphics processing unit?

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

8

What are GPUs used for now?

GPUs are used for image processing and machine learning.

9

What are multi-core systems?

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

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.