wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

RANK IT UP! LEVEL 1-QUIZ

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

 

How much pure alcohol has to be added to 400 ml of a solution containing 15% of alcohol to change the concentration of alcohol in the mixture to 50%

a)

260 ml

b)

160 ml

c)

280 ml

d)

180 ml

2.

l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?

a)

set

b)

tuple

c)

list

d)

none of these

3.

25% loss on cost price is what percentage loss on the selling price?

a)

20%

b)

25%

c)

33.33%

d)

50%

4.

What percentage of 8.5 Kg is 17gms?

a)

0.025%

b)

0.20%

c)

2.5%

d)

25%

5.

Which method should I use to convert String “Python programming is fun” to “Python Programming Is Fun”?

a)

capitalize()

b)

title()

c)

istitle()

d)

upper()

6.

tan(A/2) is equal to

a)

tan A/(1+secA)

b)

1/(cos A +cot A)

c)

tan A/(1+cosecA)

d)

1/(sec A + cot A)

7.

The number of points in the plane of a triangle which are equidistant from the sides of triangle is.

a)

1

b)

2

c)

3

d)

4

8.

In the following question, select the odd word from the given alternatives.

a)

International Court of Justice

b)

Security Council

c)

UNESCO

d)

Amnesty International

9.

Identify the wrong number in the series.

7, 8, 18, 57, 228, 1165, 6996

a)

7

b)

8

c)

228

d)

1165

10.

In Python3, Whatever you enter as input, the input() function converts it into a string.

a)

True

b)

False

11.

Select the word which CANNOT be formed using the letters of the given word- SUPERINTENDENT

a)

PRETEND

b)

DENTIST

c)

RETAIN

d)

REUSE

12.

Select the correct combination of mathematical signs to replace * sign and to balance the given equation.

7*2*3*5*6

a)

- + = X

b)

+ X = +

c)

= X + -

d)

X = + +

13.

If RAILWAY is coded as 24-7-15-18-29-7-31 then how will you code STATION

a)

25-24-7-24-15-21-19

b)

25-26-7-26-15-21-20

c)

25-24-8-24-15-21-19

d)

25-16-8-26-15-21-20

14.

If I run _______ him today, I will hit him. He better pray we do not meet today.

a)

INTO

b)

AFTER

c)

BEFORE

d)

ON

15.

. I’d rather sleep ____ go to mall.

a)

to

b)

then

c)

versus

d)

than

16.

Stymie means

a)

stimulate

b)

stipulate

c)

hoarse

d)

hinder

17.

Rome wasn't built ________

a)

overnight

b)

in a day

c)

by one person

d)

by accident

18.

What is the meaning of underlined text?

At parties, he is always in high spirits.

a)

talkative

b)

drunk

c)

uncontrollable

d)

cheerful

19.

Asynchronous programs are always faster.

a)

False

b)

True

20.

Which of the following is the example of typecasting?

a)

int(3)

b)

str(3)

c)

str(abc)

d)

all of the above