first Quizz

first Quizz

Professional Development

6 Qs

quiz-placeholder

Similar activities

Code Buster - Quiz

Code Buster - Quiz

Professional Development

10 Qs

Sample Quiz

Sample Quiz

8th Grade - Professional Development

5 Qs

Introducción a Variables y Tipos en Python

Introducción a Variables y Tipos en Python

Professional Development

10 Qs

Basic Microbit

Basic Microbit

11th Grade - Professional Development

10 Qs

Python Quiz-1 Introduction

Python Quiz-1 Introduction

1st Grade - Professional Development

5 Qs

Aleo small tech QUIZ

Aleo small tech QUIZ

Professional Development

8 Qs

python

python

University - Professional Development

8 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

Professional Development

10 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