Drone Programming with Drone Blocks

Drone Programming with Drone Blocks

Assessment

Interactive Video

Created by

Aiden Montgomery

Computers, Education, Instructional Technology

5th - 8th Grade

Hard

This video is the third in a series on drone programming using block coding. It begins with a brief introduction and setup instructions, followed by a demonstration of basic programming concepts such as takeoff and landing. The instructor then guides viewers through building a simple program, improving it with rotations and angles, and tackling advanced challenges like programming the drone to fly in shapes such as triangles and squares. The video concludes with a discussion on real-world applications and a preview of the next lesson on loops.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two mandatory blocks needed for a basic drone program?

Fly forward and Hover

Take off and Land

Fly backward and Hover

Turn left and Turn right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the 'take off' and 'land' blocks are not clicked into place?

The drone will crash

The drone will fly in circles

The drone will hover indefinitely

The drone will not take off

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adding a hover block between different events in the code?

To make the drone fly faster

To give the drone time to process the code

To make the drone land safely

To make the drone turn around

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the improved program, what angle is used to make the drone turn around?

120 degrees

360 degrees

90 degrees

180 degrees

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct sequence of actions for the drone to fly forward, turn around, and fly back?

Fly forward, Turn 180 degrees, Fly forward

Fly forward, Turn 90 degrees, Fly back

Fly forward, Turn 360 degrees, Fly back

Fly forward, Hover, Fly back

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What angle is used to make the drone fly in a triangle?

120 degrees

90 degrees

360 degrees

180 degrees

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times do you need to duplicate the 'fly forward' block to make the drone fly in a triangle?

Four times

Once

Three times

Twice

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What angle is used to make the drone fly in a square?

90 degrees

180 degrees

120 degrees

45 degrees

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main benefit of using loops in programming?

To add more blocks to the program

To make the drone fly higher

To avoid repeating code

To make the code run faster

10.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'DRY' stand for in programming?

Drone Reprogram Yourself

Don't Repeat Yourself

Do Repeat Yourself

Drone Rotation Yaw

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?