Unit 3: System Software_Assembler

Unit 3: System Software_Assembler

University

9 Qs

quiz-placeholder

Similar activities

Practice Quiz 1 - CS110

Practice Quiz 1 - CS110

University

13 Qs

Topic 1-2: Introduction to Computer & Programming Language

Topic 1-2: Introduction to Computer & Programming Language

University

13 Qs

Lesson 1 computers

Lesson 1 computers

6th Grade - Professional Development

13 Qs

Chapter 1 : Introduction to Programming Language

Chapter 1 : Introduction to Programming Language

University

10 Qs

PL_Translators

PL_Translators

University

10 Qs

OS S9 18-1-23

OS S9 18-1-23

University

10 Qs

Introduction to Computing

Introduction to Computing

University

12 Qs

WINTER 24-25 CD

WINTER 24-25 CD

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