Module 4 Flashcards

1
Q

Define MANAGEMENT INTERFACE.

A

A graphical or command-line tool used to perform some aspect of system configuration.

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

What is COMPUTER MANAGEMENT?

A

A Microsoft Windows tool that allows users to manage their computer’s hardware, software, and user accounts.

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

What are SNAP-INS?
Give two examples.

A

Each SNAP-IN configures the settings of a different OS sub-system. (eg. disk management, user management).

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

mmc.exe

A

A customizable computer management console where SNAP-INS can be added and taken away from.

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

Two things about “regedit”.

A
  1. Registry Editor.
  2. Registry Editor is a tool used to modify the settings in Windows Registry.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is WINDOWS REGISTRY?

A

A database that stores settings for the Windows operating system and applications.

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

CONTEXT MENU

A
  1. The most useful system admin tools can be accessed here.
  2. Right-click the START menu.
  3. Windows key + X.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a THREAD?

A

A sequence of instructions given to the CPU by a program or application

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

Four things about “taskmgr”.

A
  1. Task Manager.
  2. Task Manager allows me to shut down processes that aren’t responding.
  3. Administrative rights are required to end processes that were stared by the system instead of the user.
  4. Ending a task in Task Manager is called “killing” it. The command line option for “killing” a task is called “taskkill”.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Four ways to open TASK MANAGER?

A
  1. CTRL+SHIFT+ESC.
  2. Right-clicking the taskbar.
  3. Right-clicking the Start menu.
  4. Windows key + X.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a SERVICE?

A

A Windows process that does not require any sort of user interaction and thus runs in the background (without a window).

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

Tell me what a ‘service’ does then give three examples.

A

It provides functionality to many parts of the Windows OS.
1. Allowing sign in.
2. Browsing a network.
3. Indexing file details to optimize searches.

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

What is a “batch file”?

A

A text file that contains a series of commands that are executed in order. Also called a ‘script file’.

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

What is ‘Task Scheduler’?

A

Task Scheduler is an application that sets tasks to run at a particular time.

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

How do I access Task Scheduler?

A

Windows key + X then select Computer Management, then select Task Scheduler.

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

What are the two main types of storage?

A

System memory and mass storage (or fixed disk storage).

17
Q

Does the CPU have it’s own memory?

A

Yes, but very limited.

18
Q

Explain ‘System Memory’.

A

This type of memory is volatile, meaning it is lost when the PC is turned off. System memory is provided by RAM modules.

19
Q

Three things about ‘Mass Storage’?

A
  1. It’s stored on a hard disk drive or SSD.
  2. It is written as files.
  3. It’s preserved even when the PC is turned off.
20
Q

What is another name for ‘pagefile’?

A

‘Virtual Memory’

21
Q

What is a pagefile?

A

If an OS loads more data than there is installed RAM, a pagefile (or ‘Virtual Memory’) can be created by the user or by the OS. It’s generally better to let the OS do this. A pagefile is created one the hard drive and acts as part of the system memory (RAM).

22
Q

What is ‘least privilege’?

A

The principle that users only have permission to perform the necessary tasks and no more.

23
Q

What is UAC?

A
  1. User Account Control.
  2. Windows solution the issue of elevated privileges.
  3. Runs accounts in a protected ‘sandbox’.
  4. Credentials or clicking through an authorized dialog is required to exercise administrative rights.
  5. The desktop darkens into a special secure mode to prevent third-party software form imitating the authorized dialog.
24
Q

What are the two types of user accounts?

A
  1. Local accounts.
  2. Microsoft accounts.
25
Q

Define ‘Local accounts’.

A

These are defined as one computer only.

26
Q

Define ‘Microsoft accounts’.

A

These are connected to Microsoft’s cloud services. A Microsoft account can be used to sign in on multiple devices. A Microsoft account can be used to sign in on multiple devices and synchronize settings, apps, and data between them. (2 examples of this would be my work account and my personal account. As long as I have my login credentials I can login anywhere).

27
Q

How do I create a new account?

A

Settings - Accounts - Family & other people - Add someone else to this PC.

If I’m adding someone who doesn’t need admin. access. I enter their email then select I DONT HAVE THIS PEROSONS SIGN-IN INFORMATION. That person will have to complete the signing in process themselves.

28
Q

Why might one use the MMC Services snap-in to manage background processes rather than Task Manager?

A

Because Task Manager allows you to start and stop services but the Services snap-in also allows you to configure service properties.

29
Q

MMC is an anacronym for what?

A

Microsoft Management Console.