Download presentation
Presentation is loading. Please wait.
1
Exam 3 Review
2
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
3
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
4
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
5
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.
6
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
7
Pulling it All Together
Let’s write some code!
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.