Which statement concerning privileged instructions is considered false? They may cause harm to the system. They can only be executed in kernel mode. They cannot be attempted from user mode. They are used to manage interrupts.

Respuesta :

Answer:

They cannot be attempted from user mode.

Explanation:

We cannot attempt privileged instruction from user mode, only we can attempt from kernel mode because these instructions are exclusive for this mode.

We must use these instructions carefully because are so powerful, and they may cause harm to the system.

We can use these privileged instructions to manage interrupts.