Day 2 Flashcards
On a Windows system, a standard directory listing labels an item name “Test” with preceding it. What is Test?
A Directory
What Windows syntax will display the time, without prompting for a time change?
Time /t
What is the Windows command used to copy directory trees and files?
Xcopy
_______ is defined as the grammatical rules and patterns governing the ordered use of appropriate words and symbols for issuing commands.
Syntax
What character symbol is used to redirect a standard output to a file instead of displaying it on the screen?
>
Entering what command will clear the CLI screen?
Cls
What is the Windows command used to move or rename a directory?
Move
What is the Windows command used to make a directory?
Mkdir
On a Windows system, the ______ path begins with the volume and contains the complete location of the file or directory.
Absolute
What is the Windows command used to search for a text string in a text file?
Find
On a Windows system, the ______ command may be used to display a list of files and directories.
Dir
What is the Windows command displays all previously entered commands?
Doskey /history
On a Windows system, the ______ command may be used to display or change the current directory.
Cd
On a Windows system, the _____ command may be used to specify a new command prompt.
Prompt
What Windows syntax displays create time?
Dir /t:c
What are the possibilities of using improper syntax?
Command will not execute.
What is the Windows command used to list a graphical display of a folder structure?
tree
The Windows _______ command will display the OS build number and version.
Ver
Windows command to delete files.
Delete
What is the Windows command used to copy one or more files to another location?
Copy