Exam3 Review CSE113 B.Ramamurthy 10/11/2019 B.Ramamurthy
Exam Date May 7, 2014 Please bring This is a closed book exam. Pencils, pens and erasers. This is a closed book exam. No make up exam will be given. 10/11/2019 B.Ramamurthy
Topics Concepts: Processing program structure: setup and draw and other functions like mousePressed Image, background, fill, stroke Control structures: if, switch, loops (for and while) Comparison operators: >= == <= Begin.. End shapes Arrays: definition, initialization, and computations, in a for loop and in a while loop, printing out Text and println commands Function definition, function call/activations, parameter passing, function return values Object-oriented programming: class, object instantiation, functions, constructors, attributes 10/11/2019 B.Ramamurthy
Topics to study Decisions: Pages 51-59 Multi-way selection: switch: as in the Craps example Repetition: pages 61-68 Vertices, esp. beginshape and endshape : pages 69-74 Random: pages 127-129 Functions: 181-186 Arrays: 301-304 Objects:395-403 (use class notes on Box and Ball, and Stock) Class demos posted on ublearns 10/11/2019 B.Ramamurthy
Format 8 questions totaling 100 points There will be question and below it space for you to answer 10/11/2019 B.Ramamurthy
How to study? Review class notes Powerpoint notes posted on ublearns Read the text book pages indicated We will go over sample problems. 10/11/2019 B.Ramamurthy