1.1.2. Types of Processor

1.1.2. Types of Processor

12th Grade

9 Qs

quiz-placeholder

Similar activities

A Level Computing: Types of Processor

A Level Computing: Types of Processor

12th Grade

12 Qs

Computational Thinking - AQA A Level Computer Science

Computational Thinking - AQA A Level Computer Science

10th Grade - University

10 Qs

THEORETICAL CONCEPTS OF OS

THEORETICAL CONCEPTS OF OS

9th - 12th Grade

10 Qs

PROCESSOR AND COMPUTER ARCHITECTURE​

PROCESSOR AND COMPUTER ARCHITECTURE​

12th Grade

11 Qs

Flowchart

Flowchart

6th - 12th Grade

13 Qs

Fundamentos del paralelismo

Fundamentos del paralelismo

1st - 12th Grade

10 Qs

System Fundamentals - Planning and system installation

System Fundamentals - Planning and system installation

10th - 12th Grade

12 Qs

AP Computer Science Principles - Unit 3: App Design

AP Computer Science Principles - Unit 3: App Design

9th - 12th Grade

10 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.