A co-processor-
1. is used to support in software
2.is used in fifth generation computers
3. is used in combination with every application
4.None of these
Answer:1
Posted Date:-2022-06-06 10:16:55
1.macro prototype
2.macro definition
3. macro identification
4.None of these
Answer 11. independent one-pass processor
2.independent two-pass processor
3.processor incorporated into pass of a standard two-pass assembler
4.all of the above
Answer 41. calling a macro
2.inserting a macro
3.initializing a macro
4. none of the mentioned
Answer 11.Assembler
2.Loader
3.Linker
4.Editor
Answer 11.FIFO rule (First in first out)
2. LIFO (Last in First out)
3.FILO rule (First in last out)
4.None of the above
Answer 21.START
2.BEGIN
3.MACRO
4.none of the mentioned
Answer 31.END
2.ENDS
3.ENDM
4.ENDD
Answer 31.Macro processor
2.Macro pre-processor
3.Micro pre-processor
4.assembler
Answer 21.complete code of instruction string is inserted at each place, wherever the macroname appears
2. macro requires less time of execution than that of procedure
3.macro uses stack memory
4.macroname can be anything except registers and mnemonics
Answer 31. is used to support in software
2.is used in fifth generation computers
3. is used in combination with every application
4.None of these
Answer 11.beginning of a program
2. end of a program
3. after initialisation of program
4. anywhere in a program
Answer 41. in data segment
2. to represent directives
3.to represent statements
4.all of the mentioned
Answer 41.A macro prototype statement
2.One or more model statements
3.Macro pre-processor statements
4. All of the above
Answer 41.a small program inside a program
2.set of special instructions
3. a unit of specification for program generation through expansion
4.None of the above
Answer 31.macro-within-macro
2.nested macro
3.macro-in-macro
4.none of the mentioned
Answer 31.referential macro call
2.nested macro call
3. inbuilt macro call
4.inherited macro call
Answer 21. is a sequence of instructions
2.is the device where information is stored
3.is a device that performs a sequence of operations specified by instructions in memory
4.None of These
Answer 31.many functions have to be implemented twice
2.more flexibility is available to the programmer in that he may use all the features of the assembler in conjunction with macros
3.functions are combined and it is not necessary to create intermediate files as output from the macro-processor and input to the assembler.
4. all of these
Answer 41.the original program
2.the sequence of assembly statement
3.by specific synbols
4.None of the above
Answer 21.+
2.@
3.~
4.$
Answer 11.Before expansion of micro calls
2.only during expansion of macro calls
3.After expansion of micro calls
4.Any one of the above
Answer 21.procedure
2.subroutine
3.macro
4.none of the mentioned
Answer 31.afd
2.bcg
3.adfg
4.bdeg
Answer 11. Processor incorporated into pass 1 of a standard two pass assembler
2.Independent one-pass processor
3.Independent two-pass processor
4.All of these
Answer 41.Loader
2.Editor
3.Linker
4.Assembler
Answer 41.concurrent procedures
2.serially usable procedures
3.reentrant procedures
4.topdown procedures
Answer 21.many functions do not have to be implemented twice
2.more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros
3.Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler
4.All of the above
Answer 41.to expand certain model statements depending upon the value of a condition during the execution of the expanded program
2.test a condition during the execution of the expanded program
3. Both (a) and (b)
4.to expand certain model statements depending upon the value of a condition during the process of macro expansion.
Answer 31.combination
2.chronological
3.indexable
4.sequential
Answer 41.initialising macro
2.initialising string macro
3. defining a string macro
4. defining a macro
Answer 41.greater than
2.less than
3.equal to
4.none of the mentioned
Answer 21.variables
2.identifiers
3.formal parameters
4.actual parameters
Answer 31.n
2.2
3.√2
4.Run-time error
Answer 21.MACRO M1, XIF EQ, X if X = 0 then....M1 X + 1ENDCIF NE, X : IF X ≠ 0 then......WORD X : address (X) is stored hereENDCENDM
2.MACRO M2, XIF EQ, XM2 XENDCIF NE, XWORD X + 1ENDCENDM
3. both (a) and (b)
4.none of these
Answer 2