661. In stack organization the insertion operation is known as ____________:
Correct answer: (B)
Push
662. In stack organization the deletion operation is known as ____________:
Correct answer: (A)
Pop
663. A stack in a digital computer is a part of the ____________:
Correct answer: (C)
Memory unit
664. In stack organization address register is known as the:
Correct answer: (B)
Stack pointer
665. In register stack a stack can be organized by a ____________ number of register:
Correct answer: (B)
Finite number
666. Which operation are done by increment or decrement the stack pointer:
Correct answer: (C)
Both
667. In register stack a stack can be a finite number of:
Correct answer: (B)
Memory word
668. The stack pointer contains the address of the word that is currently on ____________:
Correct answer: (A)
Top of the stack
669. In register stack items are removed from the stack by using the ____________ operation:
Correct answer: (B)
Pop
670. Which register holds the item that is to be written into the stack or read out of the stack:
Correct answer: (D)
DR