Python and GitHub Basics Quiz

Python and GitHub Basics Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Reconhecimento de voz

Reconhecimento de voz

10th - 12th Grade

10 Qs

Revisão de Python

Revisão de Python

10th Grade - University

10 Qs

Progamação

Progamação

10th Grade - Professional Development

10 Qs

NodeMCU

NodeMCU

9th - 12th Grade

8 Qs

Algoritmos e Lógica de programação (o que é e para que serve)

Algoritmos e Lógica de programação (o que é e para que serve)

10th Grade

15 Qs

Entrada e saida de dados Portugol

Entrada e saida de dados Portugol

10th Grade

10 Qs

Eletrônica 1

Eletrônica 1

10th Grade - University

15 Qs

AV1\R1 3TEC_BE_Acesso a Propriedades em JavaScript 1 a 16

AV1\R1 3TEC_BE_Acesso a Propriedades em JavaScript 1 a 16

1st Grade - University

15 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?