wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GitHub Basics

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

The main objectives of Git are :

a)

speed

b)

data integrity

c)

support for distributed non-linear workflows

d)

All of the above

2.

Git is a . . . . Version Control tool.

a)

Decentralized

b)

Centralized

3.

What is the term for something on Github that holds a collection of all files related to one particular project? (Similar to a folder or package.)

a)

repository

b)

branch

c)

master

d)

git

4.

GitHub is a web service used for software developers only.

a)

True

b)

False

5.

Are Git and GitHub the same thing?

a)

Yes

b)

No

6.

Which of these terms best describes GitHub?

a)

an issue tracking system

b)

a web-based repository hosting service

c)

a distributed version control system

d)

an Integrated Development Environment

7.

Git can be used for which project?

a)

Java enterprise project

b)

.Net project

c)

File version management

d)

All of the above

8.

Git is a ______

a)

Distributed version control system

b)

Centralized version control system

c)

Localized version control system

d)

All of the above

9.

Which is NOT a benefit of working simultaneously with GitHub ?

a)

Developers can build code

b)

Track changes

c)

innovate solutions to problems

d)

Allows singledeveloper to work on a single project

10.

ISSUES allow users to report new tasks and content fixes,

a)

TRUE

b)

FALSE