Java Decision and Loop Quiz 11/23:
- Chapters 9, 10 & 4
- Ensure you can read both an Alice and Java program and tell what
it will do from looking at the code. Be able to tell the order in which
each step happens, and the value of every variable at each step.
- Know how to create and assign and use variables
- Know how to define and call a method
- Know how to interpret a method header - know what is passed in
and what is returned by looking at the header
- Know how to take a question and turn it into an if/else statement
with complex conditions. (Don't worry about else if.)
- Know how and why you use a for loop
- Know why you use a while loop and be able to trace it
- Be able to trace variables through a loop
Here are the tools you need in your java
toolbox.