wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

1-2-3 Process Management

Total questions: 75

Worksheet time: 1hrs 15mins

Name
Class
Date
1.

Which process is most suspicious based on ownership and resource behavior?

a)

chrome.exe

b)

winlogon.exe

c)

powershell.exe

d)

explorer.exe

2.

Which statement correctly explains the relationship between file ownership and process ownership?

a)

The user who owns the file always owns the process created from that file.

b)

File ownership changes automatically when a process launches.

c)

A file can be owned by TrustedInstaller, while the running process created from it can be owned by the logged-in user.

d)

Process ownership determines who may modify the executable file on disk.

3.

In Windows, many core executables are owned by TrustedInstaller. What is the primary security purpose of this?

a)

Reduce drive fragmentation.

b)

Prevent users and malware from modifying system-critical executables.

c)

Allow faster process priority switching.

d)

Allow apps to update automatically.

4.

Which term refers to the unique value assigned to every running process so the OS can track and manage it?

a)

SID

b)

PID

c)

GUID

d)

MAC

5.

You are reviewing a process tree and notice: explorer.exe (PID 412) └── powershell.exe (PID 588) └── script.exe (PID 664) Which conclusion is most accurate?

a)

explorer.exe is infected.

b)

script.exe is suspicious and should be investigated because its parent is PowerShell, not a signed Windows process.

c)

The system is normal because PowerShell commonly launches user scripts with no oversight.

d)

The presence of explorer.exe means the system booted clean.

6.

Which Windows tool allows you to see the Parent Process ID (PPID)?

a)

Task Manager alone

b)

File Explorer

c)

PowerShell using wmic or Get-Process

d)

Device Manager

7.

Which description matches a user process?

a)

A process started automatically at startup by Windows.

b)

A process initiated manually by the logged-in user.

c)

A process that cannot be terminated.

d)

A process that always requires administrative privileges.

8.

You see a process in Task Manager with User Name = "xx##spff". What is the correct cybersecurity response?

a)

Ignore it; it’s a background driver.

b)

Immediately kill the process and restart the computer.

c)

Investigate its file location, signature, and parent process.

d)

Reset the user’s password.

9.

Which process launched Chrome?

a)

PID 133

b)

PID 418

c)

PID 2290

d)

Chrome launched itself

10.

What happens if you kill a parent process of multiple child processes?

a)

The children continue unaffected.

b)

Only the parent stops.

c)

All associated child processes terminate.

d)

Windows blocks the termination automatically.

11.

Why is Chrome designed to spawn multiple chrome.exe processes?

a)

To improve performance and stability.

b)

To reduce memory usage.

c)

To simplify debugging.

d)

To prevent the need for a parent process.

12.

Why does Chrome use multiple processes?

a)

To hide malware.

b)

To increase memory storage.

c)

To isolate browser tabs and improve stability.

d)

To make CPU usage appear lower.

13.

A student says: “Killing processes is safe as long as CPU usage is high.” Which correction is most accurate?

a)

CPU usage is irrelevant; only memory matters.

b)

System processes must be researched before termination because killing the wrong one can crash the OS.

c)

Killing any process is reversible.

d)

All processes are safe to stop if they aren’t signed.

14.

The presence of a digital signature on an executable primarily indicates:

a)

The file is always safe.

b)

The file has been scanned by antivirus.

c)

The file’s publisher identity has been verified.

d)

The file uses minimal CPU.

15.

Which is the best strategy to detect malware disguised as a normal process?

a)

Sort Task Manager by name.

b)

Compare running processes against a known “baseline normal.”

c)

Restart the device weekly.

d)

Disable background updates.

16.

Which describes RAM in relation to processes?

a)

Long-term archival storage for inactive software.

b)

Short-term memory used to store active, running processes.

c)

Permanent storage for OS executables.

d)

A protected store used only by BIOS.

17.

Which describes ROM?

a)

Fast, volatile runtime memory.

b)

Storage for processes currently being executed.

c)

