You launch notepad.exe from a Powershell command line. Which of the following is true?
The notepad.exe process will terminate when the Powershell process terminates.
The Powershell process will terminate when the notepad.exe process terminates.
The notepad.exe process is the parent process for Powershell.
The Powershell process is the parent process for notepad.exe.