CSE 130
Reading List - Relevant sections of the textbook
Topics for Midterm Exam-1
Chapter 1: pp 1-1.
Chapter 2: pp 5-9.
Chapter 3: pp 12-19
Chapter 4: pp 21-27, 30-39
Chapter 5: pp 44-62
Chapter 6: pp 91-92
Chapter 7: pp 95-109, 111-115
Topics done after Midterm Exam-1
Chapter 8: pp 118-137, 146-161 (skip static variables)
For sample questions on Functions, see Questions
(2, 3, 7, and 9) on page 162-163.
Sorting: See notes. (Skip Sorting-II)
Storage class and scope: pp 452-453
Enumerated types: pp 321-327
Chapter 9: pp 165-191
Chapter 10: pp 195-230
Chapter 11: pp 235-276 (except pointers to function, 273)
Chapter 17: pp 380-388 for dynamic memory allocation
Linked lists: See notes (skip variations of linked list)
and chapter 11
Queues and stacks: (skip)