IOTA : Web Development Bootcamp Quiz 5

IOTA : Web Development Bootcamp Quiz 5

University

10 Qs

quiz-placeholder

Similar activities

GitHub

GitHub

University

10 Qs

Understanding Git and GitHub

Understanding Git and GitHub

University

10 Qs

Got Git?

Got Git?

University

15 Qs

GitHub Jan12

GitHub Jan12

11th Grade - University

10 Qs

Git & GitHub

Git & GitHub

University

10 Qs

Quiz - Version Control with Git and GitHub

Quiz - Version Control with Git and GitHub

University

10 Qs

GitThat30Bro

GitThat30Bro

University

15 Qs

Git Bash

Git Bash

University

10 Qs

IOTA : Web Development Bootcamp Quiz 5

IOTA : Web Development Bootcamp Quiz 5

Assessment

Quiz

Computers

University

Medium

Created by

IOTA IIITS

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these terms best describes GitHub?
Issue Tracking System
Distributed Version Control System
Web-based Repository Hosting Service
Both A and B
None of these

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Git command for switching between branches:
git checkout
git branch
git switch
git diff

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you check the state of your local git repository since your last commit?
git commit
git check
git diff
git status

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you supply a commit message to a commit?
git commit "first commit"
git add "first commit"
git commit -m "first commit"
git message "first commit"

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What's the git command that downloads your repository from GitHub to your computer?
git commit
git install
git fork
git clone

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct order to submit your changes from the working directory all the way to the remote repository?
git commit, git stage, git push
git stage, git commit, git push
git commit, git add, git push
git add, git commit , git push

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these websites can be hosted on GitHub?
Static
Dynamic
Pseudo-static
Both A and B
None of these

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?