wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

workshop

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What can git NOT do for development teams?

a)

Audit Log of code changes

b)

Backup of codebase

c)

Easy collaboration between teammates

d)

Tracks work tasks and binds it to code

2.

What does not apply to git from the list below?

a)

Mutable Commits

b)

Distributed

c)

Created by the same guy who created Linux

d)

Most Popular SCM

3.

What does git not record in its commits?

a)

Name of the committer

b)

Email address of the committer

c)

Github username of the committer

d)

Description of the commit

4.

What does CI stands for?

a)

Consistent Integration

b)

Continuous Integration

c)

Continuous Installation

d)

Consistent Installation

5.

Which linting utility did we use today?

a)

JSLint

b)

JSHint

c)

ESLint

d)

Linter.js

6.

Which tools from below are NOT Open Source?

a)

Github

b)

Git

c)

CODE OSS

d)

Node.js

7.

Why should you open source your final year project?

a)

It's a way to demonstrate your skills

b)

To utilize freely-available tools

c)

You get to learn from each other

d)

All of the above

8.

Where do you think we need most improvement?

a)

Content

b)

Time Management

c)

Presentation/Delivery

d)

Nowhere. You people are alright!

9.

Which command should you use to add your changes to git?

a)

git pull

b)

git clone

c)

git commit

d)

git push

10.

What was the most useful thing that you learnt today?

a)

Collaboration through Git and Github

b)

Code Quality through Automated Tests and Linting

c)

Build automation through CI

d)

Something else