Match the process status with its definition.
1. Running a. Waiting for some event (for example, user input)
2. Stopped b. Child not properly reaped by parent
3. Sleeping c. Still loaded in memory, but not running
4. Zombie d. Currently being allocated CPU slices
A.
1-b, 2-c, 3-b, 4-a
B.
1-a, 2-b, 3-d, 4-c
C.
1-d, 2-c, 3-a, 4-b
D.
1-c, 2-b, 3-a, 4-d
Explanation: