Classroom set up
Ms Noha's classroom expectations
Schoology/Code.org
Block coding
100

How many flagged pencils should Ms Noha have on the board? 

5

100

You should always do these 2 things before you leave the classroom

Pick up your things and push in your chair

100

True or False -  There are videos in Schoology of each lesson.

TRUE

100

What is the code to change the background color

Background(color)

200

If you want to use Ms Noha's charger where should you sit?

At the table in the front

200

When I am talking you are......

NOT TALKING 
200

To log into code.org you must log in through which link

ClassLink

200

The fill color controls the interior color of shapes drawn.  Write the block code for this.

fill (color)

300

After I sign your planner for you to use the bathroom/go to your locker what should you do next?

Move the sign on the door

300

Ms Noha says you should do this everyday in schoology

Check your messages

300

True/False:  Ms Noha can see exactly what we did in code.org.

TRUE

300

What is the definition of variable?

A label for a piece of information used in a program.

400

Everyday you need to come with this inorder to do your work in my class.

Charged computer 

400

You should only interrupt me if.....

It is life threatening (or you feel sick and need to leave immediately) 

400

If you are sick or absent you should check this document.....

What did I miss when I was absent

400

What will happen on your grid when you use the block code:

  regularPolygon(200, 200, 5, 50)

A pentagon will be drawn at 200,200.

500

How do you know what mouse to take from the wall?

It is your classroom number (not your desk number that you are currently sitting at!)
500

Before you go to the bathroom YOU need to do this....

Have your planner filled out with the time

500

In code.org, what does the filled purple circle in the lesson mean?

The assessment is complete

500

Write the block code that can be used to generate random numbers in your programs

randomnumber(MIN,MAX)