Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Tests  >  Test: Assembler Directives And Operators - Computer Science Engineering (CSE) MCQ

Test: Assembler Directives And Operators - Computer Science Engineering (CSE) MCQ


Test Description

10 Questions MCQ Test - Test: Assembler Directives And Operators

Test: Assembler Directives And Operators for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Test: Assembler Directives And Operators questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The Test: Assembler Directives And Operators MCQs are made for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Assembler Directives And Operators below.
Solutions of Test: Assembler Directives And Operators questions in English are available as part of our course for Computer Science Engineering (CSE) & Test: Assembler Directives And Operators solutions in Hindi for Computer Science Engineering (CSE) course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt Test: Assembler Directives And Operators | 10 questions in 10 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
Test: Assembler Directives And Operators - Question 1

The assembler directives which are the hints using some predefined alphabetical strings are given to

Detailed Solution for Test: Assembler Directives And Operators - Question 1

These directives help the assembler to correctly understand the assembly language programs to prepare the codes.

Test: Assembler Directives And Operators - Question 2

The directive used to inform the assembler, the names of the logicals segments to be assumed for different segments used in the program is

Detailed Solution for Test: Assembler Directives And Operators - Question 2

In ALP, each segment is given a name by using the directive ASSUME
SYNTAX: ASSUME segment:segment_name
Eg: ASSUME CS:Code
here CS is the Code segment and code is the name assumed to the segment.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Assembler Directives And Operators - Question 3

Match the following
a) DB 1) used to direct the assembler to reserve only 10-bytes
b) DT 2) used to direct the assembler to reserve only 4 words
c) DW 3) used to direct the assembler to reserve byte or bytes
d) DQ 4) used to direct the assembler to reserve words

Detailed Solution for Test: Assembler Directives And Operators - Question 3

 These directives are used for allocating memory locations in the available memory.

Test: Assembler Directives And Operators - Question 4

The directive that marks the end of an assembly language program is

Detailed Solution for Test: Assembler Directives And Operators - Question 4

The directive END is used to denote the completion of the program.

Test: Assembler Directives And Operators - Question 5

The directive that marks the end of a logical segment is

Detailed Solution for Test: Assembler Directives And Operators - Question 5

The directive ENDS is used to end a segment where as the directive END is used to end the program.

Test: Assembler Directives And Operators - Question 6

The directive that updates the location counter to the next even address while executing a series of instructions is

Detailed Solution for Test: Assembler Directives And Operators - Question 6

The directive updates location counter to next even address if the current location counter contents are not even.

Test: Assembler Directives And Operators - Question 7

The directive that directs the assembler to start the memory allotment for a particular segment/block/code from the declared address is

Detailed Solution for Test: Assembler Directives And Operators - Question 7

 If an ORG is written then the assembler initiates the location counter to keep the track of allotted address for the module as mentioned in the directive.
If the directive is not present, then the location counter is initialised to 0000H.

Test: Assembler Directives And Operators - Question 8

The directive that marks the starting of the logical segment is

Detailed Solution for Test: Assembler Directives And Operators - Question 8

The directive SEGMENT indicates the beginning of the segment.

Test: Assembler Directives And Operators - Question 9

The recurrence of the numerical values or constants in a program code is reduced by

Detailed Solution for Test: Assembler Directives And Operators - Question 9

 In this, the recurring/repeating value is assigned with a label.The label is placed instead of the numerical value in the entire program code.

Test: Assembler Directives And Operators - Question 10

The labels or constants that can be used by any module in the program is possible when they are declared as

Detailed Solution for Test: Assembler Directives And Operators - Question 10

The labels, constants, variables, procedures declared as GLOBAL can be used by any module in the program.

Information about Test: Assembler Directives And Operators Page
In this test you can find the Exam questions for Test: Assembler Directives And Operators solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Assembler Directives And Operators, EduRev gives you an ample number of Online tests for practice

Top Courses for Computer Science Engineering (CSE)

Download as PDF

Top Courses for Computer Science Engineering (CSE)