ORDER OF
IN ORDER
ORDER MATTERS
PPW&L
EMOJI SOMETIMES but NOT ALWAYS
100

Which line of code represents the green color?

1. fill (red)

2. rect(100,200)

3. fill(green)

4.ellipse(200,400)


line 3

100

Can you do step 5 before you can do step 3?

NO

100
If I was going to paint a wall blue and hang up a picture of Aidan Zammit, which would I do first 
Paint the wall, then hang up the picture of Aidan Zammit.
100

What does P, P, W & L stand for 


example : rect ( P,P,W,L)

POSITION, POSITION, WIDTH & LENGTH


100

SEA PEA UNIT = 

CPU OR CENTRAL PROCESSING UNIT


200

Is this the correct order of the PROBLEM SOLVING PROCESS?

1.DEFINE

2.PLAN/PREPARE

3. TRY

4. REFLECT AND THINK 

YES IT SURE IS!

200

What is the first thing you do should when you are given an assignment, after you write your name and date?


Read the directions.

200

What will you see on the grid?

WORKSPACE:

1.background (black)

2.fill(purple) 

3.rect (100,200)

4.fill(yellow)

5.rect (400,300)

a black background, a purple rect and a yellow rect.

200

What number would I change if I wanted to change the size of the width?


rect ( 100, 200,400,300)

400

200

What is a computer's 🧠 called?

CPU

300

What will appear on the grid if we write the lines of code in this order?

WORKSPACE:

1. fill(purple)

2. rect(100,200)

3. background(GREEN)

The entire grid will be green 


(you will not see the purple rect because the background is covering it)

300
What are the 4 steps to writing an email?


YOU MUST ANWSER IN ORDER !

1. SUBJECT

2. GREETING

3. BODY

4. SIGNATURE 

300

After you have written a line of code, what button do you push to see it appear on the grid?

REFRESH or RUN

300

What number would I change if I wanted to change the size of the position?


rect ( 100, 200,400,300)

100 or 200

300

What famous movie OR movies did a 🦈 attack a 🚒?

Jaws, Jaws 2, Jaw 3, Jaws 3D ECT......

400

Which rect will be show on the grid?

WORKSPACE:

1. fill(purple)

2. rect (100,200)

3. fill(black)

4.rect (100, 200)

black 

(because it is last and the purple will be underneath it)

400
Are these numbers in the correct order?


5,10,15,20,25,30,35,40,45,50

YES
400

What happens when you hit the RUN button?

You will run your code to see what has been drawn on the grid?

400

What number would I change if I wanted to change the size of the length?


rect ( 100, 200,400,300)

300

400

❄,🌷 ,🌞 & 🍁

WINTER SPRING SUMMER AND FALL 

500

What is wrong with these lines of code?

WORKSPACE:

1. fill(blue)

2. rect (100,200)

3. fill(red)

4.rect (100, 200)


The two lines of code are in the same position, and you will only be able to see the red rect.

500

Put these names in alphabetical order.

Anthony

Ayaan

Aydin

Andrew

ANDREW

ANTHONY

AYAAN

AYDIN

500

When adding a background to your drawing, does the line of code for background go first or last?

FIRST, ALWAYS FIRST 

500

WHAT DO EACH OF THESE NUMBERS REPRESENT ?


rect ( 100, 200,400,300)

rect(POSITION, POSITION, WIDTH, LENGTH)

500

Aidan Zammit is 16 years old (his birthday is in July), what year was he born?

2005