Long-term non-volatile storage that holds data not in active use.

d)

Temporary encrypted caching layer.

18.

Which is the most serious sign of malware process behavior?

a)

A process with high CPU usage under Administrator.

b)

A process with SYSTEM ownership performing network activity.

c)

A process that is unsigned but idle.

d)

A process with a normal name and normal CPU usage.

19.

You find a process named svch0st.exe, signed by no publisher, running under StudentUser. Which is the best action?

a)

Immediately terminate it.

b)

Investigate file path, hash, PPID, and persistence before deciding.

c)

Ignore it as it is signed by no publisher.

d)

Restart the system to remove the process.

20.

Which best explains why malware often launches as a child process?

a)

Child processes run faster.

b)

Parent processes hide command-line visibility and permission flow.

c)

Windows always trusts child processes.

d)

PIDs cannot be traced.

21.

Which would most strongly indicate a forged digital signature?

a)

The signature is expired.

b)

The certificate chain does not validate to a trusted authority.

c)

The file version is outdated.

d)

The certificate was issued last week.

22.

What should be checked first before terminating a suspicious process?

a)

Whether it's consuming GPU memory.

b)

Whether it has a command line argument referencing a temp directory.

c)

Whether the process is a system dependency.

d)

Whether the process icon looks normal.

23.

Which best explains why Task Manager alone cannot fully analyze malware?

a)

It cannot detect hidden processes.

b)

It cannot terminate processes.

c)

It cannot display process names.

d)

It cannot monitor CPU usage.

24.

What is the limitation of a tool that does not show PPIDs by default?

a)

It hides all network connections.

b)

It does not show PPIDs by default.

c)

It does not allow process termination.

d)

It cannot view memory.

25.

Place the following steps in the correct order for determining the parent and trace of a process:

a)

Check digital signature and file path → Compare against baseline normal processes → Identify PPID and process tree → Decide whether to terminate.

b)

Identify PPID and process tree → Check digital signature and file path → Compare against baseline normal processes → Decide whether to terminate.

c)

Compare against baseline normal processes → Check digital signature and file path → Identify PPID and process tree → Decide whether to terminate.

d)

Check digital signature and file path → Identify PPID and process tree → Compare against baseline normal processes → Decide whether to terminate.

26.

Which Windows account commonly owns system executables to protect them?

a)

SYSTEM

b)

NT AUTHORITY

c)

TrustedInstaller

d)

Administrator

27.

What happens when explorer.exe is terminated?

a)

The desktop UI disappears.

b)

System reboot.

c)

All network connections are terminated.

d)

The task manager stops functioning.

28.

Which describes a system process?

a)

Must be launched manually.

b)

Runs only in Safe Mode.

c)

Is initiated by the OS to support system operation.

d)

Appears only in Services.msc.

29.

If a user process is running with SYSTEM permissions, what likely happened?

a)

The app is outdated.

b)

A privilege escalation occurred.

c)

The user manually enabled developer mode.

d)

RAM is full.

30.

Why should students learn to recognize normal processes before hunting malware?

a)

Malware is always visible in Task Manager.

b)

Without a baseline, everything looks suspicious or safe arbitrarily.

c)

Malware never mimics real processes.

d)

The OS labels malicious processes in red.

31.

Which best reduces security risk created by unclear file/process ownership?

a)

Network adapter shutdown.

b)

BIOS reset.

c)

explorer.exe is responsible for the desktop shell.

d)

Killing explorer.exe removes icons and taskbar.

32.

Which method can be used to determine where a shortcut’s executable program resides?

a)

Hover the mouse over the icon

b)

Right-click > Properties > Target

c)

Drag the icon to File Explorer

d)

Search Google for the file name

33.

Where are most legitimate application executables (like Chrome or AVG) typically stored?

a)

C:\Windows\System32

b)

C:\Program Files or C:\Program Files (x86)

c)

C:\Users\Public\Desktop

d)

C:\Temp

34.

What does the Digital Signature tab tell you about an executable?

a)

