NEW
Font size
WorksheetsIT 17 - Quiz 1
Total questions: 10
Worksheet time: 8mins
It is an application for Microsoft Windows environments primarily which provides an emulation layer for the Git command line experience.
Sublime Text
Git Bash
GitHub
None of the above
It is a terminal application used to interface with an operating system through written commands.
Text Editor
Integrated Development Environment (IDE)
Shell
None of the above
It is a git bash keyword used to change directory.
cd
ls
mkdir
None of the above
It is a git bash keyword used to display directory contents.
rm
ls
rmdir
None of the above
It is a git bash keyword used to create a new directory.
cd
echo
mkdir
None of the above
It is a git bash keyword used to create a new file.
touch
echo
rm
None of the above
It is a git bash keyword used to encode a text or string inside a file.
cd
echo
rm
None of the above
It is a git bash keyword used to remove a file.
cd
rm
rmdir
None of the above
It is a git bash keyword used to remove a folder.
touch
echo
rmdir
None of the above
These are used to declare a folder name or file name with space(s).
Double Quotation Marks
Single Quotation Marks
Parentheses
None of the above
