recategorized by
4,744 views

2 Answers

Best answer
21 votes
21 votes

It is (C).

Only the top of the stack can be accessed at any time. You can imagine a stack to be opened from only one side data structure. So that if we put one thing over the other, we are able to access the last thing we inserted first. That is Last in First Out (LIFO).

  • ROM is Read-Only Memory.
  • PC points to the next instruction to be executed.
  • Not all instructions affect the flags.
edited by
Answer:

Related questions

19 votes
19 votes
3 answers
1
23 votes
23 votes
2 answers
2
Kathleen asked Oct 8, 2014
10,679 views
A computer system has a $4 \ K$ word cache organized in block-set-associative manner with $4$ blocks per set, $64$ words per block. The number of bits in the SET and WORD...
0 votes
0 votes
1 answer
3
Kathleen asked Oct 8, 2014
3,710 views
A sequence of two instructions that multiplies the contents of the DE register pair by 2 and stores the result in the HL register pair (in 8085 assembly language) is:XCHG...
25 votes
25 votes
3 answers
4
Kathleen asked Oct 8, 2014
8,637 views
The principle of locality justifies the use of:InterruptsDMAPollingCache Memory