Quiz sur la programmation Python

Quiz sur la programmation Python

1st Grade

20 Qs

quiz-placeholder

Similar activities

Smartphones Quiz

Smartphones Quiz

1st Grade

15 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

LES MOYENS DE CONNEXIONS A INTERNET

LES MOYENS DE CONNEXIONS A INTERNET

1st Grade

21 Qs

Fornite

Fornite

1st - 12th Grade

20 Qs

200 QI ou 3 ?

200 QI ou 3 ?

1st Grade - Professional Development

15 Qs

Quizz Word 2

Quizz Word 2

1st Grade

20 Qs

Différences entre 3G, 4G et ADSL

Différences entre 3G, 4G et ADSL

1st Grade

15 Qs

CS LEAGUE QUIZZ 1

CS LEAGUE QUIZZ 1

1st - 9th Grade

20 Qs

Quiz sur la programmation Python

Quiz sur la programmation Python

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Khaled Abdellatif

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel mot-clé est utilisé pour afficher une valeur à l'écran ?

show()

echo()

print()

display()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que renvoie l'instruction print(7 // 2) ?

3.5

4

3

2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel opérateur renvoie le reste d’une division ?

/

%

//

*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la sortie de print(10 % 3) ?

3

0

1

2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment demande-t-on une saisie utilisateur en Python ?

ask()

input()

get()

scan()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel est le type de retour de la fonction input() ?

int

float

string

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la bonne façon de déclarer une variable age avec la valeur 20 ?

int age = 20

var age = 20

age == 20

age = 20

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?