Quiz sur la Programmation Python

Quiz sur la Programmation Python

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

IV CUARTO PC

IV CUARTO PC

4th Grade

26 Qs

BUREAUTIQUE

BUREAUTIQUE

1st - 3rd Grade

30 Qs

Révisions 2

Révisions 2

1st - 12th Grade

25 Qs

Clavier et Libre Office Writer

Clavier et Libre Office Writer

5th - 8th Grade

25 Qs

TP1_PHP_dd

TP1_PHP_dd

2nd Grade

30 Qs

Quiz sur Microsoft Teams

Quiz sur Microsoft Teams

1st Grade

31 Qs

CM2 ROBOTIQUE

CM2 ROBOTIQUE

5th Grade

31 Qs

Informatique + Word

Informatique + Word

1st - 2nd Grade

29 Qs

Quiz sur la Programmation Python

Quiz sur la Programmation Python

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Khaled Abdellatif

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel est le type de la valeur 42 ?

float

str

int

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que fait x = 10 + 5 * 2 ?

30

20

25

15

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que retourne type("10") ?

int

float

str

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle syntaxe est correcte pour une variable ?

2x = 5

x_2 = 5

x 2 = 5

x-2 = 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que donne int("4") + float("3.5") ?

7.5

43.5

Erreur

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle expression est correcte ?

if x => 5:

if x >= 5:

if x =>= 5:

if x =>> 5:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que retourne if 0: ?

True

False

Erreur

None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?