Administering Operating Systems Flashcards

1
Q

What is the shortcut for all windows management tools?

A

Right click start + X-key

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

What is a process and where would I find a list of running processes?

A

A process is an application or program that runs in a computer’s memory and is
processed by the CPU.

Task Manager

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

What is the difference between a foreground task and background task?

A

▪ Foreground Task
● Visible and directly interacted with by users

▪ Background Process (Services/Daemons)
● Runs behind the scenes to provide essential functions without user intervention

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

What is a memory leak?

A

A failure in a program to release unneeded memory, causing impaired performance or failure

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

How would you combat a memory leak?

A

▪ To combat this, one can use Task Manager or a similar tool to identify the
offending process and terminate it or prevent it from running in the
future

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

What are 3 possible solutions to insufficient RAM?

A

▪ Install physical memory
▪ Limit the programs that runs at the same time
▪ Use virtual memory

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

Name two common file systems and their uses?

A

▪ NTFS offers security permissions
and system recovery options

▪ FAT32 broader compatibility, but it lacks the
advanced features of NTFS

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

What are 4 advantages of a CLI?

A

▪ Commands, once learned, can be issued quickly
▪ Tasks can be executed with precise parameters
▪ Large-scale changes can be implemented
▪ Easily automate and script things using text-based commands

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

What is PowerShell and what are its advantages?

A

● A CLI first introduced in Windows 7 and an integrated part of all
subsequent Windows versions, it provides a more comprehensive
command set and advanced scripting capabilities

● PowerShell supports the creation of complex scripts and the
automation of repetitive tasks

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

What is the principle of least privilege?

A

▪ A user should only have the minimum access rights needed to perform their job functions and tasks, and nothing additional or extra

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

Where would I ensure that my peripherals had the most up to date driver installed?

A

Device Management

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