Python Variables Quiz

Python Variables Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Javascript Intro Parte II

Javascript Intro Parte II

12th Grade

8 Qs

Quiz de Lógica em Python

Quiz de Lógica em Python

6th Grade - University

8 Qs

3TDS - Programação Frontend - Recuperação 2

3TDS - Programação Frontend - Recuperação 2

12th Grade

10 Qs

3TDS - Programação Backend - Aula 12

3TDS - Programação Backend - Aula 12

12th Grade

8 Qs

Pytyhon Intro 1

Pytyhon Intro 1

12th Grade

5 Qs

Javascript Intro Parte I

Javascript Intro Parte I

12th Grade

6 Qs

3TDS - Programação Mobile - Recuperação 2

3TDS - Programação Mobile - Recuperação 2

12th Grade

10 Qs

PDS - 3DS  - entrada do usuário com Python

PDS - 3DS - entrada do usuário com Python

12th Grade

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