Whether the file is compressed

b)

Whether the publisher’s identity has been verified

c)

Whether the file is encrypted

d)

Whether the file is a shortcut

35.

Why is it important to verify the issuer of a digital certificate?

a)

Because the issuer determines CPU priority

b)

To ensure the application came from a trusted source

c)

To reduce disk usage

d)

To automatically allow updates

36.

If a shortcut points to a file in an unusual location, the correct response is to:

a)

Immediately delete the file

b)

Compare the file path to where legitimate applications are usually stored

c)

End all processes in Task Manager

d)

Restart the operating system

37.

Why does Chrome launch multiple chrome.exe processes?

a)

To hide background activity

b)

To isolate tabs and improve stability

c)

To reduce memory usage

d)

To increase CPU performance

38.

What does PID stand for?

a)

Process Integrity Directory

b)

Process Identifier

c)

Program Initialization Directive

d)

Protected Input Driver

39.

What does PPID represent?

a)

The file’s owner

b)

The parent process that launched another process

c)

The network connection used by a program

d)

The physical device driver used

40.

Which process launched Chrome?

a)

PID 198

b)

PID 620

c)

PID 2400

d)

None—Chrome is standalone

41.

Which tab in Task Manager lets you see who owns a running process?

a)

Performance

b)

Services

c)

Details

d)

Users Only

42.

If the file owner of notepad.exe is TrustedInstaller, but the process owner is your username, what does that mean?

a)

You control the file and process

b)

You own the process, but Windows controls the file on disk

c)

Nobody owns the file

d)

The file cannot run

43.

Which system component is primarily responsible for running the Windows desktop environment?

a)

notepad.exe

b)

explorer.exe

c)

conhost.exe

d)

taskhost.exe

44.

What does explorer.exe handle in Windows?

a)

Network speeds and internet connectivity

b)

Desktop icons, the taskbar, and file navigation

c)

System updates and security patches

d)

CPU usage and memory allocation

45.

What happens when explorer.exe is killed in Windows?

a)

The wallpaper refreshes

b)

The entire desktop interface disappears

c)

Higher network speeds occur

d)

The system shuts down

46.

Why is it important to be cautious when ending processes in Windows?

a)

Any process can restart the computer

b)

Ending certain processes can cause system instability or crash the OS

c)

Ending processes deletes system files

d)

Ending processes slows down updates

47.

What could a sudden unexplained spike in CPU usage indicate?

a)

A normal background update

b)

A process is stuck or something unexpected is running

c)

The graphics card is overheating

d)

The mouse is disconnected

48.

If you see a process with a username that does not match the logged-in user and is unfamiliar, what should you do?

a)

Ignore it

b)

Investigate the file path and digital signature

c)

Restart immediately

d)

Turn off Wi-Fi

49.

Processes that start before a user logs in are most likely:

a)

User processes

b)

System processes

c)

Printer processes

d)

GUI processes

50.

What is the role of RAM in relation to processes?

a)

Long-term storage for logged-off accounts

b)

Temporary storage for active processes and data in use

c)

Permanent file backup

d)

Storage for deleted files

51.

What is the role of CPU in relation to processes?

a)

Stores all inactive processes

b)

Executes instructions performed by running processes

c)

Manages long-term storage

d)

Deletes unused processes

52.

Where did you observe CPU and memory graphs in the lab?

a)

Performance tab in Task Manager

b)

Device Manager

c)

File Explorer

d)

Login screen

53.

What does ending a child process (but not the parent) typically do?

a)

Ends all processes in the system

b)

Stops only the selected child process

c)

Changes file ownership

d)

Crashes the OS

54.

What happens when you end the parent process in a parent-child process structure?

a)

Only the parent closes

b)

The parent and all of its child processes end

c)

Only child processes end

d)

The OS blocks the termination

55.

What Windows command did you use to view PPIDs?

a)

ipconfig

b)

wmic process get name,parentprocessid,processid

c)

ping localhost

d)

dir /P

56.

