Python_QUIZ_S2_EEBA

Python_QUIZ_S2_EEBA

7th Grade

30 Qs

quiz-placeholder

Similar activities

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

Recap B1 (version française)

Recap B1 (version française)

3rd Grade - University

25 Qs

Éd. Num. 11H décembre 2024

Éd. Num. 11H décembre 2024

6th - 8th Grade

25 Qs

Python Y10

Python Y10

4th - 12th Grade

29 Qs

Python 6 topic (lists and dictionaries)

Python 6 topic (lists and dictionaries)

5th - 12th Grade

32 Qs

Python List and If/Elif

Python List and If/Elif

7th Grade

30 Qs

Informatique

Informatique

6th - 8th Grade

30 Qs

Réseau IP

Réseau IP

7th Grade

25 Qs

Python_QUIZ_S2_EEBA

Python_QUIZ_S2_EEBA

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Mesut Efiloglu

Used 6+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Quel est le commande utilisé pour afficher des chiffres et du texte à l'écran ?

print

input

output

command

2.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Qu'est-ce qu'une "input" ?

Une fonction qui nous permet de demander à l'utilisateur d'entrer certaines données.

Brancher quelque chose.

Données affichées sur un écran.

Une fonction

3.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Quel sera le résultat du code suivant ?

print("Hello" + "world !")

Hello world!

Helloworld!

SyntaxError

"Hello" "world!"

4.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Quel sera le résultat du code suivant ?

print("Hello" + 2 + "world")

Hello 2 world

Hello2world

TypeError

HelloHelloworld

5.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Quel est le code correct pour créer une liste de noms ?

nameList = John, Harry, Jesse, John, Harry, Harry

nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList = [John, Harry, Jesse, John, Harry, Harry]

6.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Les éléments d'une liste ont un numéro d'index. Dans la liste suivante, quel élément a le numéro d'index 3 ?

["Barry", "Harry", "Jesse", "John", "Peter", "Harry"]

"Barry"

"Harry"

"Jesse"

"John"

7.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Media Image

Quel est le résultat de ce code ?

blue

green

red

error

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?