A+exam7 Flashcards
You installed a driver for a new drawing tablet, but you quickly find that the new driver breaks the functionality of the tablet. Which tool can be used to roll back the driver?
Device Driver
What does system start up allow?
allows you to boot into safe mode and change the startup behavior of windows
What is Task manager used for?
to view running processes.
Windows Recovery Environment will allow you to perform what?
system restore
will affect entire system
Your network has two subnets separated by a router. To make network administration easier, you install a DHCP server on subnet A. Clients on subnet B are not getting IP addresses automatically. What is the best way to resolve this?
Install a DHCP relay agent on subnet B.
Which remote access protocol provides TLS security?
RDP
128-bit
SSH
text console
remote access
public key cryptography
Telnet
Text console
based remote access
does not offer encryption
VNC
remote screen sharing
does not offer encryption
Which Linux command can be used at the command line to see in which directory you are currently working?
pwd
cd command allows what?
change the current directory
ls command displays what?
files the current directory
ps command displays what?
current process running on the OS
Which script language uses commands with a verb and noun separated by a dash?
Powershell also known as cmdlet
Which statement will load a PowerShell variable of xvar with a value of 11?
$var = 11