COMPUTER SCIENCE AND ENGINEERING
COMPUTER ARCHITECTURE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In ARM, ____ is the default mode at start up or reset
|
Supervisor mode
|
|
Non privileged mode
|
|
System mode
|
|
User mode
|
Explanation:
Detailed explanation-1: -Undefined mode is the default mode to which an instruction-related exception, including any attempt to execute an undefined instruction, is taken.
Detailed explanation-2: -Supervisor mode is a protected mode for the operating system. Abort mode is entered after a data or instruction Prefetch Abort. System mode is a privileged user mode for the operating system.
Detailed explanation-3: -On an ARM processor, when the Reset input is asserted the processor stops execution. When Reset is deasserted, the processor then starts executing instructions: in Secure state, if it implements the Security Extensions. in Supervisor mode, with interrupts disabled.
There is 1 question to complete.