NEW
Font size
S
M
L
XL
WorksheetsIOTA : Web Development Bootcamp Quiz 5
Total questions: 10
Worksheet time: 3mins
Name
Class
Date
1.
Which of these terms best describes GitHub?
a)
Issue Tracking System
b)
Distributed Version Control System
c)
Web-based Repository Hosting Service
d)
Both A and B
e)
None of these
2.
Git command for switching between branches:
a)
git checkout
b)
git branch
c)
git switch
d)
git diff
3.
How do you check the state of your local git repository since your last commit?
a)
git commit
b)
git check
c)
git diff
d)
git status
4.
How do you supply a commit message to a commit?
a)
git commit "first commit"
b)
git add "first commit"
c)
git commit -m "first commit"
d)
git message "first commit"
5.
What's the git command that downloads your repository from GitHub to your computer?
a)
git commit
b)
git install
c)
git fork
d)
git clone
6.
Which is the correct order to submit your changes from the working directory all the way to the remote repository?
a)
git commit, git stage, git push
b)
git stage, git commit, git push
c)
git commit, git add, git push
d)
git add, git commit , git push
7.
Which of these websites can be hosted on GitHub?
a)
Static
b)
Dynamic
c)
Pseudo-static
d)
Both A and B
e)
None of these
8.
Which of the following commands join two or more development histories together?
a)
git concat
b)
git join
c)
git branch
d)
None of These
9.
Git can be used for which project?
a)
Java Enterprise Project
b)
Web Development Project
c)
File Version Management
d)
All of the above
10.
Which of the following terminology is not related to git?
a)
staging area
b)
branch
c)
fork
d)
stem
e)
None of these
Reset
