11.2.10 Questions

3 September 2022
4.7 (114 reviews)
15 test answers

Unlock all answers in this set

Unlock answers (11)
question
Which of the following file extension types can be run from the command prompt?
answer
.com, .exe, .bat
question
Which of the following extensions identifies a program packaged for use by Windows Installer?
answer
.msi
question
Which of the following file extensions indicates a Windows system file? (Select TWO).
answer
.vxd, .dll
question
Which file attributes identifies the file as having been modified since the last backup?
answer
Archive
question
You have a file which you would like other users to see, but not modify. Which file attribute should you use?
answer
R
question
Which commands can you use to create a new directory? (select two)
answer
md, mkdir
question
Which command would you use to copy all files in a directory, including all subdirectories (as well as empty ones)?
answer
xcopy /e
question
Which command lets you delete subdirectories in addition to files in the current directory?
answer
rd /s
question
Which command would you use to change the current directory to the immediate parent directory?
answer
cd ..
question
Which option used with the copy command makes sure that all copied files are written correctly after they have been copied?
answer
/v
question
You need to copy several hundred files from one directory to another. Most of the files exist in the target directory, but you want to overwrite the existing files with the ones you will copy. You want the file copy to proceed automatically without prompting you to overwrite existing files. Which copy command switch should you use?
answer
/y
question
You are working at a command line and want to add the Read-only attribute to a file and remove the Hidden attribute. Which command would you use?
answer
attrib +r -h
question
Which Windows command displays a list of files and subdirectories in a directory?
answer
dir
question
Which command is used to copy entire folder structures between volumes or across a network while maintaining all NTFS permissions and attributes?
answer
robocopy.
question
While troubleshooting a Windows computer, you open a command prompt to explore the folders (directories) on the hard drive. You notice that one of the folders required for your project is missing. Which of the following Microsoft command line tools would allow you to QUICKLY create the missing folder?
answer
md