Which one or more of the following options guarantee that a computer system will transition from user mode to kernel mode?

A.

Function Call

B.

malloc Call

C.

Page Fault

D.

System Call

Solution:

System call and page fault guarantee that a computer system will transition from user mode to kernel mode.