What is Python?
Python is a popular programming
What is turtle?
Turtle is a module that allows us to create a data object than can be used to draw graphics.
When was scratch developed and released?
It was developed in 2003 and released in 2007.
Does boolean have to do with python?
Yes
Is it a good idea to share your personal information online with a stranger?
No.
What is one of the ways python is used for?
Web development, software development, mathematics, system scripting.
Is it possible to import more than one turtle?
Yes, its possible.
Can change the backdrop in scratch?
yes, you can change the backdrop.
are boolean values strings?
No.
What are computer ethics?
A set of moral principles that govern the usage of computers.
When was python released and who made it?
It was released in 1991 and made by Guido Van Rossum.
Is turtle an actual living turtle?
No, its apart of the coding language, python.
What is a sprite?
A sprite is a small graphic that can be moved independently around the screen.
How many possible values does a Boolean value have?
2, true and false.
Whats an example of professional knowledge?
speaking and listening, reading and writing, mathematics, health and safety, etc.
What data type is 3.2
Its a float.
what is the name in the for statement called?
The loop variable.
What is a pixel?
A pixel is a small unit that makes up an image on a screen.
What is the equality operator and how is it represented?
The equality operator compares two values and produces a boolean value. It is represented as two equal signs (==).
Whats and example of a soft skill?
Creativity, and flexibility.
What would be printed after this
day = "thursday"
day = 19
print(day)
19 would be printed
What does the fourth line in turtle do?
It tells the turtle to move.
How can you get your sprite to move?
You click on the motion button and use the programming blocks.
What is a boolean expression?
A boolean expression evaluates to a boolean value.
Whats an example of a hard skill?
Experience, Good communication skills, problem solving skills.