wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Hamza quiz

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

What level of language does python belong to?

a)

Lower level

b)

Mid level

c)

High Level

d)

Block Based

2.

What are variables?

a)

Storage/Container

b)

Number

c)

Return Type

d)

String

3.

Which of the following Data type is not present in Python?

a)

String

b)

Integer

c)

List

d)

Double

4.

Which of the following modules is used to create an array?

a)

Numpy

b)

Math

c)

Turtle

d)

Random

5.

What is the output of this code?

a)

Red

b)

Blue

c)

Both

d)

Error

6.

What is the output of the following code

a)

Strawberry

b)

orange

c)

["Apple","Orange", "Strawberry"]

d)

Apple

7.

What is the expansion of Html?

a)

Hyper text Markup Language

b)

Hyper text preprocessor

c)

Read only Memory

d)

Random access Memory

8.

How many heading tags are present Html?

a)

8

b)

0

c)

6

d)

10

9.

What does p stand for in the following code?

a)

Header tag

b)

Unordered list

c)

division

d)

Paragraph

10.

Write a python code to identify positive and negative numbers

4 lines