Lesson 5 - Chapter 1: Using Task Manager Flashcards
What are programs?
Executable files
When programs are loaded into RAM, what are they called then?
a process
What are the chunks of data called that a process sends to the CPU for processing? What happens after? (2)
- Threads
- Makes use of the data the CPU returns
Processes that open in a window (or full screen) and end when you close the window are called?
Applications
Processes that don’t require a window and run invisibly in the background fulfilling support roles are called what? (___ or____ ____)
Services or background processes
Where is the app history tab located?
Task Manager
What task manager tab can be used to monitor employee activities, check for malware using up CPU resources, and determine problem apps?
App History
From which task manager tab can you stop and restart a service if for example a printer isn’t working you can stop and restart the Spooler service?
Services tab
What are the 7 tabs you’ll see in Task Manager?
- Processes
- Performance
- App History
- Startup
- Users
- Details
- Services
What Task Manager tab do you go to to shut down an unresponsive app?
Processes tab
Though you can end as task from the Details tab, why should you avoid doing this?
Because the Details tab lists multiple processes that an app can run so you can end up shutting down only part of an application and locking up the system
What are 2 reasons Windows could be having sluggish performance? What usually corrects the issue? (3)
- An app is malfunctioning and hogging system resources
- Too many apps are running at once too much for RAM
a restart usually corrects the problem
If a restart doesn’t fix a bogged down PC, what are 3 other things you can do?
- Check the Processes tab in the Task Manager end resource hogger
- Check the Performance tab and perform actions to see which action is causing a slowdown
- Disable the app at startup
Why should you look at Startup apps when you have system slowdown issues?
Because each non-essential app at startup adds a few seconds and RAM overhead which adds up cumulatively
What are 4 ways to prevent an app from loading at startup?
- Disable in Task Manager
- Disable it through the app’s own settings (cleaner, long-term solution removes option from Registry)
- Uninstall the app - if still starts, uninstall through Control Panel
- Prevent startup by rewriting the Registry file