Micromelon Python

Micromelon Python

9th Grade

9 Qs

quiz-placeholder

Similar activities

Fun Robots and MakeCode

Fun Robots and MakeCode

4th Grade - Professional Development

13 Qs

Maqueen Coding Quiz

Maqueen Coding Quiz

9th Grade

13 Qs

Robotics Quiz

Robotics Quiz

5th - 9th Grade

14 Qs

9-10 robotics EV3 basics

9-10 robotics EV3 basics

7th - 10th Grade

14 Qs

Square One V2X Challenge Quiz

Square One V2X Challenge Quiz

9th - 12th Grade

9 Qs

Anatomy of a Robot

Anatomy of a Robot

9th - 12th Grade

6 Qs

Programming Functions

Programming Functions

6th - 12th Grade

13 Qs

Finch Robot Review Quiz

Finch Robot Review Quiz

9th - 12th Grade

12 Qs

Micromelon Python

Micromelon Python

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Megan WALLACE

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

DROPDOWN QUESTION

1 min • 1 pt

Which of the following will move the robot backwards. (a)  

Motors.moveDistance(-30)
Motors.moveDistance(10)
Motors.turnDegrees(45) 
Motors.turnDegrees(-30)

2.

DROPDOWN QUESTION

1 min • 1 pt

Which of the following will move the robot forwards. (a)  

Motors.moveDistance(10)
Motors.moveDistance(-30)
Motors.turnDegrees(45) 
Motors.turnDegrees(-30)

3.

DROPDOWN QUESTION

1 min • 1 pt

Which of the following will turn the robot left? (a)  

Motors.turnDegrees(-30)
Motors.moveDistance(-30)
Motors.moveDistance(10)
Motors.turnDegrees(45) 

4.

DROPDOWN QUESTION

45 sec • 1 pt

Which of the following will turn the robot right. (a)  

Motors.turnDegrees(45) 
Motors.moveDistance(-30)
Motors.moveDistance(10)
Motors.turnDegrees(-30)

5.

MATCH QUESTION

1 min • 1 pt

Match the following

Senses distance on sides

Ultrasonic

senses colour on bottom

Gyro

Senses distance from front

Colour Sensor

Multi-coloured lights

Infrared

Senses robot orientation

LED

6.

LABELLING QUESTION

1 min • 2 pts

Label the Robot

c
b
a
d
e
Ultra sonic
Motor
Power On
Infrared
Colour sensors

7.

FILL IN THE BLANK QUESTION

1 min • 2 pts

distance= Ultrasonic.____()

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following will move the robot in a single square?

Media Image
Media Image
Media Image
Media Image

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will this code ask the robot to do?

Draw a square

Stop when it sees RED

Go when it sees RED

Turn the LED lights green