Assemblers

Assemblers

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Languages

Languages

9th - 11th Grade

11 Qs

Computer Languages

Computer Languages

3rd - 10th Grade

12 Qs

A words - GCSE Computer Science

A words - GCSE Computer Science

1st - 10th Grade

13 Qs

Translators & Facilities of Languages

Translators & Facilities of Languages

10th Grade

12 Qs

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

9th - 11th Grade

10 Qs

Y9 - T6.2 - CrashCourse Programming Languages

Y9 - T6.2 - CrashCourse Programming Languages

9th Grade

11 Qs

Computer Languages

Computer Languages

6th - 12th Grade

10 Qs

4.2 Types of Programming Language, Translators, and Integrated D

4.2 Types of Programming Language, Translators, and Integrated D

10th Grade - University

11 Qs

Assemblers

Assemblers

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Peter Astbury

Used 13+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What are the two types of assembler?

compiler

two pass

single pass

interpreter

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What kind of code does an assembler take as input?

object code

bytecode

high level program code

assembly language code

machine code

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What kinds of code might an assembler output?

object code

bytecode

high level program code

assembly language code

machine code

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where is machine code stored?

main memory

secondary storage

in the programmer's mind

on paper

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where is object code stored?

main memory

secondary storage

in the programmer's mind

on paper

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What is removed from assembly code on the 1st pass of a two pass assembler?

labels

memory addresses

comments

jumps

7.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

In a two pass assembler where are the labels recorded?

truth table

symbol table

decision table

logic table

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is a two pass assembler required?

when using index addressing

when using indirect addressing

when using symbolic addressing

when using relative addressing