Administering OS Flashcards

1
Q

What’s a Process and how can it be better managed in OS?

A
  • Process is a unit that makes an application run and OS assigns memory resources to that unit.
  • Processes can be scheduled via Task Scheduler and Terminate current ones in Task manager.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s a Service? How can they be viewed?

A
  • Is a background process that runs without user interaction or knowledge.
  • Can be viewed in Task manager.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s Memory Management within an OS? What’s a technique that allows additional ram to be allocated to processes?

A
  • Allocation of RAM to various Processes.
  • Virtual Memory is a technique that OS assigns parts of disk space to act as RAM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s Disk Management and how can it be done? What’s the purpose of a partition?

A
  • Is the formatting of disks and management of partitions.
  • Parition is a section of disk space that’s been split from a Storage Component such as HDD or SSD into individual sections.

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What utility allows disk management? How to best manage disk space?

A
  • Disk Management is done by a utility app called Disk Management.

Disk space is managed by:
* Cleaning disk of temporary files.
* Uninstall unwanted software.
* Defragmentation of Disk Drive (HDD only).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are various File Systems?

A
  • NTFS
  • FAT32
  • EXT4
  • HFS+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What’s principle of least privilege? What’s UAC (User Access Control)?

A
  • Principle of least priviliege is allocating or providing user minimum access rights to perform their job and nothing additional or extra.
  • UAC is a security mechanism within windows that’s more so controlling administration privileges.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What’s Device Management? What’s a driver? How can these can be managed?

A
  • Is the management of various hardware and peripheral components and their drivers.
  • Driver is a software file that enables communication between hardware components and OS.
  • These can be managed by device manager within windows.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly