Prelim Chapter 2 Exam Flashcards

1
Q

Which term describes the interpreter that executes commands typed as strings?

Command
Console
Shell
Terminal

A

Shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which term describes the name of a program to run?

Argument
Command
Option
Prompt

A

Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which term describes the visual cue that indicates an interactive shell is waiting for the user to type a command?

Argument
Command
Option
Prompt

A

Prompt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which term describes the part of the command line that adjusts the behavior of a command?

Argument
Command
Option
Prompt

A

Option

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which term describes the part of the command line that specifies the target that the command should operate on?

Argument
Command
Option
Prompt

A

Argument

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which term describes the hardware display and keyboard used to interact with a system?

Physical Console
Virtual Console
Shell
Terminal

A

Physical Console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which term describes an interface that provides a display for output and a keyboard for input to a shell session?

Console
Virtual Console
Shell
Terminal

A

Terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which command to use to show current directory location

cat
ls
pwd
mkdir

A

pwd (Print Working Directory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Command line completion can be performed on any Linux OS by pressing which key on the keyboard?

Enter
Escape
Tab
Ctrl

A

Tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Command to create a folder?

makedir
mkdir
cd
man

A

mkdir (make directory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which command was run to view the ls arguments and parameters

help ls
man ls
man pages
show ls

A

man ls

man - manual
(ls - list)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly