Quiz sobre Python

Quiz sobre Python

8th Grade

15 Qs

quiz-placeholder

Similar activities

Python линейные алгоритмы

Python линейные алгоритмы

8th Grade

10 Qs

Ficha sumativa 8º (Investigar e Pesquisar)

Ficha sumativa 8º (Investigar e Pesquisar)

8th Grade

20 Qs

Rješavanje problema i programiranje

Rješavanje problema i programiranje

8th Grade

20 Qs

Quiz TIK 8

Quiz TIK 8

8th - 10th Grade

15 Qs

Year 8 Lists

Year 8 Lists

8th Grade

20 Qs

ULANGAN HARIAN 2 INFORMATIKA KELAS 8

ULANGAN HARIAN 2 INFORMATIKA KELAS 8

8th Grade

20 Qs

AVALIAÇÃO: RECURSÃO: EXPLORANDO FORMAS GEOMÉTRICAS

AVALIAÇÃO: RECURSÃO: EXPLORANDO FORMAS GEOMÉTRICAS

8th Grade

15 Qs

Mengenal Jendela dan Ikon Microsoft Excel

Mengenal Jendela dan Ikon Microsoft Excel

7th Grade - University

15 Qs

Quiz sobre Python

Quiz sobre Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Dougllas Allesson

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?

Discover more resources for Computers