Motor Control with Block Coding

Motor Control with Block Coding

Assessment

Interactive Video

Computers, Science

5th - 8th Grade

Hard

Created by

Jackson Turner

FREE Resource

This video tutorial covers the basics of using motors in the SPIKE Prime kit, including the differences between medium and large motors, and how to control them using both blocks coding and Python. It explains how to set motor parameters such as speed, direction, and rotation angle, and provides examples of coding commands. The tutorial also offers challenges for precise motor control and compares the use of blocks and Python for programming motors.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between the medium and large motors in the SPIKE Prime kit?

The large motor is larger and applies more force.

The medium motor is smaller and applies more force.

The medium motor is larger and applies more force.

The large motor is smaller and applies less force.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In block coding, what block is used to set the duration a motor runs?

Go-To Block

Start-Block

Set-Speed Block

Run-For Block

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you set a motor to run at half-speed using block coding?

Use the 'Start-Block' and set it to 50%

Use the 'Go-To' block and set it to 50%

Use the 'Run-For' block and set it to 50%

Use the 'Set-Speed' block and set it to 50%

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block allows you to control the motor to rotate to a specific angle?

Start-Block

Go-To Block

Set-Speed Block

Run-For Block

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a potential challenge you can try with block coding for motors?

Use the motor without any blocks.

Program the motor to avoid an obstacle.

Set the motor to run at maximum speed.

Make the motor spin indefinitely.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be imported at the top of a Python script to control motors in SPIKE Prime?

import Motor

import Prime

import SPIKE

import Control

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what parameter is used to set the duration a motor runs?

Duration

Time

Seconds

Speed

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?