CSIS 1560 Final Exam
The final exam will cover:
Concepts from the previous exams (although not in as much detail)
- Visual objects (buttons, textboxes, and labels) and their properties
- Data types (string and numeric)
- Variables and constants
- Assignment and numeric/string operators
- Scoping (local and form)
- Subroutines and Functions
- If statements (and nesting)
- Input validation
- Documentation
- Testing and Debugging
Concepts covered since the second exam
- Loops
- While loops
- For loops
- Using strings and concatenation to produce output in a loop
- Arrays
- Declaring arrays
- Access to array elements
- Using loops to sequentially process arrays
- Parallel Arrays
- Advanced topics (search and dynamic arrays)
- Files (simple conceptual questions, no code)
As before, the exam will consist of short programminmg problems
and short answer questions related to concepts.