Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NW6 |Sabella-Fisseha | Induction | Git_Homework_Fix_Errors | week1 #531

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,83 +4,84 @@

What is 2 + 2?

5
4

## Question 2

What is the opposite of Black?

Purple
White

## Question 3

What is the 2 * 3 * 6 * 1 * 10 * 34?
What is the 2 _ 3 _ 6 _ 1 _ 10 \* 34?

1322
12240

## Question 4
## Question 4

What does HTML stand for?

Hyper Tall Massive Language
Hyper Text Markup Language

## Question 5

What is CSS useful for?

Making a website go faster
Cascading Style Sheet

## Question 6

Using CSS, how would I select every `<h1>` tag on the page?

```css
#h1 {

h1 {
}
```

## Question 7

What is JavaScript?

A programming language used on the internet
A programming language used for creating interactive and dynamic featured websites.

## Question 8

What three problem does Git & Github solve?

When people want to show off code to each other they can put it on Github
When people want to show off code to each other they can put it on Github.
They can check the old version of their website.
they can work in team.

## Question 9

What happens when you `fork` a repository?

You delete it
You copy someone else's code to your Github

## Question 10
## Question 10

What happens when you clone a repostory?

It send it to a friend
You copy the code from Github to your local machine.

## Question 11

What is a Pull Request?

When you send a file over the internet
It is a request you send when you want other to accept the change that you made on the website.

## Question 12

What is the Git History log?

It lets you see into the future
It displays all the commits in a repository's history.

## Question 13

What does it meant to "push" changes to Github?

You send the changes of your local repository to Github
You send the changes of your local repository to Github.

## Question 14

Expand All @@ -98,7 +99,7 @@ Send you code to Github

What program do we use to write code at CodeYourFuture?

Microsoft Word
Visual studio

## Question 17

Expand All @@ -110,4 +111,4 @@ To record what changes you made to the code

Where can I look to find help with Git?

The Git Cheatsheet!
The Git help!