OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS

Slides:



Advertisements
Similar presentations
CSc 2310 Principles of Programming (Java)
Advertisements

Program Name Developed by Team Name Student1, Student2, Student3, Student4.
CSE 115 Week 13 April , Announcements April 7 – Exam 9 April 7 – Exam 9 April 10 – Last day to turn in Lab 7 for any credit, last day to turn.
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis Spring 2011 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 1 GEORGE KOUTSOGIANNAKIS 1 Copyright: 2015 Illinois Institute of Technology/George Koutsogiannakis.
OBJECT ORIENTED PROGRAMMING I LECTURE 1 GEORGE KOUTSOGIANNAKIS
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis 2009 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 1 GEORGE KOUTSOGIANNAKIS 1 Copyright: 2015 Illinois Institute of Technology/George Koutsogiannakis.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 3 GEORGE KOUTSOGIANNAKIS Copyright: Illinois Institute of Technology/George Koutsogiannakis 1.
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
CS 115 QUIZ # 1 INFORMATION Scheduled for TUESDAY 9/22/15 1.
Welcome to Web Design 2 with Mrs. Tarr. Course Overview This course will provide you with a more in- depth look at web design including This course will.
Before Exams. Copyright © Houghton Mifflin Company. All rights reserved.8 | 2 Test Questions to Ask Before an Exam Tuesday.
CS 115 QUIZ # 2 INFORMATION 1. When TUESDAY 11/10 Worth: 8 points 2.
Reviewing for Exam Lecture 12. Lab 1 Postfix.java –Hexadecimal Converting ‘a’ to number Converting ‘1’ to number –System.exit(3); Questions?
CS 115 OBJECT ORIENTED PROGRAMMING I LECTURE 12 GEORGE KOUTSOGIANNAKIS 1 Copyright: 2015 Illinois Institute of Technology_ George Koutsogiannakis.
CS 161 Introduction to Computer Science I Winter, 2014: 112 Spring, 2014: 131 Summer, 2014: 132.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 4 GEORGE KOUTSOGIANNAKIS Copyright: 2016 Illinois Institute of Technology/George Koutsogiannakis 1.
CS 116 Object Oriented Programming II Lecture 4 Acknowledgement: Contains materials provided by George Koutsogiannakis and Matt Bauer.
1 Project 4: Computing Distance. 222 Computing Distance Write a program to compute the distance between two points. Recall that the distance between the.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 6 GEORGE KOUTSOGIANNAKIS Copyright: 2016 Illinois Institute of Technology/George Koutsogiannakis 1.
1 Project 12: Cars from File. This is an extension of Project 11, Car Class You may use the posted solution for Project 11 as a starting point for this.
CS 201 Accelerated Introduction to Computer Science LECTURE 1 GEORGE KOUTSOGIANNAKIS 1 Copyright: FALL 2016 Illinois Institute of Technology/ George Koutsogiannakis.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Computer Engineering Department Islamic University of Gaza
COMP9024: Data Structures and Algorithms
CSc 1302 Principles of Computer Science II
Exam 3 Information George Koutsogiannakis
Lab Introduction Installing Python
OBJECT ORIENTED PROGRAMMING I LECTURE 7 GEORGE KOUTSOGIANNAKIS
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
Introduction to Programming (CS 201)
OBJECT ORIENTED PROGRAMMING I LECTURE 12 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 1 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 2 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 7 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 2_1 GEORGE KOUTSOGIANNAKIS
Exam3 Review CSE111 B.Ramamurthy 7/28/2018 B.Ramamurthy.
OBJECT ORIENTED PROGRAMMING II LECTURE 21_1 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Reviewing for Exam Lecture 1?.
IT 218 Competitive Success/snaptutorial.com
IT 218 Education for Service/snaptutorial.com
FINAL EXAM INFORMATION
FINAL EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING I LECTURE 7 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 8 GEORGE KOUTSOGIANNAKIS
Quiz 2 Information George Koutsogiannakis
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 11_1 GEORGE KOUTSOGIANNAKIS
Accelerated Introduction to Computer Science
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING II LECTURE 13_1 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 13_2 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II LECTURE 4 GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING I LECTURE 11 GEORGE KOUTSOGIANNAKIS
Midterm Exam Information
CS201 Fall 2016 George Koutsogiannakis
Orientation CSC 111.
Using Adobe Premiere to edit video
CSc 2310 Principles of Programming (Java)
Computer Engineering Department Islamic University of Gaza
Programming Fundamentals Lecture #1 Overview of Computer Programming
Exam # 1 INFORMATION Scheduled for Thursday 7/20
CS 1054 Final Exam Coverage Final exam will cover Chapters 1-8, 10-11
Presentation transcript:

OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS CS 116 OBJECT ORIENTED PROGRAMMING II Exam 1 INFORMATION GEORGE KOUTSOGIANNAKIS Copyright: 2017 Illinois Institute of Technology/George Koutsogiannakis

QUIZ # 1 WHEN: TUESDAY 2/7 CLOSED BOOK / CLOSED NOTES NO LAPTOPS ALLOWED. NO FLASH DRIVES ALLOWED.

WHAT TO STUDY TEXT LECTURES Labs solutions Exercises solutions CHAPTERS 7 CHAPTER 8 LECTURES 1, 2, 3, 4 (only part referring to arrays, enum), 5 Labs solutions 1 and 2 Exercises solutions Extra Credit 1, 2

Format Entire class period. Closed Book/ Closed Notes Be able to write a program that acts as a template (service) class. Be able to write a Client class. Know how to create and use: Constructors Accessor/mutator methods Arrays of primitive data types / Arrays of objects Equals method toString method. StringTokenizer Scanner to read user input from DOS Scanner to read text files. Command line input from user. NumberFormat and DecimalFormat classes. Create a package for your classes. Usage of enumerations. Packaging of classes involved. Using vectors and arrays

Questions Grade: 15 points towards your final grade. Note: Not packaging at least one class using the proper DOS command will cost you 2 points. You will use Notepad++ to write the program and edit it. You will zip your files (do not rar or 7z). Name the zipped folder with your name. Submit it to Blackboard under folder Exam 1 assignment.

Suggestions Type code first and then worry bout compiler errors. You can get a good grade even if there are minor compiler errors as long as your code makes sense.