1.1.2. Types of Processor

1.1.2. Types of Processor

12th Grade

9 Qs

quiz-placeholder

Similar activities

Module 2 - Lesson 5

Module 2 - Lesson 5

6th - 12th Grade

10 Qs

A Level Computing: Types of Processor

A Level Computing: Types of Processor

12th Grade

12 Qs

Introduction to Programming

Introduction to Programming

10th - 12th Grade

10 Qs

Operating Systems Quick Quiz Module 3

Operating Systems Quick Quiz Module 3

11th Grade - University

12 Qs

Basics of Computer [26-07-2021]

Basics of Computer [26-07-2021]

12th Grade

12 Qs

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

Internal hardware of a computer (A Level Computer Science)

Internal hardware of a computer (A Level Computer Science)

12th Grade

12 Qs

1.1.2. Types of Processor

1.1.2. Types of Processor

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Richard Smith

Used 149+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does RISC mean?
Reduced Instruction Set Computer
Reduced Instruction Set Compiler
Required Instruction Set Computer
Required Instruction Set Compiler

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CISC mean?
Complex Instruction Set Computer
Complex Instruction Set Compiler
Component Instruction Set Computer
Component Instruction Set Compiler

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the properties of RISC?
Small instruction set
Each instruction is one line of machine code
Used in everyday devices
Instructions are built into hardware
Used in embedded systems and microprocessors

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the properties of CISC?
A large instruction set
Instructions are built into hardware
Used in embedded systems and microprocessors
Each instruction is one line of machine code
Used in everyday devices

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the benefits of RISC processors?
Pipelining is possible since each instruction takes one clock cycle.
Compilers have to do less work,
They require less RAM since instructions are smaller

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the benefits of CISC processors?
Compilers have to do less work,
They require less RAM since instructions are smaller
Pipelining is possible since each instruction takes one clock cycle.

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are GPUs used for now?
image processing
machine learning
controlling peripherals
managing user access levels
system security

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are multi-core systems?
Systems where there are multiple cores that separate fetch-execute cycles.
Systems where multiple instructions can be completed at any given time, doesn’t require multiple cores, it can use threading and pipelining instead

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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
Systems where there are multiple cores that separate fetch-execute cycles.