I Hate CBT's

View Original

11.2.10 Practice Questions

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