Python_QUIZ_S2_EEBA

Python_QUIZ_S2_EEBA

7th Grade

30 Qs

quiz-placeholder

Similar activities

Database

Database

KG - University

35 Qs

Sec 2 EOY Revision Quiz

Sec 2 EOY Revision Quiz

7th - 10th Grade

25 Qs

Google Drive and Organization

Google Drive and Organization

6th - 8th Grade

32 Qs

Pre Test for 3rd Quarter

Pre Test for 3rd Quarter

7th Grade

25 Qs

Coding Questions

Coding Questions

6th - 8th Grade

25 Qs

M1S2

M1S2

6th - 8th Grade

25 Qs

Tes Infor dan Generik

Tes Infor dan Generik

7th Grade

25 Qs

Oct 1- Vocabuary

Oct 1- Vocabuary

6th - 8th 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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?