Programming 3 - Lesson 4

Programming 3 - Lesson 4

11th Grade

10 Qs

quiz-placeholder

Similar activities

Ruta al KCNA: Application Delivery

Ruta al KCNA: Application Delivery

9th - 12th Grade

12 Qs

HTML, Bootstrap y GitHub

HTML, Bootstrap y GitHub

11th Grade - University

12 Qs

GitHub

GitHub

11th Grade

8 Qs

GitHub Quiz

GitHub Quiz

9th - 12th Grade

11 Qs

DevNet Express

DevNet Express

10th Grade - Professional Development

11 Qs

Programming 3 - Lesson 5

Programming 3 - Lesson 5

11th Grade

14 Qs

Quiz 11 B

Quiz 11 B

KG - 12th Grade

15 Qs

GIT - Quiz 2

GIT - Quiz 2

KG - Professional Development

6 Qs

Programming 3 - Lesson 4

Programming 3 - Lesson 4

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Rachel FitzZaland

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a remote repository?

A backup of your repository stored on your computer

A version of your repository stored on a hosting service like GitHub

A folder that tracks local changes

A tool for organizing files locally

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use remote repositories?

To manage local branches

To delete old code

To share work, collaborate, and back up projects

To write Python programs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to link a local repository to a remote repository?

git connect origin

git remote add

git push

git pull origin

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the git push command do?

Downloads changes from the remote repository to your local repository

Deletes the remote repository

Sends your local commits to the remote repository

Renames your local repository

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which directory in the .git folder stores pointers to the latest commit of each branch in the local repository?

refs/heads

refs/tags

refs/remotes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default name for a remote repository in Git?

Main

Feature

Origin

Remote

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you make changes in your local repository, how do you update the remote repository?

Wait for Git to sync automatically

Use the git push command

Rename the local branch

Use the git branch command

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?