Assemblers

Assemblers

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Computer Languages

Computer Languages

3rd - 10th Grade

12 Qs

GCSE SLR12 Classification of Languages

GCSE SLR12 Classification of Languages

7th - 12th Grade

10 Qs

1.2.4. Types of Programming Language

1.2.4. Types of Programming Language

12th Grade

12 Qs

8.2.4 Programming Language Facts

8.2.4 Programming Language Facts

9th Grade

13 Qs

GCSE Computer Science Paper 2: Topic 5

GCSE Computer Science Paper 2: Topic 5

10th Grade

11 Qs

Languages

Languages

9th - 11th Grade

11 Qs

Programming Languages

Programming Languages

11th Grade

10 Qs

Programming Basics

Programming Basics

9th Grade

10 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