Python and GitHub Basics Quiz

Python and GitHub Basics Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Computer Science Very Hard

Computer Science Very Hard

1st - 12th Grade

10 Qs

Modo Papel - PC - Aula 1 e 2 - 1º Ano

Modo Papel - PC - Aula 1 e 2 - 1º Ano

10th Grade

13 Qs

Seberapa pengetahuanmu tentang analisis data ? Kita uji kuy !

Seberapa pengetahuanmu tentang analisis data ? Kita uji kuy !

1st - 12th Grade

15 Qs

Progamação

Progamação

10th Grade - Professional Development

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

GIT - Quiz 1

GIT - Quiz 1

KG - Professional Development

6 Qs

Python Variables

Python Variables

7th - 12th Grade

10 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?