Python Programming for Lego Spike Prime Robots

Flashcard
•
Computers
•
7th Grade
•
Hard
Leah Lynn
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
To open a new Python project in the Spike app tap/click on the ________ icon.
Back
Plus
2.
FLASHCARD QUESTION
Front
To set the programming language to Python be sure to select ________ immediately after starting a new project.
Back
Python
3.
FLASHCARD QUESTION
Front
This toolbar across the top of the editor shows which _______ are connected to which ______ on the robot.
Back
motors, ports
4.
FLASHCARD QUESTION
Front
Type out the line of code that tells the robot to import motor.
Back
import motor
5.
FLASHCARD QUESTION
Front
Type out the code statement that tells the robot to run motor A for 360 degrees at 720 degrees per second.
Back
motor.run_for_degrees(port.A, 360, 720)
6.
FLASHCARD QUESTION
Front
To effectively use awaitable code with the flexibility to run commands either concurrently or sequentially, you must run your code in an _________ _________ using a ____ _____.
Back
Asynchronous function, run loop
7.
FLASHCARD QUESTION
Front
What's missing from this block of code?
Back
async def main():
8.
FLASHCARD QUESTION
Front
What's missing?
Back
await
9.
FLASHCARD QUESTION
Front
What's missing?
Back
runloop.run(main())
Similar Resources on Wayground
4 questions
Python Functions and Modules

Flashcard
•
8th Grade
9 questions
Getting started with Python: Writing Code

Flashcard
•
7th Grade
10 questions
Programming Fundamentals Recap

Flashcard
•
8th Grade
9 questions
CSS WPS

Flashcard
•
7th Grade
4 questions
Code.org Microbits Lessons 1-5

Flashcard
•
6th - 8th Grade
10 questions
Ôn tập chủ đề F

Flashcard
•
KG
12 questions
Python Coding

Flashcard
•
6th - 8th Grade
12 questions
Mathematical Operators in Python

Flashcard
•
8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade