Python 1
Python 2
Scratch
Learn Key Session 1
Miscellaneous
100

How many data types are there?

6
100

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

100

What is the default character called in Scratch?

Sprite

100

Is what is the output for this?

print(9 == 1)

False

100

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

200

What will you get if you enter

print("Hello, World)

Syntax Error

200

How do you start a for loop with a turtle?

(the variable is "i")

For i in [0, 1 ,2 ,3]:

200

What does the move block do in Scratch?

Move the sprite forward

200

How many Boolean values are there?

2

200

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

300

How many types of errors are there in python?

3

300

How do you change the background color to blue?

(the variable is "wn")

wn.bgcolor("blue")

300

How many categories are there in Scratch?

9

300

What are the Boolean Values?

True and False

300

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

400

Who created python?

Guido van Rossum

400

How do you assign a data type to a variable?

(the variable is a)

(the # in 18)

a = 18

400

How many blocks are in the "Motion" section on Scratch?

18

400

How many questions do you have to answer correctly

to pass the post-assessment?

14

400

How are hard skills acquired?

Through formal education and training programs

500

When was python released?

1989

500

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

500

How total blocks are there?

107

500

Who is the person that teaches you you in learn key?

Jason

500

When was the World Wide Web created?

1989

M
e
n
u