Search Header Logo

Quiz sobre Python

Authored by Dougllas Allesson

Computers

8th Grade

Used 3+ times

Quiz sobre Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual tipo de dado em Python é usado para representar números inteiros?

float

string

int

bool

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

O que será exibido pelo código print(type(3.14))?

<class 'int'>

<class 'float'>

  • <class 'str'>

<class 'bool'>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual das opções é uma operação booleana válida em Python?

True && False

True AND False

True || False

True and False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

O que será exibido pelo código print(True or False)?

True

False

None

Erro de sintaxe

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

O que será exibido pelo código print(not True)?

True

False

None

Erro de sintaxe

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual o resultado da operação False and True?

True

False

None

Erro de sintaxe

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

O que será exibido pelo código print('A soma de %d + %d é %d' % (2, 3, 5))?

A soma de 2 + 3 é 5

A soma de 2 + 3 é 23

A soma de 5 + 5 é 10

Erro de sintaxe

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?