Python_QUIZ_S2_EEBA

Python_QUIZ_S2_EEBA

7th Grade

30 Qs

quiz-placeholder

Similar activities

Clavier et Libre Office Writer

Clavier et Libre Office Writer

5th - 8th Grade

25 Qs

A.I. Artificial Intelligence Vocabulary

A.I. Artificial Intelligence Vocabulary

6th - 7th Grade

35 Qs

Wrap Up in CS

Wrap Up in CS

7th - 8th Grade

35 Qs

Révisions 2

Révisions 2

1st - 12th Grade

25 Qs

The Finale

The Finale

1st Grade - University

30 Qs

Jornada 18

Jornada 18

1st - 10th Grade

30 Qs

Python 6 topic (lists and dictionaries)

Python 6 topic (lists and dictionaries)

5th - 12th Grade

32 Qs

Y8 End Of Year 2020

Y8 End Of Year 2020

5th - 11th Grade

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