Websites
CodeWorld Interface
Writing Code
Best Practices
This Class
100

The website you can use to ask to go to the bathroom

What is eHallPass?

100

The button you should click to get a link for turning in an assignment

What is the "Share" button?

100

A keyword you can use as many times as you want, but you must use at least once, if you want to be able to use the functions we have learned in class. 

What is "import"?

100

This should be at the top of every code you write and contain a description, your name, and the date you last edited the code. 

What is the header?

100

Rule number 1 for this class

What is "Be nice to everyone?"

200

The website we use when writing programs. 

What is CodeWorld?

200

The button you should click to get access to the library of functions available. 

What is the "Documentation" Button?

200

a Keyword that is required for all codes. It tells the computer where to start. There can only be one. 

what is "program"?

200

A detailed description of what the overall code should do, found at the top of the code. 

What is a Specification?

200

In this class, if you don't like your grade on an assignment that you turned in, what should you do?

What is "resubmit the code and email Mr Bennett"?

300

The website where you can find out when things are due, what we did on a particular day, and Rubrics for Assessment grades

What is Google Classroom?

300

The hot key combination you should use to run your program

What is "Ctrl + Enter"?

300

In the Documentation libraries, each function signature has three parts. This part is listed at the end, after the arrow symbol (->)

What is the Output Type?

300

Every complex line of code should have at least one of these. Long lists might have several.

What is a comment?

300

The Room Number for this class

What is A203?

400

The website where we turn in most assignments in this class and have access to our "textbook" materials

What is BRBytes?

400

The indicator that shows you when you should use a hanging indent.

What is the vertical dotted line?

400

the input type for this function signature:  

polyline::[Point]->Picture

What is a list of Pictures?

400

A useful tool when planning out code and performing decomposition, this word represents a picture with nothing on it. 

What is blank?

400

The area of study that Mr. Bennett received his bachelors degree in. 

What is Electrical Engineering?

500

The button we can select when we log into BRBytes that shows us what assignments we have not turned in and the grades we received on previous assignments.

What is "Student Feedback"?

500

The name of the window in the bottom right of CodeWorld, where errors show up. 

What is the Console window?

500

The function you forgot to use if you get this error:

Couldn't match expected type Picture 

with actual type [Picture] 

What is combined?

500

When editing code what should you do before saving the link to use later?

What is "click Run" or "Compile the code"?

500

As we approached Midterms week, we watched "Miracle on 34th Street". Kris Kringle wrote this as his age on his employment form.

What is "as old as my tongue and a little bit older than my teeth"?