Python Niveau 1

Python Niveau 1

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

JS general concepts - quiz 7th

JS general concepts - quiz 7th

7th Grade

11 Qs

Python. Урок-01. Знакомство

Python. Урок-01. Знакомство

6th - 7th Grade

10 Qs

Contrôle N°2 (Scratch)

Contrôle N°2 (Scratch)

6th - 8th Grade

12 Qs

Quizz messagerie 1

Quizz messagerie 1

8th Grade

10 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

computer science league

computer science league

6th - 12th Grade

10 Qs

Environnement informatique

Environnement informatique

7th - 8th Grade

12 Qs

Python

Python

1st - 10th Grade

10 Qs

Python Niveau 1

Python Niveau 1

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

INFORMATIQUE Prof MOUHASSINE

Used 34+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qu'affiche le script ?
a="22"

print(a+a+a)

22

222222

66

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qu'affiche le script ?

a=2

print(a+a+a)

222

66

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qu'affiche le script ?

a=2.3

print(a+a+a)

6.8999999999999995

2.32.3.2.3

69

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel est le résultat du script suivant ?

a=3

b=4

print ("a*b")

12

Aucune de ces réponses

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est l’instruction qui permet d’afficher l’argument qu’on lui passe entre parenthèses ?

int()

print()

input()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la fonction qui permet derenvoyer une valeur dont le type correspond à ce que l'utilisateur a entré ?

int()

print()

input()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la fonction qui génère des suites arithmétiques ?

int()

print()

input()

range()

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?