Python 2

Python 2

11th Grade

6 Qs

quiz-placeholder

Similar activities

Benchmark 1 Review

Benchmark 1 Review

11th Grade

11 Qs

DigiPro 7 Unit 1 Review

DigiPro 7 Unit 1 Review

9th - 12th Grade

11 Qs

Python Programming Quiz

Python Programming Quiz

11th Grade

11 Qs

Media and Information Literacy

Media and Information Literacy

1st Grade - University

10 Qs

Языки программирования

Языки программирования

9th Grade - University

10 Qs

Cấu trúc rẽ nhánh if-elif-else

Cấu trúc rẽ nhánh if-elif-else

11th Grade

10 Qs

7.0 DIgital Printing

7.0 DIgital Printing

10th - 12th Grade

10 Qs

python

python

11th Grade

10 Qs

Python 2

Python 2

Assessment

Quiz

Instructional Technology

11th Grade

Medium

Created by

Théodoloz Vanina

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que fais cette commande : print("Hello, World!")

Elle appelle tout le monde

Elle n'existe pas

Elle fais apparaître Hello World sur l'écran

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Les variables avec du texte ou des chiffres c'est pareil

Vrai

Faux

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La boucle if ça veut dire

Que c'est un nombre

Si

Rien

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que donne ce code :

a = 12

print(a)

12

a

rien

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que donne ce code :

a = 12

b = 10

print(a + b)

12

10

22

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que donne ce code

a = "Hello"

b = " Vanina"

print(a, b)

Rien

ab

Hello Vanina

hello vanina