Module Quiz: Command Line Quiz Answers
In this article i am gone to share Coursera Course: Version Control Week 2 | Module Quiz: Command Line Quiz Answers with you..
Version Control Coursera Quiz Answers
To earn your Certificate, you’ll need to earn a passing
Enroll Link: Version Control
Visit this link: Module Quiz: Software collaboration Quiz Answers
Module Quiz: Command Line Quiz Answers
Question 1)
What command do you use to print the current working directory?
- cd
- pwd
- cat
Question 2)
What command do you use to search text content?
- ls
- grep
- mkdir
Question 3)
Which of the following are standard input/output (I/O) streams? Select all that apply.
- stderr
- stdout
- stdin
Question 4)
Pipes are used to pass the output of one command as input to another command.
- True
- False
Question 5)
What command do you use to list files and directories?
- ls
- cd
- mkdir
Question 6)
The mv command is used to create directories.
- True
- False
Question 7)
Flags can be used to change the behaviour of a command.
- True
- False
Question 8)
Which of the following are benefits of using the command line? Select all that apply.
- Automatically correct mistakes in commands
- Automating tasks
- Improved performance versus Graphical User Interface
- Interacting with cloud provider platforms in a consistent way