wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Python101

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What are the importance of coding?

a)

It's another language

b)

It leads you to success

c)

Enhances creativity

d)

Makes you more confident in problem solving

2.

Python is attractive for RAD

(Rapid Application Development)

a)

True

b)

False

3.

Ranking of Python according to Statista

a)

No.1

b)

No.2

c)

No.3

4.

Differences between Python and C++.

a)

Error Identification

b)

Compilation Step

c)

Python and C++ are the same

5.

Where is Python Used?

a)

Google Web Search

b)

Youtube Search Engine

c)

EVE Online

d)

Youtube Video Sharing Service

e)

IronPort Email Server

6.

Which Email Service Provider uses 1 million lines of python code to do its job

a)

Google mail

b)

Yahoo mail

c)

IronPort mail

d)

Outlook mail

7.

What does open source mean?

a)

denoting software for which the original source code is made freely available and may be redistributed and modified.

b)

denoting software for which the original source code is paid to be available and couldn't be redistributed and modified.

8.

Define "object-oriented"

a)

set of objects which can't be controlled and manipulated in a modular manner

b)

set of objects which can be controlled and manipulated in a modular manner

9.

Define Intepreted

a)

Directly from source code, couldn't be understood by the program

b)

Directly from source code, could be understood by the program

10.

What is Dynamic Typing

a)

Type Checks are performed real-time

b)

Type Checks are performed during compilation process