first Quizz

first Quizz

Professional Development

6 Qs

quiz-placeholder

Similar activities

Microsoft Windows

Microsoft Windows

KG - Professional Development

10 Qs

Python Functions

Python Functions

Professional Development

9 Qs

GFG Quiz

GFG Quiz

11th Grade - Professional Development

10 Qs

Public Programming

Public Programming

KG - Professional Development

4 Qs

The Ultimate C++ Quiz

The Ultimate C++ Quiz

5th Grade - Professional Development

7 Qs

Fullstack Assignment

Fullstack Assignment

Professional Development

10 Qs

FinTech 05-1 APIs

FinTech 05-1 APIs

Professional Development

11 Qs

cloudformation

cloudformation

Professional Development

7 Qs

first Quizz

first Quizz

Assessment

Quiz

Other

Professional Development

Medium

Created by

Yassmine Riahi

Used 4+ times

FREE Resource

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