Python quiz

Python quiz

9th Grade

9 Qs

quiz-placeholder

Similar activities

​Repaso de Comandos y conocimientos previos de Scripts

​Repaso de Comandos y conocimientos previos de Scripts

9th - 12th Grade

14 Qs

Fun with Numpy

Fun with Numpy

9th - 12th Grade

10 Qs

Codify-Code Innovators

Codify-Code Innovators

9th - 12th Grade

5 Qs

Tema I: micro:bit Media General

Tema I: micro:bit Media General

7th Grade - University

13 Qs

Excel 2016 MOAC Lesson 06

Excel 2016 MOAC Lesson 06

9th - 12th Grade

10 Qs

Unit 7 Image Editing - GCFglobal.org

Unit 7 Image Editing - GCFglobal.org

6th - 9th Grade

10 Qs

Diagnósticos sobre C++ noveno

Diagnósticos sobre C++ noveno

8th Grade - University

6 Qs

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 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