Why is recognizing normal processes helpful in cybersecurity?

a)

To configure themes

b)

To spot unusual or unauthorized processes

c)

To reduce memory usage

d)

To uninstall unused apps

57.

What is a safe first step when encountering an unknown process?

a)

Kill it immediately

b)

Check who owns it and where it runs from

c)

Rename the file

d)

Run it to see what happens

58.

Why is it important not to assume that every unfamiliar process is malicious?

a)

Windows runs many background processes required for normal operation

b)

Unknown processes are automatically quarantined

c)

Unfamiliar processes are always viruses

d)

Antivirus software handles all processes automatically

59.

Where did you view which user was associated with each running process?

a)

File Explorer

b)

Task Manager → Details tab

c)

Device Manager

d)

Control Panel

60.

If a program is running slowly and using large amounts of RAM, what does this indicate?

a)

The program may simply require a lot of memory to function

b)

The hard drive is unplugged

c)

RAM is corrupted permanently

d)

The monitor is too large

61.

What does it mean when a process shows “Not Responding” in Task Manager?

a)

The computer has crashed

b)

The process has stopped reacting to system input

c)

The process is definitely malicious

d)

The user is logged out

62.

Which conclusion is correct regarding file ownership vs process ownership for the file "notepad.exe"?

a)

StudentUser owns the file and the process.

b)

TrustedInstaller owns the file, but StudentUser owns the running process.

c)

Nobody has permission to run the file.

d)

The file is corrupted.

63.

What is a safe first action if you encounter a process you don't recognize?

a)

End task immediately

b)

Check the file location and digital signature

c)

Delete it from the disk

d)

Restart the computer

64.

If a process is owned by the logged-in user, what does this typically mean?

a)

The user started the program

b)

The operating system is malfunctioning

c)

The program cannot access memory

d)

The program is a system service

65.

Which folder contains many Windows system executables?

a)

C:\Windows\System32

b)

C:\Users\Documents

c)

C:\Downloads

d)

Desktop

66.

Which folder commonly contains legitimate installed application executables?

a)

C:\Program Files\

b)

C:\Temp\

c)

C:\Windows\Fonts\

d)

Recycle Bin

67.

Why did the lab have you open multiple processes (Chrome, Notepad, File Explorer) before opening Task Manager?

a)

To observe how each running application appears as a process

b)

To slow down the computer

c)

To make Task Manager harder to use

d)

To enable Safe Mode

68.

What is the main function of the 'Details' tab in Task Manager?

a)

Manages startup applications

b)

Updates Windows drivers

c)

Displays ownership and status of running processes

d)

Shows network usage statistics

69.

Which action is safest when investigating an unknown process in Windows?

a)

Disable all background services

b)

Check the process's file location and digital signature

c)

Immediately end the process

d)

Delete the process from Task Manager

70.

Which of the following is a sign that a process may be malicious?

a)

The process name matches a common Windows service

b)

The process is using minimal CPU and memory

c)

The process has an unknown publisher and is running from a temporary directory

d)

The process is running from C:\Program Files

71.

What is the safest first step if you suspect a process is malware but are unsure?

a)

Restart the computer in Safe Mode

b)

Immediately terminate the process

c)

Uninstall all recent applications

d)

Research the process name, file path, and digital signature

72.

Which account typically owns critical Windows system files to prevent unauthorized changes?

a)

LocalService

b)

Administrator

c)

Guest

d)

TrustedInstaller

73.

Which action is most effective for identifying an unknown process in Task Manager?

a)

Check the process name only

b)

Sort processes by CPU usage

c)

Review the process’s file location and digital signature

d)

Restart the computer

74.

What is the main risk of running a process with administrative privileges?

a)

It can modify system files and settings

b)

It uses more memory

c)

It cannot access the internet

d)

It runs slower than user processes

75.

Which of the following best describes a parent process?

a)

A process that only runs in Safe Mode

b)

A process that launches or creates another process

c)

A process that is always started by the user

d)

A process that cannot be terminated