Python_QUIZ_S2_EEBA

Python_QUIZ_S2_EEBA

7th Grade

30 Qs

quiz-placeholder

Similar activities

La Tour Eiffel

La Tour Eiffel

5th - 10th Grade

25 Qs

cisco

cisco

6th - 8th Grade

25 Qs

Quiz Fanuc Français

Quiz Fanuc Français

KG - Professional Development

27 Qs

Numérique

Numérique

7th Grade

33 Qs

Assessment Term 2.2 - Y9 U4 Python Search algorithms

Assessment Term 2.2 - Y9 U4 Python Search algorithms

7th - 12th Grade

30 Qs

ICT - HTML

ICT - HTML

6th - 7th Grade

25 Qs

Fall 2022 Computer and Email Basics  copy

Fall 2022 Computer and Email Basics copy

7th Grade

25 Qs

Les composants et les périphérique de l'ordinateur

Les composants et les périphérique de l'ordinateur

5th Grade - University

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