Linker and Loader Quiz

Linker and Loader Quiz

University

9 Qs

quiz-placeholder

Similar activities

Unit 6 : Linker

Unit 6 : Linker

University

10 Qs

Chapter 2 : Basic Concept Operating System Management

Chapter 2 : Basic Concept Operating System Management

University

10 Qs

COA

COA

University

11 Qs

Memory Management

Memory Management

University

10 Qs

Computer Memory and Storage

Computer Memory and Storage

KG - University

12 Qs

Computer science software

Computer science software

University

5 Qs

CHAPTER 8: Operating System Support Quiz

CHAPTER 8: Operating System Support Quiz

University

10 Qs

SYSTEM SOFTWARE  - QUIZ - 1

SYSTEM SOFTWARE - QUIZ - 1

University

10 Qs

Linker and Loader Quiz

Linker and Loader Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Anita Shinkar

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The linker ?

is same as the loader

is required to create a load module

is always used before programs are executed

None of above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A system program that combines the separately compiled modules of a program into a form suitable for execution?

Assembler

Linking loader

Cross compiler

Load and Go

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loading process can be divided into two separate programs, to solve some problems. The first is binder the other is ?

Linkage editor

Module Loader

Relocator

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Load address for the first word of the program is called

Linker address origin

Load address origin

Phase library

Absolute library

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linker program

places the program in the memory for the purpose of execution.

relocates the program to execute from the specific memory area allocated to it.

links the program with other programs needed for its execution.

interfaces the program with the entities generating its input data.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Resolution of externally defined symbols is performed by

Linker

Loader

Compiler

Editor

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Relocatable programs

cannot be used with fixed partitions

can be loaded almost anywhere in memory

do not need a linker

can be loaded only at one specific location

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Memory allocation involves which of the following task(s)

determine amount of memory required

use an appropriate memory allocation model

determine appropriate memory mapping

All of the above

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Static memory allocation is typically performed during _____________.

compilation

execution

loading

linking