Pensée computationnelle 2

Pensée computationnelle 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

python String and comment

python String and comment

3rd Grade - University

13 Qs

Control Python Bàsic.

Control Python Bàsic.

12th Grade

15 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Python L1

Python L1

8th Grade - University

14 Qs

Python Quiz

Python Quiz

9th - 12th Grade

15 Qs

Recuperação Desenvolvimento de Sistemas 1ºTrimestre

Recuperação Desenvolvimento de Sistemas 1ºTrimestre

12th Grade

15 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Pensée computationnelle 2

Pensée computationnelle 2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Amine Bayoudhi

Used 37+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En programmation, une variable est un emplacement mémoire qui permet de stocker

une valeur quelconque

un nom de variable

l'adresse de la variable

le type de la variable

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Sélectionner les noms de variables non autorisés en Python

Nb heures

nb-heures

nb_heures

#nb_heures

nbHeures

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

En Python, le nom d'une variable ne doit pas être un mot ......................

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Python est un langage de programmation sensible à la ........................ (distinction entre les lettres majuscules et les lettres minuscules)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

En Python, la traduction de l'instruction lire(note_dc1) est

note_dc1=input()

input(note_dc1)

print(note_dc1)

écrire(note_dc1)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

En Python, la traduction de l'instruction écrire(note_dc1) est

note_dc1=input()

input(note_dc1)

print(note_dc1)

lire(note_dc1)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Sachant que la note est égale à 15, l'instruction print("note_dc1 =",note_dc1) donne comme résultat :

la note = 15

note_dc1=15

note_dc1 = 15

note_dc1 = note_dc1

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?

Discover more resources for Computers