CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION

Slides:



Advertisements
Similar presentations
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 9 GEORGE KOUTSOGIANNAKIS Copyright: 2015 Illinois Institute of Technology/George Koutsogiannakis 1.
Advertisements

Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
Final Exam TAs will Proctor 15% 9-11am, Dec 19 DELAYING START TIME BY 1 HOUR Get a Good Night’s Sleep! 90 points 1 min per point Allocate time proportional.
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis Spring 2011 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
CS201 - Information. CS201 - Laboratories All labs will be done using Linux on the PC’s or esus. All labs MUST use Makefiles. First lab is due NEXT WEEK.
OBJECT ORIENTED PROGRAMMING I LECTURE 1 GEORGE KOUTSOGIANNAKIS
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Computer Organization TI1400 Alexandru Iosup (lecturer) Henk Sips (original slides) Parallel and Distributed Systems
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis 2009 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
Instructor: Dr. Sahar Shabanah Fall Lectures ST, 9:30 pm-11:00 pm Text book: M. T. Goodrich and R. Tamassia, “Data Structures and Algorithms in.
1 CSE 2341 Object Oriented Programming with C++ Note Set #1.
CSC 113 Java Programming II
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
1 My Experiences as Faculty Member and Researcher Dr. Kalim Qureshi.
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
CS 115 QUIZ # 1 INFORMATION Scheduled for TUESDAY 9/22/15 1.
CMSC 2021 CMSC 202 Computer Science II for Majors Fall 2002 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
E81 CSE 532S: Advanced Multi-Paradigm Software Development Chris Gill Department of Computer Science and Engineering Washington University in St. Louis.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
CS Data Structures II Review & Final Exam. 2 Topics Review Final Exam.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Monday, Jan 6, 2003Kate Gregory with material from Deitel and Deitel CO 204 Object Oriented Programming 2003 Trent University Kate Gregory.
1 IDLOOPC1998. Object-Oriented Programming Using C++ CLASS 1.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2002 Sections Ms. Susan Mitchell.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2001 Sections Ms. Susan Mitchell.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2003 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
CS 162 Introduction to Computer Science II Winter, 2014: 60 Spring, 2014: 60 Summer, 2014: 71.
Data Structures and Algorithms in Java AlaaEddin 2012.
CS 116 Object Oriented Programming II Lecture 4 Acknowledgement: Contains materials provided by George Koutsogiannakis and Matt Bauer.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 6 GEORGE KOUTSOGIANNAKIS Copyright: 2016 Illinois Institute of Technology/George Koutsogiannakis 1.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
CS 201 Accelerated Introduction to Computer Science LECTURE 1 GEORGE KOUTSOGIANNAKIS 1 Copyright: FALL 2016 Illinois Institute of Technology/ George Koutsogiannakis.
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Exam 3 Information George Koutsogiannakis
CSc 020: Programming Concepts and Methodology II
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING II LECTURE 1 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 7 GEORGE KOUTSOGIANNAKIS
Lecture 1 C++ Programming
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Object-Oriented Programming
September 27 – Course introductions; Adts; Stacks and Queues
Mohammad H. Mofrad University of Pittsburgh
FINAL EXAM INFORMATION
FINAL EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING II LECTURE 8 GEORGE KOUTSOGIANNAKIS
EECE 310 Software Engineering
Quiz 2 Information George Koutsogiannakis
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Lecture 1 C++ Programming
OBJECT ORIENTED PROGRAMMING II LECTURE 9 GEORGE KOUTSOGIANNAKIS
Today’s Agenda Go over exam #2 Go over exam #3 Lab 8 for 1 hour
Lecture 1 C++ Programming
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Accelerated Introduction to Computer Science
Review for Test2.
C Programming Lecture 1 : Introduction
Midterm Exam Information
CS201 Fall 2016 George Koutsogiannakis
C Programming Lecture 1 : Introduction
Midterm Review CSE116A,B.
OBJECT ORIENTED PROGRAMMING I LECTURE 4 PART 2 GEORGE KOUTSOGIANNAKIS
Exam # 1 INFORMATION Scheduled for Thursday 7/20
Topic A Grade 1.
Computer Engineering Department Islamic University of Gaza
CS313T Advanced Programming language
Presentation transcript:

CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION GEORGE KOUTSOGIANNAKIS Copyright: Summer 2017 Illinois Institute of Technology/George Koutsogiannakis

Final exam Date: AUGUST 10. 39 points towards final grade. TIME: 12:00 NOON TO 2:00 PM IF CLASS AGREES. EXACT TIME TO BE SETTLED IN CLASS ON 8/1

READ TEXT CHAPTERS Chapter 10 Chapter 11

READ PRESENTATION SLIDES LECTURE 7 LECTURE 8 LECTURE 9 LECTURE 9.1 Lecture 10. LECTURE 11 AND 11_1 LECTURE 12 LECTURE 13.

Labs Lab 4 Lab 5 LAB 6 LAB 7 LAB 8 LAB 9

Exercises Exercises done in class for practice. Examples provided

TOPICS TO STUDY INHERITANCE ABSTRACT CLASSES ABSTRACT METHODS METHOD OVERRIDING METHOD OVERLOADING POLYMORPHISM EXCEPTIONS

TOPICS TO STUDY WRITE AND READ FILES USING STREAMS STRINGS BINARY CODED DATA TYPES BINARY CODED OBJECTS ONE OF THE RECURSION PROBLEMS DISCUSSED IN CLASS. REMINDER: REVIEW HOW TO USE ENUMERATIONS!!!!!!!!

TYPES OF QUESTIONS PROGRAMMING EXERCISE CLOSED BOOK CLOSED NOTES CAN USE THE COMPUTER ONLY TO TYPE SOURCE CODE ON A TEXT EDITOR. USE NOTEPAD++ .

HOW TO MEMORIZE CODE IF YOU HAVE TROUBLE MEMORIZING: CHOOSE A PROGRAM THAT INCLUDES MOST OF THE CONCEPTS DISCUSSED , KEEP WORKING ON THE SAME PROGRAM MULTIPLE TIMES UNTIL YOU CAN DO IT WITHOUT LOOKING AT THE ANSWERS.

SUBMISSION INSTRUCTIONS WRITE THE PROGRAM USING EDIT PLUS OR NOTEPAD. UPLOAD SOURCE CODE AND COMPILED FILES ON BLAKBOARD ON FOLDER “Exam # 3”. ZIP (DO NOT RAR) AND NAME ZIP FILE AS midterm_yourfirstname_yourlastname.zip