Exam 3 Review
Format 4 Questions Mostly short “provide a segment of code” questions 2 Point Multiple Choice (80 points) 40 Questions Most similar to TopHat quizzes Few “determine the output” type questions 5 Point Short Answer (20 points) 4 Questions Mostly short “provide a segment of code” questions 10+ Point Longer Answer (50 points) “Provide a segment of code” questions
Chapter 11 Key Terms Review Questions Key Concepts - Array - Sorting - Bubble Sort - Elements - One-dimensional array - Parallel arrays - Scalar / Simple variable - Subscript - Single / Dual alternative selection structures - True / False Path - Statement Block Review Questions Key Concepts - C++ Syntax one dimensional array - What an array is - How to populate and access data in an array - How to sort data in an array - Passing array data to a function
Chapter 13 Key Terms Review Questions Key Concepts - Concatenation - Consuming characters - Escape sequence - various string functions (getline, ignore, etc) Review Questions Key Concepts - String data type (string class) - Getting string data from the user - Manipulating string data
Chapter 14 Key Terms Key Concepts - ! - Open / Close function - eof function - Input / Output file - Record / Field - is_open function - Sequential Access - Scope resolution operator Review Questions Key Concepts - Reading and Writing from and to sequential access files. - Opening Files / Closing Files - Creating file objects - etc.
Structures Key Terms Key Concepts - Records - Member - Parallel Arrays - Purpose of the struct - C++ syntax for a struct - Populating and accessing data within a struct - Creating an array of structs
Pulling it All Together Let’s write some code!