Python part 1
Python part 2
Scratch
Learn key session 1
Miscellaneous
100

What is Python?

Python is a popular programming

100

What is turtle?

Turtle is a module that allows us to create a data object than can be used to draw graphics.

100

When was scratch developed and released?

It was developed in 2003 and released in 2007.

100

Does boolean have to do with python?

Yes

100

Is it a good idea to share your personal information online with a stranger?

No.

200

What is one of the ways python is used for?

Web development, software development, mathematics, system scripting.

200

Is it possible to import more than one turtle?

Yes, its possible.

200

Can change the backdrop in scratch?

yes, you can change the backdrop.

200

are boolean values strings?

No.

200

What are computer ethics?

A set of moral principles that govern the usage of computers.

300

When was python released and who made it?

It was released in 1991 and made by Guido Van Rossum.

300

Is turtle an actual living turtle?

No, its apart of the coding language, python.

300

What is a sprite?

A sprite is a small graphic that can be moved independently around the screen.

300

How many possible values does a Boolean value have?

2, true and false.

300

Whats an example of professional knowledge? 

speaking and listening, reading and writing, mathematics, health and safety, etc.

400

What data type is 3.2

Its a float.

400

what is the name in the for statement called?

The loop variable.

400

What is a pixel?

A pixel is a small unit that makes up an image on a screen.

400

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 (==).

400

Whats and example of a soft skill?

Creativity, and flexibility.

500

What would be printed after this

 day = "thursday"  

day = 19

print(day)

19 would be printed

500

What does the fourth line in turtle do?

It tells the turtle to move.

500

How can you get your sprite to move?

You click on the motion button and use the programming blocks.

500

What is a boolean expression?

A boolean expression evaluates to a boolean value.

500

Whats an example of a hard skill?

Experience, Good communication skills, problem solving skills.