Python quiz

Python quiz

9th Grade

9 Qs

quiz-placeholder

Similar activities

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Intro to Python Project Stem Unit 6 Test

Intro to Python Project Stem Unit 6 Test

9th - 12th Grade

7 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

PYTHON

PYTHON

KG - Professional Development

9 Qs

Programming in Robotics

Programming in Robotics

6th - 11th Grade

10 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

Python Grado 10° Diagnostico

Python Grado 10° Diagnostico

9th Grade

11 Qs

Defensive Design/ Robust Coding

Defensive Design/ Robust Coding

9th Grade - University

10 Qs

Python quiz

Python quiz

Assessment

Quiz

Instructional Technology

9th Grade

Hard

Created by

Pratham Alavandi

Used 15+ 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