Exam 2 Study Guide Study the lecture notes and the homework on Looping and Selection structures. Know how to write a simple loop or selection. Know how many times a loop will execute. Know how to calculate the result of a simple calculation (factorial, triangle) If-Then-Else Select-Case For-Next Do-While Do-Until While-Wend Know the difference between a post-test and a pre-test loop.