Quiz
Check your knowledge earned by reading this chapter with these quiz questions:
- What is a “repository” in GitHub?
- A collection of code and project files
- A chat room for developers
- A type of programming language
- A website builder
Answer: A. A collection of code and project files
- True or false: Git and GitHub are the same thing.
- True
- False
Answer: B. False
- Fill in the blank: To start using GitHub, you need to create a _________ for your project.
Answer: repository
- Why is it important to set up Git on your machine?
Answer: It allows you to interact with GitHub from your local machine, enabling you to manage and collaborate on projects more effectively.
- What does “cloning a repository” mean?
- Deleting a project
- Copying a project to your local machine
- Changing a project’s name
- Sending a project to a friend
Answer: B. Copying a project to your local machine
- True or false: You can only use GitHub for coding projects.
- True
- False
Answer: B. False...