Python and GitHub Basics Quiz

Python and GitHub Basics Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python  beginners quiz

Python beginners quiz

9th - 10th Grade

10 Qs

2-9-2022 Brownbag Session

2-9-2022 Brownbag Session

1st - 10th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Linux - Unit 6 Quiz

Linux - Unit 6 Quiz

9th - 12th Grade

13 Qs

Python and GitHub Basics Quiz

Python and GitHub Basics Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

BRUNA KWIATKOVSKI

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a sintaxe correta para exibir "Hello, World!" em Python?

`echo "Hello, World!"`

`print("Hello, World!")`

`printf("Hello, World!")`

`System.out.println("Hello, World!")`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual dos seguintes é um sistema de controle de versão comumente usado com o GitHub?

Subversion

Mercurial

Git

CVS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em Python, qual é a saída do seguinte código: `print(2 ** 3)`?

6

8

9

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes é a maneira correta de criar um novo branch no Git?

`git branch new-branch`

`git checkout new-branch`

`git init new-branch`

`git merge new-branch`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o resultado da seguinte expressão Python: `5 + 3 * 2`?

11

16

13

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual comando é usado para preparar alterações para o próximo commit no Git?

`git commit`

`git add`

`git push`

`git pull`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em Python, qual das seguintes opções é usada para definir uma função?

`function myFunction():`

`def myFunction():`

`create myFunction():`

`define myFunction():`

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?