Year 8 Computer architecture (unit 8)

Year 8 Computer architecture (unit 8)

8th Grade

7 Qs

quiz-placeholder

Similar activities

Wiz 2 Assessment Robotics & AI

Wiz 2 Assessment Robotics & AI

6th - 8th Grade

10 Qs

Engineering:  Systems of Communication

Engineering: Systems of Communication

6th - 8th Grade

10 Qs

Intro to Robotics 7th Grade

Intro to Robotics 7th Grade

6th - 8th Grade

10 Qs

Von Neumann achitecture

Von Neumann achitecture

8th - 10th Grade

11 Qs

Coding

Coding

5th - 8th Grade

12 Qs

Programming - Tour of IDE

Programming - Tour of IDE

3rd - 12th Grade

10 Qs

Java Program

Java Program

8th Grade

10 Qs

Year 7 March

Year 7 March

8th Grade

10 Qs

Year 8 Computer architecture (unit 8)

Year 8 Computer architecture (unit 8)

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Ciaran Frayne

Used 9+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

source code, translated, machine code

machine code, programmed, source code

source code, programmed, machine code

machine code, encrypted, source code.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

reboot

initiate

store

decode

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Harvard architecture.

Von Neumann architecture.

Caltech architecture.

Van Helsing architecture.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

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

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

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

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Debugging facilities

Interpreters

Compilers

Integrated circuits

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Compliers

Assemblers

Interpreters

Object codes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Interpreters....

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

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

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.

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.