Quiz 2 MPU MCU Linker and Loader

Quiz 2 MPU MCU Linker and Loader

University

7 Qs

quiz-placeholder

Similar activities

MGMT PRELIM Q1

MGMT PRELIM Q1

University

10 Qs

SOS#13 - DAY 3 pop quiz

SOS#13 - DAY 3 pop quiz

University

11 Qs

C Language Fundamentals

C Language Fundamentals

University

10 Qs

Fundamentos de la IA

Fundamentos de la IA

University

10 Qs

Module4GSGday2

Module4GSGday2

University

9 Qs

Ring Leader: Lesson 2

Ring Leader: Lesson 2

9th Grade - University

11 Qs

Exploring the 8086 Microprocessor

Exploring the 8086 Microprocessor

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