Ang OperatingSystemsG302 02 Task Performance 1
Ang OperatingSystemsG302 02 Task Performance 1
BSCPE – G302
e. Enumerate (5) running background processes or system processes in the device. Select
processes that consume high memory utilization. Indicate the memory allocation for each
process. (5 items x 2 points)
• Discord – 326.5 MB
• Nemu Headless Frontend – 278.8 MB
• AntiMalware Service Executable – 201.7 MB
• Grammarly – 169.72 MB
• Spotify – 157.1 MB
f. Which has higher memory utilization on your device, the background/system processes
or the application processes? Briefly explain the condition of processes in your device to
support your answer. (Essay: 5 points)
Ang, Arvin Gabriel C. BSCPE – G302
- based on the screenshot the one that has a higher memory utilization is the background
processes.
g. Give three (3) possible ways to connect your device to other devices. Describe each in one
(1) sentence.
• Bluetooth - Connecting two devices, such as a pair of headphones and a smartphone or
laptop, is the most common usage of Bluetooth.
• Wi-Fi – It can enable wireless high-speed internet connection and it has the ability to
share files and communicate with other devices in the same network.
• USB Cable – Use a USB cable to connect your device to other devices, such as printers,
computers, or external storage, allowing data transfer, and charging.
h. Does the process of connecting your device to other devices create new processes? Why
or why not?
- Yes, connecting your device to other devices can create new processes because the devices
often need extra software or tasks to handle activities like network communication, data transfer,
and hardware management.
i. What are the possible effects of ending (force stop) multiple processes in your device?
Elaborate on your answer. (Essay: 5 points)
- Force-stopping processes on a computer can have both positive and negative effects. While
it can improve performance and free up resources, it can also lead to reducing the stability of
your computer, data loss, network disruptions, and app problems if done indiscriminately.
j. Describe the functionality of your device in the less-privileged mode. (Essay: 5 points)
- The use of less-privileged mode (Safe Mode) in the computer is it can run apps safely, they
can’t directly mess with the hardware, apps are kept separate for stability, security is enhanced so
that malware can’t mess with the computer, and resources are managed by the system.
k. Identify at least two (2) ways on how you can terminate processes in your device and
briefly describe each. (Essay: 5 points)
- You can terminate processes in your computer in two ways:
• Task Manager – you can open it by using keyboard shortcuts like ctrl + alt + delete or
you can also just right-click the taskbar and click task manager. This method is user-
friendly and it allows you to see the list of running applications and background
processes.
• Command Line (Taskkill command) – You can use the command line and the “taskkill”
command in Windows so that you can terminate the process that you want. Open
Command Prompt (cmd), type “taskkill /F/IM processname.exe” (replace “processname”
with the name of the process that you want to terminate), and then press Enter. This
method is more technical for terminating processes.