Quiz sobre Python

Quiz sobre Python

8th Grade

15 Qs

quiz-placeholder

Similar activities

UH 1 KLS 8 Sem 2

UH 1 KLS 8 Sem 2

8th Grade

20 Qs

Python тіліндегі сызықтық алгоритмдерде өрнектерді және функциял

Python тіліндегі сызықтық алгоритмдерде өрнектерді және функциял

8th Grade

11 Qs

Internet segura

Internet segura

7th - 9th Grade

12 Qs

LEVEL 2. BÀI 4. SÁNG TẠO NỘI DUNG

LEVEL 2. BÀI 4. SÁNG TẠO NỘI DUNG

6th - 8th Grade

12 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Microsoft word terms

Microsoft word terms

7th - 8th Grade

10 Qs

Quiz sobre Python

Quiz sobre Python

Assessment

Quiz

Computers

8th Grade

Practice Problem

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?