How many data types are there?
How do you import a turtle and make the turtle appear on the screen?
(the screen variable is "wn" and the turtle variable is "a")
import turtle
wn = turtle.Screen()
a = turtle.Turtle
What is the default character called in Scratch?
Sprite
Is what is the output for this?
print(9 == 1)
False
What is a digital footprint?
(the dictionary definition)
the information about a particular person that exists on the internet as a result of their online activity
What will you get if you enter
print("Hello, World)
Syntax Error
How do you start a for loop with a turtle?
(the variable is "i")
For i in [0, 1 ,2 ,3]:
What does the move block do in Scratch?
Move the sprite forward
How many Boolean values are there?
2
What is are the examples of soft skill?
(get 2 answers correct to get the points)
Hint: there are 5 answers
Time Management, Networking, Teamwork, Creative Thinking, and Conflict Resolution
How many types of errors are there in python?
3
How do you change the background color to blue?
(the variable is "wn")
wn.bgcolor("blue")
How many categories are there in Scratch?
9
What are the Boolean Values?
True and False
What are examples of hard skills?
(get 2 answers correct to get the points)
Hint: there are 4 answers
Computer Programming, Writing, Mathematics, and Law
Who created python?
Guido van Rossum
How do you assign a data type to a variable?
(the variable is a)
(the # in 18)
a = 18
How many blocks are in the "Motion" section on Scratch?
18
How many questions do you have to answer correctly
to pass the post-assessment?
14
How are hard skills acquired?
Through formal education and training programs
When was python released?
1989
What are the uses for python?
(get at least 4 answers correct)
hint:there is 10
Web Development, Game Development, Machine Learning and AI, Data Science and Data Visualization, Desktop GUI, Web Scraping Applications, Business Applications, Audio and Video Applications, CAD Applications, and Embedded Applications
How total blocks are there?
107
Who is the person that teaches you you in learn key?
Jason
When was the World Wide Web created?
1989