The wrong statement regarding interrupts and subroutines among the following is/are ______ i) The sub-routine and interrupts have a ...
View QuestionThe most Flexible way of logging the return addresses of the subroutines is by using _______
a) Registers b) Stacks c) Memory locations d) None of the mentioned
View QuestionThe most efficient way of handling parameter passing is by using ______
a) General purpose registers b) Stacks c) Memory locations d) None of the mentioned Answer: ...
View QuestionWhen parameters are being passed on to the subroutines they are stored in ________
a) Registers b) Memory locations c) Processor stacks d) All of the mentioned
View QuestionThe appropriate return addresses are obtained with the help of ____ in case of nested routines.
a) MAR b) MDR c) Buffers d) ...
View QuestionIn case of nested subroutines the return addresses are stored in __________
a) System heap b) Special memory buffers c) Processor stack d) Registers Answer: c
View QuestionThe order in which the return addresses are generated and used is _________
a) LIFO b) FIFO c) Random d) Highest priority Answer: a Explanation: ...
View QuestionWhat is subroutine nesting?
a) Having multiple subroutines in a program b) Using a linking nest statement to put many subroutines under ...
View QuestionThe location to return to, from the subroutine is stored in _______
a) TLB b) PC c) MAR d) Link registers Answer: d Explanation: Link ...
View QuestionThe return address of the Sub-routine is pointed to by _______
a) IR b) PC c) MAR d) Special memory registers Answer: b Explanation: ...
View Question