Hard missed questions flash cards
what does BitLocker use to be able to encrypt a drive?
TPM (Trusted platform Module)
To plan a rollout of windows 7 through the network what tool can be used for this purpose?
MAP (Microsoft Assessment and Planning)
Which windows vista edition can be upgraded to windows 7 professional?
Windows Vista Business
Where in windows 7 can you manually create a restore point?
The system protection tab of system properties
which utility allows you to choose the default operating system to boot in a multi boot installation?
msconfig.exe
Which is the standard folder that windows 7 holds the boot configuration data(BCD) on the hidden system partition?
\BOOT folder.
what type of backups is kept on-site at the computer center for immediate recovery purposes?
Working copies
which of the following commands can be used to change the owner of a file to a new owner in linux?
chown
which Linux utility can be used to check and repair disks?
fsck
what does the -p option with mkdir do?
it creates subfolders as well as folders
which type of variable will allow a decimal math?
Floating-point
Which environment variable is not inherited?
Program Variable
which type of loop has a defined beginning and end, and steps from beginning to end?
for loop
which scripting language is used with Microsoft Azure and Office 365?
Powershell
What must be done before a Bash script can be executed?
chmod permissions must be set.