NEW
Font size
WorksheetsEdublock -course assessment
Total questions: 15
Worksheet time: 8mins
Select the shape that cannot be drawn using command turtle.shape()
arrow
turtle
oval
classsic
begin_fill(): This function tells turtle that all upcoming closed graphical objects needed to be filled by the chosen color.
True
False
What will be the output for given code?
5
7
2
6
What will be the datatype of the result?
float and int
int and float
int and int
float and float
Which of the following concepts are not part of Python?
Pointers
Loops
Dynamic typing
All of the above
Select the correct statement for command turtle.right(angle):
rotate the pen in the clockwise direction by an angle x.
rotate the pen in the anticlockwise direction by an angle x.
What will be the output of given code?
Your score is : 50
50
Error
Your score is: 0
what is the parameter given to function turtle.circle(value)
value indicated the diameter
value indicates the circumference
value indicated the radius
value indicates the position
Can we create a tuple in Edublock?
Yes
No
Which are the 3 different views that are possible in Edublock?
code , stage ,split
stage , block , split
code , block , stage
block, code, split
Which Arithmetic operator is not present in Edublock ?
Floor division (//)
Multiplication ( * )
Exponentiation( ** )
Addition(+)
Colour of the block "#Start Code Here"
Orange
Yellow
Green
Blue
Which block is used to put comment in Edublock
Select the correct option for value in command time.sleep(value)
value is in milliseconds
value is in seconds
value is in minutes
value is in hour
Select the code to print even numbers in reverse order
