Quiz 2 MPU MCU Linker and Loader

Quiz 2 MPU MCU Linker and Loader

University

7 Qs

quiz-placeholder

Similar activities

Offensive Security

Offensive Security

University

10 Qs

Quiz 2

Quiz 2

University

10 Qs

MGMT PRELIM Q1

MGMT PRELIM Q1

University

10 Qs

Tech Term Quiz - Set 2

Tech Term Quiz - Set 2

7th Grade - University

10 Qs

Strings in python

Strings in python

University

10 Qs

Compiler

Compiler

University

10 Qs

quiz

quiz

University

10 Qs

Flowchart programming

Flowchart programming

University

3 Qs

Quiz 2 MPU MCU Linker and Loader

Quiz 2 MPU MCU Linker and Loader

Assessment

Quiz

Engineering

University

Easy

Created by

Arya A

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the purpose of the linker?

To load the executable file into memory

To generate a listing file

To check for calls to procedures in a link library

To translate the program into machine language

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What does the loader utility do?

Checks for calls to procedures in a link library

Generates a listing file

Loads the executable file into memory

Translates the program into machine language

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is an object file?

A file that contains procedures from a link library

A translation of a program into machine language

A file that contains the combined procedures and object code

A file that contains the source code of a program

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is an executable file?

A file that contains the combined procedures and object code

A file that contains the source code of a program

A file that contains procedures from a link library

A translation of a program into machine language

5.

MULTIPLE CHOICE QUESTION

15 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

15 mins • 1 pt

What does an operation code represent?

The source code of the program

A specific machine instruction

The numeric address of each instruction

The machine code of each instruction

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the purpose of the assembler?

To translate the program into machine language

To generate a listing file

To check for calls to procedures in a link library

To load the executable file into memory