531. Return instruction is written in ____________ to written to main program:
Correct answer: (A)
Subroutine
532. When subroutine is called contents of program counter is location address of ____________ instruction following call instruction is stored on ____________ and program execution is transferred to ____________address:
Correct answer: (D)
Executable, Stack and Subroutine
533. A subroutine called by another subroutine is called:
Correct answer: (A)
Nested
534. The extent nesting in subroutine is limited only by:
Correct answer: (A)
Number of available Stack locations
535. Which are of the following instructions of hardware subroutines:
Correct answer: (C)
Both a & b
536. Importance in local variable and index registers in subroutine does ____________:
Correct answer: (B)
Not alter
537. Markers in subroutine cannot be accepted as limits whereas this markers stands for:
Correct answer: (A)
Top of stack
538. Subroutines are placed in identical section to caller so that SCAL and SXIT ____________ overpass divison limits:
Correct answer: (A)
Don't
539. ____________ subroutine declaration come after procedure announcement:
Correct answer: (A)
Global
540. subroutines are invoked by using their ____________ in a subroutine call statement and replacing formal parameters with ____________ parameters:
Correct answer: (B)
Identifier and actual