Which line of code represents the green color?
1. fill (red)
2. rect(100,200)
3. fill(green)
4.ellipse(200,400)
line 3
Can you do step 5 before you can do step 3?
NO
What does P, P, W & L stand for
example : rect ( P,P,W,L)
POSITION, POSITION, WIDTH & LENGTH
SEA PEA UNIT =
CPU OR CENTRAL PROCESSING UNIT
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!
What is the first thing you do should when you are given an assignment, after you write your name and date?
Read the directions.
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.
What number would I change if I wanted to change the size of the width?
rect ( 100, 200,400,300)
400
What is a computer's π§ called?
CPU
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)
YOU MUST ANWSER IN ORDER !
1. SUBJECT
2. GREETING
3. BODY
4. SIGNATURE
After you have written a line of code, what button do you push to see it appear on the grid?
REFRESH or RUN
What number would I change if I wanted to change the size of the position?
rect ( 100, 200,400,300)
100 or 200
What famous movie OR movies did a π¦ attack a π’?
Jaws, Jaws 2, Jaw 3, Jaws 3D ECT......
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)
5,10,15,20,25,30,35,40,45,50
What happens when you hit the RUN button?
You will run your code to see what has been drawn on the grid?
What number would I change if I wanted to change the size of the length?
rect ( 100, 200,400,300)
300
β,π· ,π & π
WINTER SPRING SUMMER AND FALL
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.
Put these names in alphabetical order.
Anthony
Ayaan
Aydin
Andrew
ANDREW
ANTHONY
AYAAN
AYDIN
When adding a background to your drawing, does the line of code for background go first or last?
FIRST, ALWAYS FIRST
WHAT DO EACH OF THESE NUMBERS REPRESENT ?
rect ( 100, 200,400,300)
rect(POSITION, POSITION, WIDTH, LENGTH)
Aidan Zammit is 16 years old (his birthday is in July), what year was he born?
2005