Year 8 Computer architecture (unit 8)

Year 8 Computer architecture (unit 8)

8th Grade

7 Qs

quiz-placeholder

Similar activities

Year 8 Keep it safe 2

Year 8 Keep it safe 2

6th - 10th Grade

10 Qs

Java Program

Java Program

8th Grade

10 Qs

Grade 8- Microsoft Visual Studio 2015

Grade 8- Microsoft Visual Studio 2015

8th Grade

10 Qs

Wiz 2 Assessment Robotics & AI

Wiz 2 Assessment Robotics & AI

6th - 8th Grade

10 Qs

Computer Languages

Computer Languages

KG - University

10 Qs

MOBILE APPLICATION DEVELOPMENT

MOBILE APPLICATION DEVELOPMENT

1st - 10th Grade

10 Qs

Gr 8

Gr 8

8th Grade

11 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th 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.