Python 1
Python 2
Scratch
Learn key session 1
Misc.
100

What does the print function do?

Displays a string on the screen.

100

what does the "import turtle" command do?

imports the turtle, a function that allows you do to graphic design.

100

how do you make a sprite move forward?

use the move block and specify how many steps you want it to move forward.

100

what will 1*34 output?

a syntax error because there isn't a print function in place.

100

should you post pictures of you doing drugs online?

No, this affects your digital footprint, and future employers will see this and wont accept you.

200

How do you make "Hello, World!" appear on screen?

print("Hello, World!")

200
how do you make a turtle move 20 pixels forward?

(turtlename).forward(20)

200

how do you make a string of commands run?

using any of the events in the "events" tab

200

what will print(4 + 54) output?

58

200

is being responsible and doing your work a workplace readiness skill

yea bru

300

what does the type function do?

Displays the name of a value/string (str, int, float)

300

how do you change the background color of the turtle window?

(windowname).bgcolor("color")

300

how do you change a sprite's costume?

click on the costumes tab and paint

300

what will print (8 ** 2) output?

64

300

dose something leave online if you post

no everything stays online forever

400

What does this output?


400

what does the for command do?

loops something a limited amount of times

400

how do you make a string of commands go 43 times?

use the repeat block and type in 43.

400

what will print(1 != 4) output?

true

400

what do you do if you encounter a online troll

report him and ignore him and leave the server

500
What does the "int" function do?

It makes a value into an integer, always rounds down 

500

what does the range command do?

limits the amount of times a for loop runs

500

how do you use an if then else statement?

you put a block from the sensing tab into the top, then you put a string of commands in the then, but if the specific event that you put as your sensing didn't happen, then the string of commands in the else tab will run.

500

what will this output?

a = 6

b = 42

print(a = b)

syntax error, if it had 2 equal signs in the print function then it would be false.
500

how dose you digital footprint effect your job later in life

if inappropriate you might get fired or never get a job

M
e
n
u