git

git

1st Grade

5 Qs

quiz-placeholder

Similar activities

CUESTIONARIO SQL

CUESTIONARIO SQL

1st - 12th Grade

10 Qs

Introduction to GitHub

Introduction to GitHub

1st - 3rd Grade

5 Qs

Secure Passwords

Secure Passwords

KG - University

10 Qs

Criação de Conta no GitHub e Funcionalidades

Criação de Conta no GitHub e Funcionalidades

1st Grade

8 Qs

Training reinforcement

Training reinforcement

1st - 12th Grade

10 Qs

ICT Unit Test : PIXTON - Comic Maker

ICT Unit Test : PIXTON - Comic Maker

1st - 2nd Grade

10 Qs

Robotics Vocabulary

Robotics Vocabulary

1st - 7th Grade

10 Qs

Basics on Google Docs

Basics on Google Docs

1st - 5th Grade

8 Qs

git

git

Assessment

Quiz

Instructional Technology

1st Grade

Medium

Created by

sebastian miranda

Used 13+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

who was the creator of git?

Mark Zuckerberg

Elon Musk

Linus Torvalds

Bill Gates

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

what is the main objective of git?

content manager

version control software

save information

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

git does not allow multiple people to work on the same repository

True

False

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

with which command a repository is downloaded?

git pull

git merge <branch>

git add

git clone <url>

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What does the git add command work for?

remove de changes

discard de changes

get changes from other branch

add the changes made