Assignment 2: Assemble Link Execute

Assignment 2: Assemble Link Execute

University

7 Qs

quiz-placeholder

Similar activities

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

Introduction to Programming Quiz

Introduction to Programming Quiz

University

10 Qs

Unit 6 : Linker

Unit 6 : Linker

University

10 Qs

C Basics

C Basics

University

12 Qs

ProgrammingParadigm&Translator

ProgrammingParadigm&Translator

University

10 Qs

Assembly Language

Assembly Language

University

10 Qs

CMP128 Java Ch. 01 Intro PC & Java

CMP128 Java Ch. 01 Intro PC & Java

University

10 Qs

Introduction to Java

Introduction to Java

University

10 Qs

Assignment 2: Assemble Link Execute

Assignment 2: Assemble Link Execute

Assessment

Quiz

Computers

University

Medium

Created by

Arya A

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the purpose of the linker?

To translate the program into machine language

To check for calls to procedures in a link library

To load the executable file into memory

To generate a listing file

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What does the loader utility do?

Translates the program into machine language

Checks for calls to procedures in a link library

Loads the executable file into memory

Generates a listing file

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is an object file?

A translation of a program into machine language

A file that contains the source code of a program

A file that contains procedures from a link library

A file that contains the combined procedures and object code

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is an executable file?

A translation of a program into machine language

A file that contains the source code of a program

A file that contains procedures from a link library

A file that contains the combined procedures and object code

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What does a listing file contain?

The source code of the program

The machine code of each instruction

The numeric address of each instruction

All of the above

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What does an operation code represent?

The source code of the program

The machine code of each instruction

The numeric address of each instruction

A specific machine instruction

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the purpose of the assembler?

To translate the program into machine language

To check for calls to procedures in a link library

To load the executable file into memory

To generate a listing file