Python Variables Quiz

Python Variables Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Informática básica: compactação de arquivos

Informática básica: compactação de arquivos

12th Grade

14 Qs

Computação Básica, Hardware e Software

Computação Básica, Hardware e Software

12th Grade - University

12 Qs

QUIZ 2 PLC

QUIZ 2 PLC

10th Grade - University

10 Qs

Kuis Python Lanjutan kelas XII

Kuis Python Lanjutan kelas XII

12th Grade

10 Qs

Вопросы по Arduino

Вопросы по Arduino

9th Grade - University

15 Qs

Počítačová grafika

Počítačová grafika

6th Grade - University

10 Qs

Quiz1 Kelas XII

Quiz1 Kelas XII

12th Grade

10 Qs

QUIS SUMATIF 1

QUIS SUMATIF 1

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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?