Python Flashcard Review 1

Python Flashcard Review 1

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Michael Mejia

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Type a line of code to have axel say "hello world"

Back

axel.say("hello world")

2.

FLASHCARD QUESTION

Front

Have axel turn right using an integer in degrees

Back

axel.turn(90)

3.

FLASHCARD QUESTION

Front

Have axel turn around using an integer in degrees

Back

axel.turn(180)

4.

FLASHCARD QUESTION

Front

Have Axel do a complete 360 turn using an integer in degrees

Back

axel.turn(360)

5.

FLASHCARD QUESTION

Front

What is the "sample_name" defined as in the code below? sample_name = axel.scan_qr() Options: Loop, Scan, Variable, Movement

Back

Scan

6.

FLASHCARD QUESTION

Front

What is a data object that can contain values like integers, strings, and more?

Back

Variable

7.

FLASHCARD QUESTION

Front

What can a string be described as?

Back

A word or text

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?