A Windows 10 user wants to display all the files in all the subdirectories on the E: drive with the file extension of doc.
?
What command would perform this function?
A. cd..
B. dir e:\*.doc /p
C. dir *.doc
D. dir e:\*.doc /s
Answer: D
You might also like to view...
What will be displayed in the popup window when the following code is executed? Feel free to try out the code
var s = 1; var n; for (n = 1; n < 5; n++) { s = s + n; alert(s); }
Why does the following assignment statement generate an error?
>>> x.y = 5
Traceback (most recent call last):
File "
Multiple reviewers are assigned different colors to make tracking easier
Indicate whether the statement is true or false
COGNITIVE ASSESSMENT If you were required to give a speech identifying the risks of using computers and digital devices, which group of items would you include?
A. Health risks, privacy risks, environmental risks B. Privacy risks, environmental risks, reliability risks, communication risks C. Impact on labor force risks, environmental risks, speed risks, information sharing risks D. Unreliability risks, mental health risks, behavioral risks, computer crime risks