wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Year 8 Computer architecture (unit 8)

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

A program written in __________ needs to be ____________ to ___________.

a)

source code, translated, machine code

b)

machine code, programmed, source code

c)

source code, programmed, machine code

d)

machine code, encrypted, source code.

2.

The fetch _______ execute cycle is a sequence of actions the CPU performs to execute each machine code instruction in a program.

a)

reboot

b)

initiate

c)

store

d)

decode

3.

A computer architecture where data and program instructions are stored in the same memory location.

a)

Harvard architecture.

b)

Von Neumann architecture.

c)

Caltech architecture.

d)

Van Helsing architecture.

4.

Which of the following is a disadvantage of the Von Neumann architecture?

a)

Data and program instructions both use the same bus, which is slow, so the CPU spends too much time waiting for instructions.

b)

The program counter can only function if the electrical pathway to the register is clear.

c)

There is a flaw in the design which can cause humans to become irradiated.

d)

The integrated development environment only allows a small set of data holding places.

5.

Which of the following is not normally included in an integrated development environment?

a)

Debugging facilities

b)

Interpreters

c)

Compilers

d)

Integrated circuits

6.

__________ convert assembly languages into object code. The object code is then output by the assembler, and linked to together to form machine code.

a)

Compliers

b)

Assemblers

c)

Interpreters

d)

Object codes

7.

Interpreters....

a)

convert assembly languages into object code. The object code is then output by the assembler and linked together to form machine code.

b)

are designed for rapid access by the CPU when processing. They consist of enormous numbers of memory cells.

c)

take each line of code written in a high-level programming language such as PHP one at a time and convert it into an intermediate language, before converting it into machine code.

d)

Take a high level programming language like C, and translate it into object code, which is created in the form of an executable file. The object code is linked together to form machine code in the form of an executable file.