Quiz 2 MPU MCU Linker and Loader

Quiz 2 MPU MCU Linker and Loader

University

7 Qs

quiz-placeholder

Similar activities

Suprise Quiz - 01 - 20EC211 - Embedded Systems & IoT

Suprise Quiz - 01 - 20EC211 - Embedded Systems & IoT

University

10 Qs

UNIDAD 4: Normas y sistemas de seguridad.

UNIDAD 4: Normas y sistemas de seguridad.

University

10 Qs

Pre-test Pelatihan PPIC

Pre-test Pelatihan PPIC

University

10 Qs

Compiler

Compiler

University

10 Qs

quiz

quiz

University

10 Qs

Keterampilan Aplikasi Dasar M123

Keterampilan Aplikasi Dasar M123

University

10 Qs

Lab13

Lab13

University

10 Qs

Offensive Security

Offensive Security

University

10 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