Unit 3: System Software_Assembler

Unit 3: System Software_Assembler

University

9 Qs

quiz-placeholder

Similar activities

Science Computer Chapter 7 Introduction to Programming

Science Computer Chapter 7 Introduction to Programming

University

10 Qs

oop_r1

oop_r1

University

11 Qs

DFC10042 - Activity C1_DDT1E

DFC10042 - Activity C1_DDT1E

University

10 Qs

oop_r2

oop_r2

University

11 Qs

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

University

10 Qs

SYSTEM SOFTWARE  - QUIZ - 1

SYSTEM SOFTWARE - QUIZ - 1

University

10 Qs

Compiler Design Lecture 1

Compiler Design Lecture 1

University - Professional Development

10 Qs

ProgrammingParadigm&Translator

ProgrammingParadigm&Translator

University

10 Qs

Unit 3: System Software_Assembler

Unit 3: System Software_Assembler

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A System Software that accepts assembly language program as input and produces its equivalent machine language program as output is called ____________.

Compiler

Translator

Assembler

all

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The instructions present in the source program used to instruct the assembler to perform certain actions during the translation of a program are called____________ .

Assembler directives

Compiler Directives

Preprocessor Directive

all

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The assembler directive simply equates a symbolic name to a numeric value is called ______________.

EQU

ORG

DS

All

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A reference of a label, which is defined later in the program is called ___________.

Forward Reference

Backward Reference

Middle reference

all

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Each reading of a program can be called a

Pass

Gate

Phase

all

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A data structure used for maintaining the details (attributes) about the instructions of instruction set of any machine is called .

Mnemonic Table

Pseudo Instruction Table

Literal Table

All

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The table maintains the details of the Pseudo instructions or assembler directive is called .

Pseudo Instruction Table

Literal Table

SymbolTable

ALL

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The phase which scans the assembly language program completely and analyses the same can be also called as_____________.

Analysis phase

Synthesis Phase

IR

all

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The assembler uses the_________, ______________for the pass1.

Location counter, mnemonics table

Location counter, Literal Table

Location counter, Pseudo Instruction Table

aLL