Module Quiz: Command Line :Version Control (Meta Front-End Developer Professional Certificate) Answers 2025
1. Command to print current working directory
✔️ pwd
❌ cd
❌ cat
2. Command to search text content
✔️ grep
❌ ls
❌ mkdir
3. Standard input/output (I/O) streams — Select all that apply
✔️ stdout
✔️ stdin
✔️ stderr
(You must select all three.)
4. Pipes are used to pass output of one command as input to another
✔️ True
❌ False
5. Command to list files and directories
✔️ ls
❌ mkdir
❌ cd
6. mv is used to create directories
✔️ False
❌ True
7. Flags can modify a command’s behaviour
✔️ True
❌ False
8. Benefits of command line — Select all that apply
✔️ Improved performance vs GUI
✔️ Interacting with cloud provider platforms consistently
✔️ Automating tasks
❌ Automatically correct mistakes
📊 Summary Table
| Q# | Correct Answer |
|---|---|
| 1 | pwd |
| 2 | grep |
| 3 | stdout, stdin, stderr |
| 4 | True |
| 5 | ls |
| 6 | False |
| 7 | True |
| 8 | Improved performance, Cloud consistency, Automating tasks |