Quiz 2 Flashcards

1
Q

In Git this is the process that allows you to push code into the branch you’re working in?

A

Commit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does SCM stand for?

A

Source Control Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following Git commands creates a new branch called new_branch

A

git branch new branch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Git, this is the process that allows you to push code into a branch from another

A

Pull Request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following traits/habits are good to have as a developer (select all that apply)

a) Manage your own tasks/checklists
b) Write things using as many cool/complex functions to save you lines of code
c) Plan for the future when coding
d) Ask questions when needed

A

a, c, d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following steps should you follow when going from start to finish for coding?

a) Write your code by building everything at once and jumping around
b) Test your code after every section
c) Map out your code by creating comments that list out all the functionality you’ll need
d) Create an outline of what your end product should roughly look like

A

b, c, d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Github uses______to contain project files and allow developers to work on files together.

A

Repositories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What’s the biggest advantage of Git?

a) Stop overwriting other’s code
b) Has version history and control
c) Collaborates your projects in a central location
d) All of the above

A

d) All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly