Pensée computationnelle 2

Pensée computationnelle 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

BAB 3.1.3 INPUT & OUTPUT

BAB 3.1.3 INPUT & OUTPUT

12th Grade - University

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

A3 IB - Introducción a Python

A3 IB - Introducción a Python

11th Grade - University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

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