Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. A CPU has two modes - privileged and non-privileged. In order to change the mode from privileged to non-privileged
    1. a hardware interrupt is needed
    2. a software interrupt is needed
    3. a privileged instruction (which does not generate an interrtupt) is needed
    4. a non-privileged instruction (which does not generate an interrtupt) is needed
Correct Option: B

A software interrupt is initiated by some program module which need some CPU services, at that time the two modes can be interchanged. Hence (b) is correct option.



Your comments will be displayed only after manual approval.