Sorting Graphics Loops Misc Java Sports Files
What was the first sort we learned? What's the command to draw a line? Can every for loop be written as a while loop? Does '<' work with strings? Did any Olympic swimmer swim a race by himself?  Did he win? What might cause an error when you open a file?
What's the fastest sort we learned? What's the command to draw a square? Can you ++ a float?
float f = 3;
f++;
What's an interface? How did the deaf man know when to start swimming? What's the difference between a binary and a text file?
Which is faster, insertion sort or bubble sort? What type is 'g', as in g.drawLine Write me a loop that counts from 5,10,15,20 What type is the function main? Do they still have an Olymipcs if the tourch goes out? If you say new FileInputStream("junk.txt"), in what folder is "junk.txt"?
What's the slowest method of sorting we learned? What's the command to draw a circle? Write me a loop that counts from 1 .. 100 by threes. What's the difference between a application and an applet? What's the lowest score received by a Chinese gymnast last night on the Vault? Which commands needs a try/catch block?
What's the fastest method of searching we learned? What's the command to draw a figure eight? Write me a loop that goes 
2, -4, 8, -16, 32, -64, ...
What happens when you try and access an array you forgot to 'new'? After good performances, do Russian gymnasts smile? How do you write an object to a file?
What's the name of the sort where you find the lowest guy, mark him, and then swap him to the front of the list? How do you draw an integer in Java? Write me a loop that goes 1,0,1,0,1,0,1,0,1,0, ... Given two strings, how do you compare them ignoring case? Which stroke do they use in the 400m IM? List two reasons why a write command might fail, assuming the open command suceeded?
Write me bubblesort. What's the command to set the color to a middle amount of red, no green, and a middle amount of blue? There are while loops and do loops.  What's the OTHER kind of loop? What can be a Java variable name? What did the ancient greeks wear during the Olympic wrestling? What is ASCII?

Final Jepordy Question ....

Write me Selection Sort on a laptop.  No cheating looking at any other files.