OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS

Slides:



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

ICS 201 Course Overview.
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis Spring 2011 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
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.
CENG 213 Data Structures Department of Computer Engineering Middle East Technical University Fall 2014 CENG 213 Data Structures 1.
METU Computer Engineering Department
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
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)
Copyright © 2012 Pearson Education, Inc. 9/4/1435 h Sunday Lecture 1 Array’s Terminologies.
CS-2851 Dr. Mark L. Hornick 1 CS-2852 Data Structures Dr. Mark L. Hornick Office: L341 Phone: web: people.msoe.edu/hornick/
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
AN INTRODUCTION TO JAVA LANGUAGE CT Credit Hours : (3 Lecture, 2 Lab)
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 161 Introduction to Computer Science I Winter, 2014: 112 Spring, 2014: 131 Summer, 2014: 132.
CS 116 Object Oriented Programming II Lecture 4 Acknowledgement: Contains materials provided by George Koutsogiannakis and Matt Bauer.
Data Structures By Dr. Mehedi Masud ِAssociate Professor, Computer Science Dept. College of Computers and Information Systems Taif University 1.
CS 116 OBJECT ORIENTED PROGRAMMING II LECTURE 6 GEORGE KOUTSOGIANNAKIS Copyright: 2016 Illinois Institute of Technology/George Koutsogiannakis 1.
CSE 310 Object Oriented Programming Summer 2016 Suraiya Tairin.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.
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.
CSCE 210 Data Structures and Algorithms
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
COMP9024: Data Structures and Algorithms
Exam 3 Information George Koutsogiannakis
Analysis and Comparison is ICS4U
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
Midterm Review.
OBJECT ORIENTED PROGRAMMING II LECTURE 1 GEORGE KOUTSOGIANNAKIS
CSCI-1411 Fundamentals of Computing Lab
OBJECT ORIENTED PROGRAMMING II LECTURE 7 GEORGE KOUTSOGIANNAKIS
Lecture 1 C++ Programming
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
September 27 – Course introductions; Adts; Stacks and Queues
FINAL EXAM INFORMATION
FINAL EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING II LECTURE 8 GEORGE KOUTSOGIANNAKIS
Quiz 2 Information George Koutsogiannakis
CGS 3763 Operating Systems Concepts Spring 2013
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Lecture 1 C++ Programming
OBJECT ORIENTED PROGRAMMING II LECTURE 9 GEORGE KOUTSOGIANNAKIS
Lecture 1 C++ Programming
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Accelerated Introduction to Computer Science
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
Given value and sorted array, find index.
OBJECT ORIENTED PROGRAMMING II LECTURE 4 GEORGE KOUTSOGIANNAKIS
An Introduction to Java Language
Blackboard Tutorial (Faculty)
An Introduction to Java Language
Midterm Exam Information
CS201 Fall 2016 George Koutsogiannakis
Review B.Ramamurthy 4/6/2019 BR.
Midterm Review CSE116A,B.
1.4 ทบทวน JAVA OO Programming Concepts Declaring and Creating Objects
Final Review B.Ramamurthy 5/8/2019 BR.
Exam # 1 INFORMATION Scheduled for Thursday 7/20
CS 1054 Final Exam Coverage Final exam will cover Chapters 1-8, 10-11
CS313T Advanced Programming language
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

WHAT TO STUDY TEXT LECTURES Labs CHAPTERS 7 THROUGH 10 1 THROUGH 9 1 , 2 ,3 , 4.

Subjects CS115 material- Know how to read a text file and tokenize the data. Create objects of service class. Enter objects into an array Packaging the files. Creating enumerations file. Use enum as an attribute in the service class. Using Vector and ArrayList Using Multi-dimentional arrays

Subjects Implementations of selection sort algorithm using arrays or vectors. Implementation of the Binary Search algorithm using arrays or vectors. Concept of Inheritance. Abstract methods and abstract classes. Method Overriding and method Overloading.

Format Duration: 2 hours Closed Book/ Closed Notes Be able to write a program using the concepts discussed in class.

Questions Grade: 25 points towards your final grade. 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 assignment folder Midterm exam. You are responsible for the correctness of the submission. Find our how to submit on Blackboard before the test (if you don’t know how).