NEW
Font size
S
M
L
XL
WorksheetsHacktoberFest2022 Day 1
Total questions: 20
Worksheet time: 6mins
Name
Class
Date
1.
Contain a collection of files of various different versions of a Project
a)
Repository
b)
Directory
c)
Folder
d)
Document
2.
DVC stands for?
a)
Distribute version control system
b)
Distribute version code system
c)
Distributed version control service
d)
Distributed version control system
3.
Git is?
a)
A version control system
b)
A programming language
c)
Another version of GitHub
d)
All of the above
4.
What's termed as taking a snapshot of your code?
a)
Staging
b)
Commit
c)
Git
d)
Repository
5.
What is forking?
a)
Copy of a repository
b)
Clone of a repository
c)
A version control system
d)
All of the above
6.
What represents the current working directory?
a)
Head
b)
Tail
c)
DVC
d)
--version
7.
You can't use git without GitHub?
a)
True
b)
False
8.
Which Command is used to check the version of Git?
a)
--version
b)
--h
c)
--paginate
d)
-p
9.
Code.karunya.edu runs on which OS?
a)
RedHat
b)
Fedora OS
c)
SUSE
d)
Cent OS
10.
What is the file size limit on GitHub?
a)
50MB
b)
25MB
c)
64MB
d)
100MB
11.
What is the GitHub mascot is called as?
a)
Owl Masters
b)
Octocat
c)
Sunset Riderz
d)
Texas Eagles
12.
All free softwares are open source?
a)
True
b)
False
13.
Who conducts HacktoberFest ?
a)
DigitalOcean
b)
Microsoft
c)
Apple
d)
Google
14.
What consists of files that haven’t been saved into the repo?
a)
Commit area
b)
Version area
c)
Working Directory
d)
Staging area
15.
Git is a web hosting service?
a)
True
b)
False
16.
What is the command to clone a repository
a)
git stage
b)
git status
c)
git clone
d)
git --version
17.
Cloning pulls version history
a)
True
b)
False
18.
What command is used to check the status of current working directory?
a)
git clone
b)
git log
c)
git status
d)
git add
19.
Git repository hosted on the Internet or some other network is called
a)
my-repo
b)
another-repo
c)
Remote Repository
d)
someones repo
20.
Git is preinstalled on your local machine
a)
True
b)
False
Reset
