CIST2361 INTRODUCTION TO C++ MIDTERM REVIEW 27FEB2018 Chapters covered: Ch1 through Ch6 1. What are the two types of functions? Refer to Chapter 6 page 390 & 399 Value and Reference Parameters 2. Understand the difference between char, int, bool, double, float. Refer to page 127 3. Know what a header library is used for. Refer to page 9 4. Know what a pre-processor director is. Refer to page 5. Know the difference between an assignment and testing when using the (=/==). 6. Know how to use escape sequences. Refer to page 77 7. Look over the syntax for using get, put, peak, ignore. Refer to page 133 8. Look over output formatting. Refer to page 144 9. Understand how the syntax of the (if, else, if else) statements. 10. Know the three different types of loops and the difference between them. 11. Understand prototyping. Refer to page 361-362 12. Understand Scientific Notation and Fibonacci calculations work. 13 How many values does the value returning function return? Refer to Page 363 14. Know the purpose the break statement when a switch statement is utilized in a code. 15. Understand incremental and decremented operators. Refer to page 69 & 70 Terms to Review • showpoint • bool • int • char • double • float • peak • get • ignore • put • shortcircuit
1 comment:
CIST2361 INTRODUCTION TO C++ MIDTERM REVIEW 27FEB2018
Chapters covered: Ch1 through Ch6
1. What are the two types of functions? Refer to Chapter 6 page 390 & 399 Value and Reference Parameters
2. Understand the difference between char, int, bool, double, float. Refer to page 127
3. Know what a header library is used for. Refer to page 9
4. Know what a pre-processor director is. Refer to page
5. Know the difference between an assignment and testing when using the (=/==).
6. Know how to use escape sequences. Refer to page 77
7. Look over the syntax for using get, put, peak, ignore. Refer to page 133
8. Look over output formatting. Refer to page 144
9. Understand how the syntax of the (if, else, if else) statements.
10. Know the three different types of loops and the difference between them.
11. Understand prototyping. Refer to page 361-362
12. Understand Scientific Notation and Fibonacci calculations work.
13 How many values does the value returning function return? Refer to Page 363
14. Know the purpose the break statement when a switch statement is utilized in a code.
15. Understand incremental and decremented operators. Refer to page 69 & 70
Terms to Review
• showpoint
• bool
• int
• char
• double
• float
• peak
• get
• ignore
• put
• shortcircuit
Post a Comment