wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Edublock -course assessment

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Select the shape that cannot be drawn using command turtle.shape()

a)

arrow

b)

turtle

c)

oval

d)

classsic

2.

begin_fill(): This function tells turtle that all upcoming closed graphical objects needed to be filled by the chosen color.

a)

True

b)

False

3.

What will be the output for given code?

a)

5

b)

7

c)

2

d)

6

4.

What will be the datatype of the result?

a)

float and int

b)

int and float

c)

int and int

d)

float and float

5.

Which of the following concepts are not part of Python?

a)

Pointers

b)

Loops

c)

Dynamic typing

d)

All of the above

6.

Select the correct statement for command turtle.right(angle):

a)

rotate the pen in the clockwise direction by an angle x.

b)

rotate the pen in the anticlockwise direction by an angle x.

7.

What will be the output of given code?

a)

Your score is : 50

b)

50

c)

Error

d)

Your score is: 0

8.

what is the parameter given to function turtle.circle(value)

a)

value indicated the diameter

b)

value indicates the circumference

c)

value indicated the radius

d)

value indicates the position

9.

Can we create a tuple in Edublock?

a)

Yes

b)

No

10.

Which are the 3 different views that are possible in Edublock?

a)

code , stage ,split

b)

stage , block , split

c)

code , block , stage

d)

block, code, split

11.

Which Arithmetic operator is not present in Edublock ?

a)

Floor division (//)

b)

Multiplication ( * )

c)

Exponentiation( ** )

d)

Addition(+)

12.

Colour of the block "#Start Code Here"

a)

Orange

b)

Yellow

c)

Green

d)

Blue

13.

Which block is used to put comment in Edublock

a)
b)
c)
d)
14.

Select the correct option for value in command time.sleep(value)

a)

value is in milliseconds

b)

value is in seconds

c)

value is in minutes

d)

value is in hour

15.

Select the code to print even numbers in reverse order

a)
b)
c)
d)