Macro Processors Mcqs
Our collections of Multiple choice questions and answers focuses on study of Macro Processors. These questions are chosen from a collection of most authoritative and best reference books on Macro Processors to prepare an individual for competitive exams like NTS, GAT, ECAT, University and College entrance exams and various tests and interviews. One should practice to assimilate Macro Processors Topic comprehensively.
Computer MCQS
Sciences MCQS
2.
The translator which perform macro expansion is called a
Macro processor
Macro pre-processor
Micro pre-processor
Assembler
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
3.
A macro definition consists of
A macro prototype statement
One or more model statements
Macro pre-processor statements
All of the above
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
4.
A macro is
A small program inside a program
Set of special instructions
A unit of specification for program generation through expansion
None of the above
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
5.
A ________________ statement declare the name of macro.
Macro prototype
Macro definition
Macro identification
None of the above
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
6.
During macro expansion each statement is replaced by
The original program
The sequence of assembly statement
By specific synbols
None of the above
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
7.
Each macro statement is marked with the __________ sign preceded it.
+
@
~
$
8.
The flow control during macro expansion is
Combination
Chronological
Indexable
Sequential
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
9.
A model statement contains call for another macro is called as
Referential macro call
Nested macro call
Inbuilt macro call
Inherited macro call
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
10.
Expansion time variables are used
Before expansion of micro calls
Only during expansion of macro calls
After expansion of micro calls
Any one of the above
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
11.
Macro processor is an inbuilt function of ?
Loader
Editor
Linker
Assembler
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
12.
If a number of instructions are repeating through the main program, then to reduce the length of the program, ……. is used.
Procedure
Subroutine
Macro
None of the mentioned
13.
The process of assigning a label or macroname to the string is called
Initialising macro
Initialising string macro
Defining a string macro
Defining a macro
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
14.
A macro within a macro is called
Macro-within-macro
Nested macro
Macro-in-macro
None of the mentioned
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
15.
A macro can be defined at
Beginning of a program
End of a program
After initialisation of program
Anywhere in a program
Answer & Solution
No Solution for this Answer..! Report or Discus this Question