Search Header Logo

Atelier 3

Authored by Roxana Nastase

Other

Professional Development

Used 1+ times

Atelier 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Care dintre urmatoarele afirmatii, despre tipul de date Boolean, este gresita?

 

a. Valorile posibile sunt cuvinte cheie, rezervate

b. Prima litera a valorilor boolean este o litera mare

c. Prima litera a valorilor boolean este o litera mica

d. Toate variantele sunt gresite

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce va afisa urmatorul cod?

x = "Hello"

y = 15

print(bool(x))

print(bool(y))

True

True

False

True

True

False

True

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2. Ce va afisa codul de mai jos?

varsta = 17

inaltime = 177

print(varsta > 18)

print(inaltime > 150 or inaltime < 180)

print((varsta > 18) and (inaltime > 150 or inaltime < 180))

 

 

False

True

False

True

True

False

True

False

True

False

False

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce va afisa urmatorul cod?

a = 23​

b = “23”​

print(a + b)

2323

23

eroare

46

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Avem urmatoarea linie de cod:

x = round(12.234567, 3)

Ce valoare va avea x?

12.23

12.234567

12

12.235

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?