541. Parameters can be stacked by ____________ just as with procedures:
Correct answer: (A)
Asterisk(*)
542. The subroutines are determined by functioning of ____________ instructions:
Correct answer: (A)
SCAL and SXIT
543. Call is ____________ subroutine call:
Correct answer: (B)
Unconditional
544. A flag is ____________ a that keep track of a changing condition during computer run:
Correct answer: (B)
Register
545. When a subroutine is ____________ the parameters are loaded onto the stack and SCAL is executed:
Correct answer: (B)
Invoked
546. Subroutine is called ____________:
Correct answer: (C)
Both a & b
547. If internal subroutine is called global data is used to pass values defining parameters between ____________ program and defined____________:
Correct answer: (A)
Main and subroutine
548. In what type of subroutine actual parameters are passed through the main program to formal parameters in the related subroutine:
Correct answer: (B)
External
549. By defining the ____________ register as last in first out stack the sequence can handle nested subroutines:
Correct answer: (C)
R
550. The ____________ stack can be 4-word memory addressed by 2 bits from an up/down counter known as the stack pointer:
Correct answer: (D)
LIFO