NEW
Font size
WorksheetsGetting Familiar with GIT and GITHUB
Total questions: 15
Worksheet time: 3mins
1. What is Git?
A word processing application
A version control system
A social media platform
A search engine
2. What is the main function of Git?
Creating graphic designs
Tracking changes to files
Editing videos
Creating presentations
3. What is GitHub?
An application for drawing
A web-based Git repository hosting service
An application for playing games
An application for listening to music
4. What is a "repository" in Git and GitHub?
A place to store photos
A place to store videos
A place to store code and project files
A place to store music
5. What is a "commit" in Git?
An action to save changes to files
An action to delete files
An action to create new files
An action to move files
6. What is "push" in Git?
An action to download files
An action to delete a repository
An action to create a new repository
An action to upload changes to a GitHub repository
7. What is "pull" in Git?
An action to upload files
An action to delete files
An action to download changes from a GitHub repository
An action to create files
8. What is a "branch" in Git?
Tree branches
A type of file
A type of folder
A separate version of a project
9. What is the function of "branch" in Git?
To delete files
To create new files
To develop new features without disrupting the main version
To move files
10. What is "merge" in Git?
An action to combine changes from one branch to another
An action to split files
An action to delete files
An action to create files
11. What are the benefits of using Git and GitHub?
Only for storing photos
Only for playing games
Only for listening to music
Facilitates project collaboration and tracks changes
12. Who typically uses Git and GitHub?
Only chefs
Only athletes
Software developers, designers, and writers
Only musicians
13. What is "clone" in Git?
An action to create a copy of a repository from GitHub to a local computer
An action to delete a repository
An action to create a new repository
An action to move a repository
14. Which Git command is used to view a list of changes that have been made but not yet committed?
git push
git pull
git status
git clone
15. Which Git command is used to create a commit with the message "Bug fixes"?
git commit -m "Bug fixes"
git add "Bug fixes"
git push "Bug fixes"
git pull "Bug fixes"
