9/20/05 Going over the review How do you do a linear search? Know the code. There will be a question about how many elements linear search goes through to find a particular element. You will be asked questions on how to initialize arrays. Look up the different ways you can create and initialize arrays. Make sure you look at that. There will be one program where you will need to know the basics of one-dimensional arrays. There will be some type of looping structure associated with it. Output? There will be another question that will ask if there will be a compiler-error or an infinite loop going on. Basics of Double-dimensional arrays The fifth question will be ab asic double-dimensional array. Do something with double dimensional arrays. How do you create a double dimensional arrays? How do you fill it in with loops? You need to know the code for bubble sort. You need to know the code for insertion sort. You need to know the code for selection sort. Test is worth 50% of six-week grade.