Assemblers

Assemblers

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

2.5 Translators and Facilities of Language MCQs L2

2.5 Translators and Facilities of Language MCQs L2

10th - 11th Grade

10 Qs

Translator Recap

Translator Recap

12th Grade

10 Qs

fundamentals of computer

fundamentals of computer

9th Grade

10 Qs

Personal Business Letter Test 2018

Personal Business Letter Test 2018

7th - 12th Grade

8 Qs

Programming Concepts

Programming Concepts

11th Grade

12 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

1.0 (c) Types of language translator

1.0 (c) Types of language translator

12th Grade

7 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Assemblers

Assemblers

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Peter Astbury

Used 16+ 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