What’s a Process and how can it be better managed in OS?
What’s a Service? How can they be viewed?
What’s Memory Management within an OS? What’s a technique that allows additional ram to be allocated to processes?
What’s Disk Management and how can it be done? What’s the purpose of a partition?
Purpose of Partition is:
* Can store OS in 1, apps in another and files in another partition.
* Improves Read/write speeds of an OS.
* Can allocate various file systems for various stored OS.
* Easier Recovery or installation of OS.
What utility allows disk management? How to best manage disk space?
Disk space is managed by:
* Cleaning disk of temporary files.
* Uninstall unwanted software.
* Defragmentation of Disk Drive (HDD only).
What are various File Systems?
What’s principle of least privilege? What’s UAC (User Access Control)?
What’s Device Management? What’s a driver? How can these can be managed?