Assignment 2: Assemble Link Execute

Assignment 2: Assemble Link Execute

University

7 Qs

quiz-placeholder

Similar activities

Introduction to C++

Introduction to C++

University

10 Qs

Pretest Teori Pemrograman

Pretest Teori Pemrograman

University

10 Qs

TECHIE BLAZERS

TECHIE BLAZERS

University

10 Qs

eclipse

eclipse

University

10 Qs

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

C Programming Quiz-6

C Programming Quiz-6

University

10 Qs

Securing Windows

Securing Windows

9th Grade - University

10 Qs

PL_Translators

PL_Translators

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