wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

NEW 1.1.2 Types of Processor

Total questions: 37

Worksheet time: 19mins

Name
Class
Date
1.

What does 'CISC' stand for?

a)

Complete Instruction Set Controller

b)

Complex Instruction Set Controller

c)

Complex Instruction Set Computer

d)

Complete Instruction Set Computer

2.

Which processor design does the following statement relate to, 'simple instruction format for the opcode and operand in the current instruction register'?

a)

Both

b)

CISC

c)

RISC

d)

Neither

3.

Which of the following is the best definition for a parallel processor system?

a)

Development of a CISC architecture with a single set of CPU components

b)

Development of CISC architecture with several sets of CPU components in one microprocessor

c)

More than one computer working together to processor a single job

d)

The simultaneous use of several processors to perform a single task

4.

Which processor design does the following statement relate to, 'compiler has to do more work to convert high level language statements into machine code'?

a)

Both

b)

RISC

c)

CISC

d)

Neither

5.

Which processor design does the following statement relate to, 'more RAM is needed to store the instructions'?

a)

RISC

b)

CISC

c)

Neither

d)

Both

6.

Which of the following is the best definition for 'SIMD'?

a)

Different operations carried out on the same piece of data at the same time

b)

A single operation carried out on many pieces of data at the same time

c)

A single operation carried out on a single piece of data at a time

d)

Different instructions carried out at the same time on different pieces of data

7.

Which processor design does the following statement relate to, 'less RAM is required to store program instructions'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

8.

Which processor design does the following statement relate to, 'the opcode and operand can take a variable number of bits in the current instruction register depending on the command being decoded'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

9.

Which of the following is NOT a reason why doubling the number of processor cores does not lead to a direct doubling of processor speed and efficiency in all situations?

a)

There are overheads in terms of communication between multiple cores

b)

Writing programs to take advantage of multiple cores can be complex

c)

Multi-core processors are rarely used

d)

Many problems are not fully parallelisable

10.

Which processor design does the following statement relate to, 'better power consumption makes this architecture better suited to portable devices'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

11.

Which processor design does the following statement relate to, 'processor hardware is capable of understanding and executing a series of operations in one instruction'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

12.

What does 'GPU' stand for?

a)

Graphics Processing Unit

b)

General Procedure Unit

c)

Graphics Procedure Unit

d)

General Processing Unit

13.

Which processor design does the following statement relate to, 'more RAM is required to store program instructions'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

14.

Which processor design does the following statement relate to, 'less transistors are required'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

15.

Which processor design does the following statement relate to, 'instruction is executed in one clock cycle'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

16.

What does 'MIMD' stand for?

a)

Multiple Instructions Many Data

b)

Many Instruction Multiple Data

c)

Many Instructions Many Data

d)

Multiple Instruction Multiple Data

17.

Which of the following is the best definition for 'MIMD'?

a)

A single operation carried out on a single piece of data at a time

b)

Different operations carried out on the same piece of data at the same time

c)

Different instructions carried out at the same time on different pieces of data

d)

A single operation carried out on many pieces of data at the same time

18.

Which of these statements is true?

a)

RISC is faster than CISC

b)

CISC is faster than RISC

c)

RISC and CISC will always operate at the same speed because program code is always compiled to the same single machine code

d)

It is not possible to say one architecture is faster than the other, there are too many other factors to consider

I don't know

19.

Which processor design does the following statement relate to, 'compiler does very little to translate from high level language into machine code'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

20.

Which processor design does the following statement relate to, 'the primary goal is to complete the task in as few lines of code as possible'?

a)

RISC

b)

CISC

c)

Both

d)

Neither

21.

Which of these statements refers to a 'CISC' architecture?

a)

A processor design with a large set of addressing modes

b)

A processor design with a fixed format for the opcode and operand in the current instruction register

c)

A processor design with a limited set of addressing modes

d)

A processor design with a basic range of machine instructions

22.

Which of the following is the best definition of a 'RISC' processor design?

a)

An integrated circuit with a large set of addressing modes

b)

An integrated circuit with a basic range of machine instructions

c)

An integrated circuit with a variable format for the opcode and operand in the current instruction register

d)

An integrated circuit with a large range of machine instructions

23.

Which processor design does the following statement relate to, 'uses a load-store approach where the operands for an add operation must both be held in registers'?

a)

Both

b)

CISC

c)

RISC

d)

Neither

24.

What does 'RISC' stand for?

a)

Reduced Instruction Set Computer

b)

Reduced Instruction Set Controller

c)

Reverse Instruction Set Controller

d)

Reverse Instruction Set Computer

25.

Which of these statements refers to a 'RISC' architecture?

a)

A processor design with a limited set of addressing modes

b)

A processor design with a large set of addressing modes

c)

A processor design with a large range of machine instructions

d)

A processor design with a variable format for the opcode and operand in the current instruction register

26.

Super computers are well known to use what type of parallel processing?

a)

MIMD

b)

SISD

c)

SIMD

d)

MISD

27.

Which of the following is the best definition of a 'CISC' processor design?

a)

An integrated circuit with a basic range of machine instructions

b)

An integrated circuit with a limited set of addressing modes

c)

An integrated circuit with a large range of machine instructions

d)

A design that has a separate RAM store for instructions and data

28.

Which of the following would not be a recommended use for a GPU?

a)

Graphics rendering

b)

Password cracking

c)

Weather modelling

d)

Handling Operating System requests

29.

Which processor design does the following statement relate to: 'a limited number of addressing modes'?

a)

Both

b)

CISC

c)

RISC

d)

Neither

30.

Which of the following is the most appropriate definition for a 'GPU'?

a)

A specialised form of co-processor which works alongside the main CPU - its only function is to support and aid in graphical processing

b)

A specialised form of processor that performs pipelining

c)

A specialised form of co-processor which works alongside the main CPU - the most common use is to aid graphics and other specialised tasks

d)

The memory store where frequently used instructions and data are stored in the CPU

31.

Which of the following is the best definition for a multicore system?

a)

Several CPUs in one microprocessor

b)

Several different CPUs in a computer

c)

Development of a CISC architecture with a single set of CPU components

d)

More than one computer working together to processor a single job

32.

Which processor design does the following statement relate to, 'uses a register-memory approach where the operands for an add operation can be held one in memory and one in a register'?

a)

Both

b)

CISC

c)

RISC

d)

Neither

33.

Which of these statements refers to a 'CISC' architecture?

a)

A processor design with a variable format for the opcode and operand in the current instruction register

b)

A processor design with a basic range of machine instructions

c)

A processor design with a fixed format for the opcode and operand in the current instruction register

d)

A processor design with a limited set of addressing modes

34.

GPUs take advantage of 'SIMD'. What is meant by this term?

a)

Server Interpreted Multiple Data

b)

Single Instruction Multiple Data

c)

Server Instruction Multiple Data

d)

Single Interpreted Massive Dataset

35.

Which processor design does the following statement relate to, 'pipelining is possible - that is fetching the next instruction whilst decoding current instruction'?

a)

Both

b)

CISC

c)

RISC

d)

Neither

36.

Which processor design does the following statement relate to, 'usually more power efficient'?

a)

Both

b)

CISC

c)

RISC

d)

Neither

37.

Which of the following would not be a recommended use for a GPU?

a)

Weather modelling

b)

Graphics rendering

c)

Data Mining

d)

Loading jobs into main memory