Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
Chapter 15 Quiz (ITN107) - Working with the Command Line Interface
5.0
(3)
Rate it
Studied by 40 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/31
Earn XP
Description and Tags
Computer Science
Cybersecurity
11th
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
32 Terms
View all (32)
Star these 32
1
New cards
A folder inside another folder is called a(n) ________.
Subfolder
2
New cards
What Windows command can be used to copy entire directories, including subdirectories?
xcopy
3
New cards
The command-line interface tells a user that it's ready to receive commands by displaying a specific set of characters called a(n) ________.
Prompt
4
New cards
Which of these is not a valid Microsoft Office file extension?
".gif"
5
New cards
Which command is used to create a new directory in Windows?
md
6
New cards
A text-based user interface, in which users type in instructions at a prompt, is also known as a ________ interface.
Command-line
7
New cards
What is another name for a folder?
Directory
8
New cards
The part of a filename following the period (.) is called the ________.
Extension
9
New cards
Which Windows command will power down a local or remote computer?
Shutdown
10
New cards
What Linux command is used to create a new directory?
mkdir
11
New cards
The exact location of a file is called its ________.
Path
12
New cards
In older Windows versions, the filename was restricted to ________ characters.
Eight
13
New cards
Which of these characters gives you all possible switches for a Windows command?
/?
14
New cards
Which key in the Windows command-line interface brings back the previous command, one letter at a time?
F1
15
New cards
Which symbol is called a pipe?
|
16
New cards
What Linux command displays the current working directory?
pwd
17
New cards
Which wildcard character replaces a single character in the command-line interface?
?
18
New cards
What switch to the Linux cp command allows it to copy multiple folders and files?
-R
19
New cards
On a Linux system it is considered bad manners to create files and folders in the ________ directory.
Root
20
New cards
In Windows, hard drive partitions are usually start with the letter ________.
C:
21
New cards
Which Windows command will copy encrypted files?
Robocopy
22
New cards
Windows uses a ________ to organize the contents in drives.
Hierarchical directory tree
23
New cards
In the Windows command-line syntax, a directory is referred to by which character(s)?
\\ (Backslash if isn’t showing)
24
New cards
A file not within a subfolder is said to be in the ________.
Root directory
25
New cards
What separates a filename and its extension?
Period
26
New cards
The standard copy/move commands can work on only one ________ at a time.
Directory
27
New cards
Which command shows the contents of the current directory in Windows?
dir
28
New cards
Which Linux command lists the contents of a directory?
ls
29
New cards
A Windows command switch is expressed by using which character?
/
30
New cards
What Linux command describes the syntax and options of a specific command?
man
31
New cards
A common way to access the command-line interface in Windows is through the ________.
Start Menu
32
New cards
Which command will allow you to go up a single directory level at a time?
cd ..