Chapter 8
More Details on:Prepare for the exam
Select a testing center and call it for the hours of operation
Take Photo ID and Exam Pass to the testing center. Exam Pass for students who registered before April 15, 2001. Exam Pass for students who registered after April 15, 2001.
Take Exam
General ELI Examination Policies and Procedures
Please do not let the exams stop you from completing the course. If you have great difficulty getting to a testing lab or are very concerned about taking exams, please call or email me instead of giving up!
Exam 4 will cover material from Chapter 7: DOUNTIL Control Structure, Chapter 8: Introduction to Arrays, Chapter 10: Array Applications, Chapter 9: Object-Oriented Programming.Exam 4 is worth 100 points. YOU CANNOT USE YOUR TEXT, COURSE GUIDE OR NOTES TO HELP YOU WITH THIS EXAM. Allow 2 hours to complete the exam. Twenty-five percent of the exam will cover the concepts from Chapters 8, 9, 10 and 11. The remaining points will be earned by solving a problem using one-dimensional arrays.
CHAPTER 8 – DOUNTIL Loops
CHAPTER 9 – Introduction to Arrays
- What is a DOUNTIL loop?
- What is the difference between a leading-decision and a trailing-decision loop?
- Define the term list?
- Define the term vector?
- What is a one-dimensional array?
- What is the function of an index or subscript?
- What is the difference between loading a table in row major or column major order?
- What is a dimension?
- Solve problems using one-dimensional arrays
CHAPTER 10 – Object-Oriented Programming ConceptsCHAPTER 11 – Array Applications
- What is the difference between object-oriented and procedural programming?
- What is a class?
- What is an object?
- What is encapsulation?
- What is Unified Modeling Language?
- What is instantiation?
- What is the purpose of a driver program?
- What is the purpose of a constructor and a destructor?
- What is the difference between parameters and arguments?
- What is overloading?
- What is inheritance?
- What is polymorphism?
- What is the difference between a base and derived class?
- What is the purpose of loading a table?
- Solve problems using a sequential search.
- Solve problems processing the entire array.