Quiz sobre Git y GitHub

Quiz sobre Git y GitHub

University

8 Qs

quiz-placeholder

Similar activities

GIT COURSE

GIT COURSE

University

13 Qs

Preguntas sobre Arreglos en Bash

Preguntas sobre Arreglos en Bash

University

10 Qs

Mastering Git & GitHub — Interactive Quiz for Beginners 2

Mastering Git & GitHub — Interactive Quiz for Beginners 2

University

5 Qs

GitHub Jan12

GitHub Jan12

11th Grade - University

10 Qs

GitHub

GitHub

University

10 Qs

Git & GitHub

Git & GitHub

University

10 Qs

Understanding Git and GitHub

Understanding Git and GitHub

University

10 Qs

GDSC Quiz

GDSC Quiz

University

9 Qs

Quiz sobre Git y GitHub

Quiz sobre Git y GitHub

Assessment

Quiz

Computers

University

Hard

Created by

Nixon López

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of Git Bash?

To write and edit code

To collaborate with other developers

To manage and track changes in code

To create and manage repositories

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a code version control system?

To manage changes to the source code of a software project

To share files in a cloud service

To edit text online

To store digital assets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to print the working directory in the terminal?

ls

pwd

touch

cd

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to list all the files and folders in the current directory in the terminal?

cd

ls

rm

mkdir

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create a folder in the terminal?

cd ..

pwd

ls

mkdir

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of using Git Bash?

To write and execute shell commands

To create and manage Git repositories

To collaborate with other developers

To track changes in code files

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is required to directly manipulate the terminal from Visual Studio Code?

Bitbucket

Git Bash

GitHub

Git

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to start sharing a software project in the cloud using GitHub?

Install Git Bash

Have Visual Studio Code

Have an installed operating system

Create an account on GitHub