Quiz sobre Git y GitHub

Quiz sobre Git y GitHub

University

8 Qs

quiz-placeholder

Similar activities

Getting Started with git init

Getting Started with git init

University

10 Qs

Quiz 6

Quiz 6

University

10 Qs

Version Control Systems Quiz

Version Control Systems Quiz

University

10 Qs

Summer Code Camp - Lesson 1

Summer Code Camp - Lesson 1

University

10 Qs

DevNet Express

DevNet Express

10th Grade - Professional Development

11 Qs

ITESA Roadmap Event 12-09-24

ITESA Roadmap Event 12-09-24

University

10 Qs

CSE 15L Lab 8

CSE 15L Lab 8

University

8 Qs

Github Quiz

Github Quiz

University

10 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