Python Variables Quiz

Python Variables Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz sobre Loop While em Python

Quiz sobre Loop While em Python

12th Grade

10 Qs

Quiz de Lógica em Python

Quiz de Lógica em Python

6th Grade - University

8 Qs

Lógica de Programação em Portugol

Lógica de Programação em Portugol

9th - 12th Grade

15 Qs

3º ano Semana de 30/09  a  04/10

3º ano Semana de 30/09 a 04/10

12th Grade

7 Qs

Aula 5

Aula 5

9th - 12th Grade

10 Qs

Pensamento Computacional

Pensamento Computacional

12th Grade

15 Qs

Quiz aula 8

Quiz aula 8

9th - 12th Grade

10 Qs

Desafios do Pensamento Computacional

Desafios do Pensamento Computacional

12th Grade

15 Qs

Python Variables Quiz

Python Variables Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

GUILHERME PEREIRA CAMPOS

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a maneira correta de declarar uma variável inteira em Python?

`int x = 5`

`x = 5`

`x: int = 5`

`integer x = 5`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes é uma declaração válida de variável float em Python?

`x = 5.0`

`float x = 5.0`

`x: float = 5`

`x = "5.0"`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como você declara uma variável string em Python?

`x = 'Olá'`

`x = Olá`

`x: str = Olá`

`string x = 'Olá'`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes é uma declaração válida de variável booleana em Python?

`x = True`

`x = true`

`x: bool = "True"`

`boolean x = True`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o escopo de uma variável declarada dentro de uma função em Python?

Global

Local

Não-local

Estático

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual operador é usado para exponenciação em Python?

`^`

`**`

`*`

`//`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes é uma maneira válida de declarar uma variável com um valor float em Python?

`x = 3.14`

`x = "3.14"`

`x = 3,14`

`x = 3`

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?

Discover more resources for Information Technology (IT)