CSC 230 - Review

Curricula
syllabus |
announcements |
assignments | answers to questions

Archives
student work |
review notes

Resources
research materials |
tutorials

Contacts
home to: course | instructor |
department | La Salle home

E-Mail: redmond@lasalle.edu  


I expect to put examples here, and possibly some sample questions before tests.

Here
is the first midterm from last time.

Example with loop around Random Number Generator

Example with for loop used to move object around the screen

Example with guessing game done without loop - using "event-driven" human loop

Example with averaging quiz scores - using accumulator pattern

Example with nested for loops

Example with procedures - Hearts

Here
is the second midterm from last time.

Example with Files - DVDs

Example with Arrays - Max, Sort etc

Example with Parallel Arrays - Look Up

Example with 2D arrays (some aspects use old conversion methods (instead of tryParse) .

Example of class - enhanced square class

Example using enhanced square class

Entire enhanced square class project (winzipped)

Example of class - simple bank account class

Example using simple bank account class

Entire simple bank account class project (winzipped)

data file with bank account info - sample for project

.

.

.

.

.

.

.

.

.

.

.