Unit 3: System Software_Assembler

Unit 3: System Software_Assembler

University

9 Qs

quiz-placeholder

Similar activities

c pro intro P1

c pro intro P1

University

4 Qs

Introduction to Programming Quiz

Introduction to Programming Quiz

University

10 Qs

Computer science software

Computer science software

University

5 Qs

CSF3101: Introduction to Programming

CSF3101: Introduction to Programming

University

10 Qs

Microcontroller Q2

Microcontroller Q2

University

10 Qs

APLIKASI PRESENTASI

APLIKASI PRESENTASI

12th Grade - University

10 Qs

ICPTP L2: Program Design

ICPTP L2: Program Design

University

10 Qs

MPMC Unit-1

MPMC Unit-1

University

7 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