Robotify Flashcard

Robotify Flashcard

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What Acton commands can be used to help axel navigate around the world? Options: Print, Loops, Movement, Math

Back

Movement

2.

FLASHCARD QUESTION

Front

What does this line of code have axel say? axel.say("Hello World")

Back

Hello World

3.

FLASHCARD QUESTION

Front

What Action blocks are used to make axel say or print strings?

Back

Print

4.

FLASHCARD QUESTION

Front

What action blocks are used to repeat a process or other actions? (Hint: Used many times to repeat movement actions)

Back

Loops

5.

FLASHCARD QUESTION

Front

What is the correct way to make axel move forward 3 times in python? Options: axel.forward(3), axel.move(3), axel.move("3"), axel.forward("3")

Back

axel.move(3)

6.

FLASHCARD QUESTION

Front

What line of code would you type to make axel speak?

Back

axel.say

7.

FLASHCARD QUESTION

Front

What is the correct way to write a line of code to make axel say "speaking speaking"? Options: axel.say(speaking speaking), axel.Say(speaking speaking), axel.say("speaking speaking"), axel.Say("speaking speaking")

Back

axel.say("speaking speaking")

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?