> For the complete documentation index, see [llms.txt](https://cybersecurity-cloud-and-it-notes.gitbook.io/kyles-cybersecurity-cloud-and-it-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cybersecurity-cloud-and-it-notes.gitbook.io/kyles-cybersecurity-cloud-and-it-gitbook/google-cybersecurity-professional-cert/4.-linux-and-sql-tool-of-the-trade/module-2/the-shell/quiz.md).

# Congratulations! You passed!

Grade received 100%

To pass 75% or higher

Go to next item

## 1.

Question 1

What is the shell?

Status: \[object Object]

1 / 1 point

Data consisting of an ordered sequence of characters

An instruction telling the computer to do something

The command-line interpreter

Information received by the operating system (OS) via the command line

Correct

The shell is the command-line interpreter. It processes commands and outputs the results.

## 2.

Question 2

After a user inputs a command into the shell, what can the shell return to the user? Select two answers.

Status: \[object Object]

1 / 1 point

A request for more input from the user

An error message

Correct

After a user inputs a command into the shell, the shell can return output or an error message to the user. Output is the computer's response to the user's input. An error message occurs when the shell cannot interpret the input.

Output

Correct

After a user inputs a command into the shell, the shell can return output or an error message to the user. Output is the computer's response to the user's input. An error message occurs when the shell cannot interpret the input.

A request for user approval

## 3.

Question 3

What is standard error in Linux?

Status: \[object Object]

1 / 1 point

Information received by the operating system via the command line

A Linux command that outputs a specified string of text

Error messages returned by the operating system through the shell

Information returned by the operating system through the shell

Correct

Standard error contains error messages returned by the OS through the shell.

## 4.

Question 4

What is the difference between standard input and standard output?

Status: \[object Object]

1 / 1 point

Standard input is sent to the Filesystem Hierarchy Standard (FHS). Standard output is sent from the FHS.

Standard input is sent from the Filesystem Hierarchy Standard (FHS). Standard output is sent to the FHS.

Standard input is sent to the operating system. Standard output is sent from the operating system.

Standard input is sent from the operating system. Standard output is sent to the operation system.

Correct

Standard input is sent to the operating system. Standard output is sent from the operating system.
