Wednesday, 12/11/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Wednesday, 12/11/02  QUESTIONS??  Today: CLOSING CEREMONIES!  HW #5 – Back Monday (12/16)

Slides:



Advertisements
Similar presentations
Introduction to C Programming
Advertisements

Nirmalya Roy School of Electrical Engineering and Computer Science Washington State University Cpt S 122 – Data Structures Characters and Strings.
Monday, 11/11/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Monday, 11/11/02  Questions? HW 04 due today at 5.  Today – Lists and an introduction to searching.
Chapter 7 User-Defined Methods. Chapter Objectives  Understand how methods are used in Java programming  Learn about standard (predefined) methods and.
Wednesday, 12/4/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Wednesday, 12/4/02  Questions?  Return Test #2  General discussion of HW #05  Introduction.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect FXP. 1Winter Quarter Course Wrap Up and.
Wednesday, 10/2/02, Slide #1 CS 106 Intro to CS 1 Wednesday, 10/2/02  QUESTIONS (on HW02 – due at 5 pm)??  Today:  Review of parameters  Introduction.
COMP1180 Review Date: 4 March, 2009 Time: 10:30am - 12:20pm Venue: –CS students -- FSC801C and FSC801D –IS and other students -- OEE1017 Remarks: – 1)
1 Chapter 11 Structured Types, Data Abstraction and Classes Dale/Weems/Headington.
Monday, 12/9/02, Slide #1 CS 106 Intro to CS 1 Monday, 12/9/02  QUESTIONS??  On HW #5 (Due 5 pm today)  Today:  Recursive functions  Reading: Chapter.
Topic R1 – Review for the Midterm Exam. CISC 105 – Review for the Midterm Exam Exam Date & Time and Exam Format The midterm exam will be Tuesday, 3 April.
Monday, 4/29/02, Slide #1 MA 102 Statistical Controversies Monday, 4/29/02 Today: CLOSING CEREMONIES!  Discuss HW #3  Review for final exam  Evaluations.
 Monday, 9/30/02, Slide #1 CS106 Introduction to CS1 Monday, 9/30/02  QUESTIONS (on HW02, etc.)??  Today: Libraries, program design  More on Functions!
Wednesday, 10/9/02, Slide #1 CS 106 Intro to CS 1 Wednesday, 10/9/02  QUESTIONS ??  Today:  Discuss HW #02  Discuss test question types  Review 
Review for midterm exam Dilshad M. Shahid Spring NYU.
Topic R3 – Review for the Final Exam. CISC 105 – Review for the Final Exam Exam Date & Time and Exam Format The final exam is 120-minutes, closed- book,
Computer Science II Exam I Review Monday, February 6, 2006.
Monday, 11/18/02, Slide #1 CS 106 Intro to CS 1 Monday, 11/18/02  QUESTIONS??  Today:  Hand back, discuss HW #4  Discussion of Lab 10  Exam #2 Friday.
CS241 PASCAL I - Control Structures1 PASCAL I - Control Structures Philip Fees CS241.
COMP1170 Midterm Preparation (March 17 th 2009) Acknowledgment The notes are adapted from those provided by Deitel & Associates, Inc. and Pearson Education.
CSE1301 Computer Programming: Revision. Topics Type of questions What do you need to know? About the exam Exam technique Sample questions.
Wednesday, 11/6/02, Slide #1 CS 106 Intro to CS 1 Wednesday, 11/6/02  QUESTIONS?? – HW # 4 due Monday  Today:  Return HW #3  Arrays (Chap. 10)  Reading:
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect FXP. 1Winter Quarter Course Wrap Up and.
1 CSC241: Object Oriented Programming Lecture No 07.
CS1101: Programming Methodology Aaron Tan.
Instructor: Alexander Stoytchev CprE 185: Intro to Problem Solving (using C)
Operator Precedence First the contents of all parentheses are evaluated beginning with the innermost set of parenthesis. Second all multiplications, divisions,
CMPSC 16 Problem Solving with Computers I Spring 2014 Instructor: Lucas Bang Lecture 7: One More Loop Problem, Generating “random” values, Midterm Review.
CMPSC 16 Problem Solving with Computers I Spring 2014 Instructor: Tevfik Bultan Lecture 12: Pointers continued, C strings.
Project 1 Due Date: September 25 th Quiz 4 is due September 28 th Quiz 5 is due October2th 1.
CSEB114: PRINCIPLE OF PROGRAMMING Course Introduction.
CIS-165 C++ Programming I CIS-165 C++ Programming I Bergen Community College Prof. Faisal Aljamal.
1 CSE1301 Computer Programming: Revision. 2 Topics Type of questions What do you need to know? About the exam Exam technique Staff consultation Revision.
CS Midterm Study Guide Fall General topics Definitions and rules Technical names of things Syntax of C++ constructs Meaning of C++ constructs.
Review Binary Numbers Bit : 0 or 1 Byte: 8 bites 256 different values 2 8 KB : 1024 bytes 2 10 bytes MB : 1024 * 1024 bytes 2 10 * 2 10 (2 20 ) bytes GB.
Final Exam Review CS Total Points – 60 Points Writing Programs – 50 Points Tracing Algorithms, determining results, and drawing pictures – 50.
CS241 PASCAL I - Control Structures1 PASCAL Control Structures Modified Slides of Philip Fees.
Review for Final Exam. Contents 5 questions (20 points each) + 1 bonus question (20 points) – Basic concepts in Chapters 1-4 – Chapters 5-9 – Bonus: Chapter.
2016 N5 Prelim Revision. HTML Absolute/Relative addressing in HTML.
CS1101 Group1 Discussion 10 Lek Hsiang Hui comp.nus.edu.sg
1 Classes II Chapter 7 2 Introduction Continued study of –classes –data abstraction Prepare for operator overloading in next chapter Work with strings.
STL CSSE 250 Susan Reeder. What is the STL? Standard Template Library Standard C++ Library is an extensible framework which contains components for Language.
Lecture 15: Course Review BJ Furman ME 30 16MAY2011.
Higher Computing Science 2016 Prelim Revision. Topics to revise Computational Constructs parameter passing (value and reference, formal and actual) sub-programs/routines,
CISC105 – General Computer Science Class 4 – 06/14/2006.
Final Exam Review CS Total Points – 20 Points Writing Programs – 65 Points Tracing Algorithms, determining results, and drawing pictures – 50.
Instructor: Alexander Stoytchev CprE 185: Intro to Problem Solving (using C)
CS 1430: Programming in C++ 1. File Input in VS Project Properties Debugging Command Arguments quiz8-1.out We want to know how to do it ourselves, right?
CS 1428 Final Exam Review. Exam Format 200 Total Points – 60 Points Writing Programs – 45 Points Tracing Algorithms and determining results – 20 Points.
Final Exam Review CS 3358.
Test 2 Review Outline.
Introduction to Computers Computer Generations
Exam 2 Review.
CS Computer Science IA: Procedural Programming
CS 1428 Exam I Review.
TMC 1414 Introduction to Programming
CS 2308 Exam I Review.
Review for Midterm Exam
Review for Final Exam.
CS 1428 Final Exam Review.
Review for Midterm Exam
Review for Midterm Exam
CS 1428 Final Exam Review.
Review for Final Exam.
Review for Midterm Exam
Review for Midterm Exam
CMSC201 Computer Science I for Majors Final Exam Information
Fundamental Programming
Instructor: Dr. Michael Geiger Spring 2019 Lecture 13: Exam 1 Preview
CS 1428 Exam I Review.
Presentation transcript:

