Chapter 16 operating System Administration Flashcards

1
Q

What is the command prompt to start the Date and Time applet?

A

timedate.cpl

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

what is the command prompt to start the Region applet?

A

intl.cpl

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

What is the command prompt to open the internet setting applet?

A

inetcpl.cpl

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

Is Microsoft edge controlled by the internet options applet?

A

no

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

Some files are hidden by default as a security measure, how would you make these visible?

A

Open the files explorer options applet from control and deselect hidden files.

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

you want to change the name of a computer, how would you do this?

A

In the System Applet through the advanced tab and Computer Name

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

When purchasing a piece of hardware for a computer why is it a good idea to go to the manufacturer website and download the latest drivers?

A

The hardware may have been in the box for a while between being packaged up, shipped out, put on display and sold. New drivers may have been released in that time and it’s always better to have the most up to date drivers.

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

What is the performamce tap responsible for? (found in system / advances system settings)

A

Visual effects, processor scheduling, memory usage and virtual memory.

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

If a system is being used primarily as a network server, what might you want to do?

A

Change the performance options to background services.

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

What are the two types of variables found in the enviroment variables tab (on system / advanced system settings)

A

User Variables - for specific users and do not affect others who use the machine

System Variables - Set for all users.

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

What three options would you find in the User Profiles tab? (under system / advanced system settings)

A

Change Type (only available if more than one user)

Delete

Copy To

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

What two options can be found on the system startup tab (system / advanced system settings)

A

Startup - options for dual boot option and time boot up options display

System Failure - options for what to do in the event of system failure such as write an event of the problem, sending alerts to the network, and saving information about the problem to a disk.

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

What are you able to do from the system protection tab (system / advanced system settings)

A

Enable system protection which in turn will let you make restore points incase of system crashes.

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

How would you configure to let someone take remote access of a computer?

A

In system / advanced system settings / remote tab

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

Security and maintenance applet in Windows 10 was previously known as what?

A

Security Centre

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

What is the run command for the security and maintenance app?

A

wscui.cpl

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

What options would you find in the Power Options Applet? (powercfg.cpl)

A

Options for when the computers sleeps, setting a password to revive devices, wireless adapter setting and the system cooling policy.

18
Q

what does the Credential Manager Applet allow you to do?

A

Store and change username and password credentials.

19
Q

Where would you view installed programs and updates?

A

Control Panel / Programmes and features applet (appwiz.cpl)

20
Q

What sharing applet was introduced in Windows 7 butlater removed from Windows 10?

A

HomeGroup Sharing. It allowed for easy sharing of files and printers.

21
Q

What is the taskkill.exe utility used for?

A

Used to terminate processes

22
Q

What is th shutdown.exe utility used for?

A

Used to schedule a shutdown either complete or a restart.

23
Q

What is the format command used for in the cmd line?

A

used to wipe data off disc and prepare them fir new use.

24
Q

If you wanted to format your D: drive as NTFS with the label HDD2, using the command line, what would you have to type?

A

format D: /fs:ntfs /v:HDD2

25
Q

What is the copy command used for and how would you use it?

A

Used to make a copy of a file to secind location.

copy [filename] [destination]

26
Q

What is xcopy used for in the command prommpt and how would you use it?

A

Used to copy folders as well as files.

xcopy [sourse] [destination] [switches]

27
Q

What is the discpart utility in the command prompt used for?

A

This shows you the partitions andlets you mamage them on the computers hard drives.

28
Q

What is the sfc command used for?

A

Used to check and varify versions of system files on the computer. If system files are corrupted, the sfc will replace them with the correct files.

sfc [switch]

29
Q

What is the dir prompt used for?

A

It will display a list of files and folder/subdirectories.

30
Q

What is the Gpupdate coommand used for?

A

Update group policy settngs

31
Q

What is the gpresult command used for?

A

Used to show the Resultant Set of Policy report/values for a remote user and computer

32
Q

What is the ipconfig command used for?

A

Used to display information such as ip address, subnet mask, default gateway, and DNS suffix.

33
Q

What is the ping command and how would you use it?

A

Used to varufy network connectivity

ping 172.16.1.1

34
Q

What is the tracert command used for and how do you use it?

A

Allows network administrators to varify the path a network packets travels.

tracert 8.8.8.8

35
Q

What is the netstat used for?

A

Allows you to view listening and established network connections for the operating system.

36
Q

What is the nslookup utility used for?

A

Allows you to check if DNS working correctly.

37
Q

What can you type tp get help on the command line?

A

help and /?

38
Q

What is the the Windows Registry?

A

A centralized configuration database. The database contains environment settings for Windows programs as well as which filename extensions are associated with those programs.

39
Q

What happens if the Windows operating system fails to boot twice?

A

In Windows 8/8.1 and Windows 10 the system will automatically boot WinRE will automatically boot. From there the system will automatically try and fix common issues.

40
Q
A