Quiz 2

Quiz 2

Professional Development

32 Qs

quiz-placeholder

Similar activities

Quiz tentang Program Utilitas

Quiz tentang Program Utilitas

Professional Development

28 Qs

Modern DevOps 2024

Modern DevOps 2024

Professional Development

30 Qs

Moviles II Fase I

Moviles II Fase I

Professional Development

30 Qs

Estudo para o teste generation

Estudo para o teste generation

Professional Development

31 Qs

CCSA-2

CCSA-2

Professional Development

30 Qs

Quiz Pemrograman Web

Quiz Pemrograman Web

Professional Development

30 Qs

Breezeline Self-service

Breezeline Self-service

Professional Development

32 Qs

Quiz Instalasi dan Pengujian Program Utility

Quiz Instalasi dan Pengujian Program Utility

Professional Development

29 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

youssef elhakem

Used 4+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1.  What is the main purpose of a Version Control System?

  To manage multiple versions of source code

   To delete old versions of files

To enhance the security of software projects

To speed up software compilation

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2.  What type of Version Control System is Git?

Centralized

Distributed

Local

 Hybrid

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is used to create a new Git repository

git init

git clone

git commit

git add

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is used to synchronize changes from the remote repository to your local repository?

git push

git pull

git clone

git merge

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a branch in Git?

A type of version control system

A pointer to a specific commit

A separate workspace for development

A backup copy of the repository

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What mode should be used to open a file in Python for reading?

'w'

'r'

'a'

'x'

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method is used to write data to a file in Python?

read()

write()

open()

append()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?