Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Camp Innovation 2025: Secondary Drones

Total questions: 13

Worksheet time: 10mins

Name
Class
Date
1.

Enter your student ID number.

4 lines
2.

Adding # to the beginning of a line of Python code will:

a)

Activate the code

b)

Identify it as a comment

c)

Pause the code

d)

I have no idea

3.

What is incorrect in this line of code?

a)

Missing close parenthesis

b)

Open and close parenthesis at the end are unnecessary

c)

Nothing. It is correct.

d)

I have no idea

4.

What will this line of code do when used in Python?

a)

Select a random number from 1 to 4

b)

Allow the user to input a number from 1 to 4

c)

Repeat the upcoming code 4 times

d)

I have no idea

5.

In Python, this line of code:

a)

Creates a variable named Tello

b)

Launches a drone named Tello

c)

Creates a variable named drone

d)

I have no idea

6.

This python code will cause a drone to:

a)

Fly in a square

b)

Fly in a clockwise circle

c)

Return an error message

d)

I have no idea

7.

In the planning stages of writing code, a programmer can use ___________ to describe the steps that need to be included.

a)

pseudocode

b)

functions

c)

iterations

d)

I have no idea

8.

What is the correct syntax to output "Hello" in Python?

a)

print("Hello")

b)

echo("Hello");

c)

p("Hello")

d)

I have no idea

9.
a line of text that Python won't try to run as code
a)
comment
b)

boolean

c)
variable
d)

I have no idea

10.

What will be the result from the following line of code?

drone.move("forward",50)

a)

The drone will move forward at a speed of 50 feet per second

b)

The drone will move forward 50 centimeters

c)

The drone will move forward 50 inches

d)

I have no idea

11.

What will be the result of the following line of code?

drone.rotate_counter_clockwise(180)

a)

The drone will rotate right 180 degrees

b)

The drone will spin 180 times

c)

The drone will yaw left until it faces the opposite direction

d)

I have no idea

12.

How many opportunities or experiences have you had with coding or robotics?

a)

0

No experience

b)

1

Little experience

c)

2

Quite a bit of experience

d)

3

Tons of experience

(Robotics team, clubs, programming courses)

13.

Not including this year, how many years have you attended Camp Innovation in the past?

a)

0

b)

1

c)

2

d)

3