Python quiz

Python quiz

9th Grade

9 Qs

quiz-placeholder

Similar activities

Python Slide 1 Quiz

Python Slide 1 Quiz

9th Grade

8 Qs

Examen de python

Examen de python

1st - 12th Grade

10 Qs

Controladores

Controladores

2nd Grade - University

10 Qs

Linguagens e Frameworks Populares no Desenvolvimento de Sistemas

Linguagens e Frameworks Populares no Desenvolvimento de Sistemas

9th - 12th Grade

10 Qs

TERMS OF DATABASE

TERMS OF DATABASE

4th Grade - University

10 Qs

Arduino-Quiz01

Arduino-Quiz01

9th - 12th Grade

10 Qs

Cybersecurity Quiz (NeoCyber Discord)

Cybersecurity Quiz (NeoCyber Discord)

9th Grade - University

12 Qs

Desafio do Jogo Roblox

Desafio do Jogo Roblox

6th Grade - University

10 Qs

Python quiz

Python quiz

Assessment

Quiz

Instructional Technology

9th Grade

Hard

Created by

Pratham Alavandi

Used 17+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

1. Python was developed by

Dennis Ritchie

James Gosling

Guido van Rossum

Bjarne Stroustrup

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

2. Python was developed in which year?

1956

1976

1984

1989

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is python files extension

.python

.py

.p

.html

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python was written in this language

C

C++

Javascript

Linux

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

the.py extension is called

package

directory

endlet

module

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

the command 4+7 will give the output of

12

11

4+7

47

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The command 4**2 will give the output

Error

2

16

8

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

the command x=4 y=6, y*x/2 will give

24

Error

12

"xy/2"

9.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The command banana = fruit, banana will give

banana

fruit

banana fruit

error