Y12 Computer Architecture Starter Quiz

Y12 Computer Architecture Starter Quiz

11th Grade

8 Qs

quiz-placeholder

Similar activities

Module 2 - Lesson 5

Module 2 - Lesson 5

6th - 12th Grade

10 Qs

CPU Components

CPU Components

11th Grade

11 Qs

01. SysArch- CPU Components Quiz

01. SysArch- CPU Components Quiz

9th - 12th Grade

11 Qs

Processor architecture

Processor architecture

9th - 12th Grade

10 Qs

Mock P1...Revise CPU

Mock P1...Revise CPU

10th Grade - University

13 Qs

CPU Architecture

CPU Architecture

11th Grade

10 Qs

CPU Registers

CPU Registers

11th - 12th Grade

13 Qs

Computer System Quiz

Computer System Quiz

11th Grade

8 Qs

Y12 Computer Architecture Starter Quiz

Y12 Computer Architecture Starter Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Andrew Paul

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which processor type is designed to execute a small set of instructions quickly?

CISC

RISC

Harvard

Von Neumann

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does RISC stand for?

Reduced Instruction Set Computing

Rapid Instruction Set Computing

Regular Instruction Set Computing

Random Instruction Set Computing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the physical size comparison between CISC and RISC?

CISC is smaller

RISC is larger

CISC is larger

Both are the same size

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of computing requires larger CPUs and memory?

RISC

CISC

Both RISC and CISC

Neither RISC nor CISC

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which design feature is typical of Complex Instruction Set Computing (CISC)?

Memory and other hardware combined with CPU on a single chip

Usually built on a system with cooling fan and heat sink

Uses less expensive components

Designed for mobile devices

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of computing is generally more expensive?

Reduced Instruction Set Computing (RISC)

Complex Instruction Set Computing (CISC)

Both are equally expensive

Neither is expensive

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the quotient stored in the CISC processor program after division?

In register BX

In register AX

In register AL

In register AH

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does RISC perform division of two numbers?

Using a single line instruction

Using repeated subtraction

Using a built-in DIV instruction

Using multiplication