Quiz sobre Estruturas Condicionais

Quiz sobre Estruturas Condicionais

10th Grade

30 Qs

quiz-placeholder

Similar activities

UJIAN MID SEMESTER 1 X ALL MAPEL SIMULASI DAN KOMUNIKASI DIGITAL

UJIAN MID SEMESTER 1 X ALL MAPEL SIMULASI DAN KOMUNIKASI DIGITAL

10th Grade - University

25 Qs

TIK dan Informatika Kelas 10 (UH-1)

TIK dan Informatika Kelas 10 (UH-1)

10th Grade

30 Qs

OFFICE INTEGRATION

OFFICE INTEGRATION

10th Grade

25 Qs

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

APERSEPSI TIK PERTEMUAN 01

APERSEPSI TIK PERTEMUAN 01

10th Grade

25 Qs

INFORMATIKA KELAS IX

INFORMATIKA KELAS IX

9th - 12th Grade

25 Qs

Placa-Mãe

Placa-Mãe

3rd Grade - University

25 Qs

UAS GANJIL DPK X RPL 2

UAS GANJIL DPK X RPL 2

10th Grade

25 Qs

Quiz sobre Estruturas Condicionais

Quiz sobre Estruturas Condicionais

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

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...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a estrutura básica de um comando condicional "if" em Python?

if condição: instrução

if (condição) { instrução }

if condição, então instrução

if condição; instrução

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que o seguinte código imprime? ```python x = 10 if x > 5: print("Maior que 5") else: print("Menor ou igual a 5") ```

Menor ou igual a 5

Maior que 5

10

Nada

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual palavra-chave é usada para adicionar uma condição extra entre o "if" e o "else" em Python?

elseif

elif

else if

elseif:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual operador lógico representa "e" em Python?

&&

and

&

ou

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que será impresso pelo código abaixo? ```python a = 3 b = 7 if a > 2 and b < 10: print("Verdadeiro") else: print("Falso") ```

Verdadeiro

Falso

3

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True

False

5

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual operador lógico representa "ou" em Python?

or

||

ou

|

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

Already have an account?

Discover more resources for Computers