first Quizz

first Quizz

Professional Development

6 Qs

quiz-placeholder

Similar activities

PySpark Quiz Round

PySpark Quiz Round

Professional Development

11 Qs

snakes by chris

snakes by chris

1st Grade - Professional Development

7 Qs

4596

4596

KG - Professional Development

6 Qs

Visual Programing Quiz

Visual Programing Quiz

Professional Development

4 Qs

Python Quiz Part 1

Python Quiz Part 1

Professional Development

10 Qs

algksjdjsdnxj

algksjdjsdnxj

Professional Development

11 Qs

basic of robotics

basic of robotics

6th Grade - Professional Development

10 Qs

Funny Movie Quotes

Funny Movie Quotes

KG - Professional Development

8 Qs

first Quizz

first Quizz

Assessment

Quiz

Other

Professional Development

Medium

Created by

Yassmine Riahi

Used 4+ times

FREE Resource

AI

Enhance your content

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

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

python is :

a compiled programming language

a low level programming language

A statically typed programming language

a high level and interpreted programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to declare a variable with a numerical value in python we write :

int x= 20

integer x = 17

x= "yassmine"

x = 17

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The four Basic Data Types in Python are :

int , word , number , real

int , str , bool

int , str , bool , float

int , string , bool , real

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

my-var = "John"


is it legal to declare this variable?

Yes , legal

No illegal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to determine the type of a variable we use the method :

typeOf()

PrintType()

type()

ShowType()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pour afficher le contenu d'une variable , on utilise la méthode:

input

import

print

range