Quiz 2 Information George Koutsogiannakis

Slides:



Advertisements
Similar presentations
Lecture 9: May 4 Instructor: Craig Duckett. Announcements Assignment 2 Assignment 2 has been graded and returned! Assignment 2 Revision is on LECTURE.
Advertisements

1 MID TERM EXAM DIRECTIONS George Koutsogiannakis Spring 2011 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
OBJECT ORIENTED PROGRAMMING I LECTURE 1 GEORGE KOUTSOGIANNAKIS
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
Course Introduction Computer Science Department CS141:Computer Programming 1 Fall 2014 Dr. Hamid Al-Hamadi.
1 Session-13 CSIT 121 Spring 2006 Test-1 is on March 9 th ; Demo-5 due date extended to March 7 Test-1 is on March 9 th ; Demo-5 due date extended to.
COMP 14 – 02: Introduction to Programming Andrew Leaver-Fay August 31, 2005 Monday/Wednesday 3-4:15 pm Peabody 217 Friday 3-3:50pm Peabody 217.
Please open your laptops, log in to the MyMathLab course web site, and open Daily Quiz 9. Remember: If you have time left out of your five minutes after.
If you did the extra credit assignment, please turn in your worksheets now. No late submissions will be accepted. Your score on this worksheet will be.
Today: 1. Hand back/review Test Lecture on Section 5. 1, with HW 5
Please open your laptops, log in to the MyMathLab course web site, and open Quiz 2.6/9.1. IMPORTANT NOTE: If you have time left after you finish the problems.
Please open Daily Quiz 34. A scientific calculator may be used on this quiz. You can keep your yellow formula sheets out when you take the quiz. Remember.
CIS150AB: Object-Oriented Programming Fundamentals Instructor: Gary R. Smith, MS.
PLEASE GRAB A SEAT ANYWHERE FOR NOW. Welcome to the CMSC 201 Class!!! Mr. Lupoli ITE 207.
CIS162AD: C#.Net Programming Level I Instructor: Gary R. Smith, MS.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
CS 006 Effective Use of WWW Fall 2007 WeeSan Lee
Administrative Issues ICS 151 Winter 2010 Instructor: Eli Bozorgzadeh.
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
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.
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
Dr. David A. Gaitros MCH 103 Research Associate, Department of Computer Science.
CS 115 QUIZ # 1 INFORMATION Scheduled for TUESDAY 9/22/15 1.
ICS102: Introduction To Computing King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
1 Project 5: New Venue. 2 New Venue Based on the posted New Venue scenario 077_Ticket_Booth_Scenarios.pdf.
E81 CSE 532S: Advanced Multi-Paradigm Software Development Chris Gill Department of Computer Science and Engineering Washington University in St. Louis.
CS-2851 Dr. Mark L. Hornick 1 CS-2852 Data Structures Dr. Mark L. Hornick Office: L341 Phone: web: people.msoe.edu/hornick/
If you did the extra credit assignment, please turn in your worksheets now. No late submissions will be accepted.
EMIS 7300 Course Policies Updated 17 August 2006.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
CS 115 QUIZ # 2 INFORMATION 1. When TUESDAY 11/10 Worth: 8 points 2.
Grade Scale Test 1 Results: Average class score after partial credit: XX.X% Commonly missed questions: # _________________ All of this material will be.
Welcome to the MTLC MATH 113 Summer 2014 Instructor Section 100: Dr. Allen Section 101: Dr. Allen.
Welcome to the MTLC MATH 110 Summer 2014 Instructors Section 100: Dr. Wang Section 101: Dr. Song.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials.
1 CS 4396 Computer Networks Lab General Info. 2 Goal: This course aims at helping students get more insight into how the Internet works and gain hands.
CS 116 Object Oriented Programming II Lecture 4 Acknowledgement: Contains materials provided by George Koutsogiannakis and Matt Bauer.
1 Project 5: Leap Years. 222 Leap Years Write a program that reads an integer value from the user representing a year and determines if the year is a.
1 Project 4: Palindrome Detector. 2 Assignment Write a C++ program that reads a line of text from the keyboard and reports to the user whether the text.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials.
ICS 151 Digital Logic Design Spring 2004 Administrative Issues.
1 Project 6: New Venue. 2 New Venue Based on the posted New Venue scenario
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
CLOSE Please YOUR LAPTOPS, and get out your note-taking materials.
Exam 3 Information George Koutsogiannakis
Lab Introduction Installing Python
CS 116 OBJECT ORIENTED PROGRAMMING II MIDTERM EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
No late submissions will be accepted.
We’ll be spending minutes talking about Quiz 1 that you’ll be taking at the next class session before you take the Gateway Quiz today.
FINAL EXAM INFORMATION
FINAL EXAM INFORMATION
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
WELCOME TO CIM QuickBooks PRO 2003
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Accelerated Introduction to Computer Science
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
Administrative Issues
An Introduction to Java Language
Midterm Exam Information
CS201 Fall 2016 George Koutsogiannakis
SE-1021 Software Development 2
Midterm Review CSE116A,B.
Course Guide CSC1201 Computer programming 2.
Administrative Issues
CS 1054 Final Exam Coverage Final exam will cover Chapters 1-8, 10-11
Presentation transcript:

Quiz 2 Information George Koutsogiannakis CS116 Quiz 2 Information George Koutsogiannakis

QUIZ 2 Date: November 9 , 2016 Grade: 8 points Duration: class period. 10 a.m. session can begin at 9:45 am for those who desire extra time. 1:50 session can begin at 1:35 pm for those who desire extra time

Topics Covered Interfaces Inheritance Abstract Classes and Abstract Methods Polymorphism Method Overriding and Method Overloading. Multiple Inheritance Error Handling/Exceptions

Topics Covered NOTICE THAT USING I/O STREAMS IS NOT INCLUDED.

Text Chapters Chapter 10 Chapter 11 up to page 763 (writing into file NOT included, only the part of ch. 11 devoted to Exceptions).

Labs and Exercises Lab 4 Lab 5 Lab 6 Extra Credit Practice Exercises 5 , 6 Review example programs on the corresponding subjects that have been given out (also posted on the course’s web site).

Lecture Presentations

Type Of Questions Write a program. Closed Book/Closed Notes. Remember how to use the StringTokenizer. Remember how to use ArrayLists and iterate using the new for loop. The program will use the inheritance rules , abstract methods, interfaces, user defined exception. Closed Book/Closed Notes. You can’t use your laptop. You have to use your station’s computer. No flush drives or smart phones are allowed in class.

Computer Usage Only Notepad++ and a DOS window can be opened. Opening any other files is not allowed. Opening the browser to access email or the internet will result in a zero grade. Submission Zip files. Submit on Blackboard under assignment file Quiz 2.

STARTING THE EXAM You must login to the terminal. If the terminal is left on from a previous class, you must turn it off and login again. Clear the computer of any previous files and show to TA that the computer is clear before you start work.