The website you can use to ask to go to the bathroom
What is eHallPass?
The button you should click to get a link for turning in an assignment
What is the "Share" button?
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"?
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?
Rule number 1 for this class
What is "Be nice to everyone?"
The website we use when writing programs.
What is CodeWorld?
The button you should click to get access to the library of functions available.
What is the "Documentation" Button?
a Keyword that is required for all codes. It tells the computer where to start. There can only be one.
what is "program"?
A detailed description of what the overall code should do, found at the top of the code.
What is a Specification?
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"?
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?
The hot key combination you should use to run your program
What is "Ctrl + Enter"?
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?
Every complex line of code should have at least one of these. Long lists might have several.
What is a comment?
The Room Number for this class
What is A203?
The website where we turn in most assignments in this class and have access to our "textbook" materials
What is BRBytes?
The indicator that shows you when you should use a hanging indent.
What is the vertical dotted line?
the input type for this function signature:
polyline::[Point]->Picture
What is a list of Pictures?
A useful tool when planning out code and performing decomposition, this word represents a picture with nothing on it.
What is blank?
The area of study that Mr. Bennett received his bachelors degree in.
What is Electrical Engineering?
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"?
The name of the window in the bottom right of CodeWorld, where errors show up.
What is the Console window?
The function you forgot to use if you get this error:
Couldn't match expected type Picture
with actual type [Picture]
What is combined?
When editing code what should you do before saving the link to use later?
What is "click Run" or "Compile the code"?
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"?