Wednesday, 12/11/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Wednesday, 12/11/02  QUESTIONS??  Today: CLOSING CEREMONIES!  HW #5 – Back Monday (12/16) am  Review for final exam  Evaluations  FINAL EXAM: WEDNESDAY, 12/18/02, 1:30-4:30, HARDER 201  OFFICE HOURS: 2 – 4 Monday and Tuesday next week and by appointment

Wednesday, 12/11/02, Slide #2 General Info About Final Exam  Final is cumulative: Covers material from entire course (class meetings, reading, labs, homework)  Format will be similar to earlier exams.   You may bring to the exam two reference sheets: two 8.5 by 11 pieces of paper, on which you may write any information you wish (both sides OK).

Wednesday, 12/11/02, Slide #3 Final Exam Topics: Chaps. 1-3  Chapter 1: Basic computer components and terminology; high and low level languages; beginning C++ programming ideas (program structure, input/output, assignment, float objects, precedence of operators); kinds of program errors, debugging  Chapter 2: If statement, statement blocks, while statement, initializing and updating in loops, counting, summing, accumulating, sentinels, nested loops  Chapter 3: Basic function syntax, function parameters and arguments; function return types, value-returning v. void functions; scope of objects; constants and global constants; using library functions

Wednesday, 12/11/02, Slide #4 Final Exam Topics: Chaps. 4-6  Chapter 4: Program design process; top-down design; software life cycle  Chapter 5: More on functions; function prototypes and definitions; value v. reference parameters; stubs, file input and output; ; ofstream and ifstream types; end-of-file loops; declaring/opening/using/closing files  Chapter 6: Data types, float, double, char, comparison operators, char library functions, ASCII code

Wednesday, 12/11/02, Slide #5 Final Exam Topics: Chaps. 7-9  Chapter 7: More on if-statement; compound comparisons; for-loop; do-while statement; boolean objects, logical operators &&, ||, !; precedence of operators; short-circuit evaluation; integer operators %, ++, --, +=, -=, *=, /=  Chapter 8: More on File I/O  Chapter 9: string objects; ; string constants; whitespace; string operators (input/output, comparison, index [ ], concatenation +); member functions (size(), length(), max_size())

Wednesday, 12/11/02, Slide #6 Final Exam Topics: Chap. 10, plus extra material  Chapter 10: Arrays, declaring and using; initializing; processing arrays with loops; arrays as function parameters and arguments; multidimensional (especially 2-D) arrays; (pointers not covered)  Searching and sorting: Linear search, binary search (discussed in Chap. 13), selection sort, quicksort, time-complexity, divide-and-conquer algorithms  Random numbers: Random numbers in C++; ; rand(); RAND_MAX; srand(time(0)); ; random probabilities, random integers in a range

Wednesday, 12/11/02, Slide #7 Final Exam Topics: Chap. 12  Chapter 12: Basic syntax and concepts of OOP and classes; principles of OOP, ADTs, objects; Client use of classes, declaring instances of class objects, the member access operator (dot); the header file: client interface, class definition, function prototypes, data members, public v. private; the implementation file: prefix of function names with class name and scope operator, defining member functions, when member access operator is needed to refer to class members, overloading operators, type conversion.

Wednesday, 12/11/02, Slide #8 Final Exam Topics: Chap. 13  Chap. 13: Recursion, tracing recursion (showing variable values and return values); “good” or “useful” recursion