INTRODUCTION TO MICROPEOCESSOR
MICRO PROCESSOR AND MICRO CONTROLLER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is another name of memory stack especially given for the fundamental function performed by it?
|
Last-in-first-out (LIFO)
|
|
First-in-last-out (FILO)
|
|
First-in-first-out (FIFO)
|
|
Last-in-last-out (LILO)
|
Explanation:
Detailed explanation-1: -The last instruction of every subroutine commonly called return from a subroutine transfers the return address from the temporary location into the program counter. This results in a transfer of program control to the instruction whose address was originally stored in the temporary location.
Detailed explanation-2: -Stack memory is a memory usage mechanism that allows the system memory to be used as temporary data storage that behaves as a first-in-last-out buffer. One of the essential elements of stack memory operation is a register called the Stack Pointer.
There is 1 question to complete.