Quiz sur la Programmation Python

Quiz sur la Programmation Python

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

Ligne de commande Exercice

Ligne de commande Exercice

4th Grade

25 Qs

On va voir si vous avez bien écoutez Mme Bouilly

On va voir si vous avez bien écoutez Mme Bouilly

1st Grade - University

25 Qs

Informatique

Informatique

5th - 6th Grade

30 Qs

bilan

bilan

1st Grade

27 Qs

OSI : TCP / IP

OSI : TCP / IP

1st Grade

31 Qs

quiz final SNT

quiz final SNT

2nd Grade

30 Qs

Extenda Central Office Super

Extenda Central Office Super

3rd Grade

25 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?