COMS S1007 Object-Oriented Programming and Design in Java July 10, 2008.

Slides:



Advertisements
Similar presentations
DOL AME Grant RFPs Manufacturing Lab Equipment Pre-Award Webinar July 25, 2013.
Advertisements

Peirsonpatterson,llp eDisclosure Solution ppdocs.com.
Visual Enterprise Deep Dive September 21, 2006 Presented by Trevor Moore.
COMS S1007 Object-Oriented Programming and Design in Java July 8, 2008.
COMS W1004 Introduction to Computer Science June 24, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 5, 2007.
COMS W1004 Introduction to Computer Science June 15, 2009.
COMS W1004 Introduction to Computer Science June 25, 2008.
Computer Concepts 5th Edition Parsons/Oja Page 546 CHAPTER 11 Software Engineering Section A PARSONS/OJA Computer Programming.
Homework Manager First Day of Class Student Registration Instructions.
COMS S1007 Object-Oriented Programming and Design in Java August 5, 2008.
COMS W1004 Introduction to Computer Science May 28, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 15, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 24, 2008.
COMS S1007 Object-Oriented Programming and Design in Java August 7, 2007.
Csc111 :Programming with Java First semester H.
COMS W1004 Introduction to Computer Science June 4, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 31, 2008.
Final Overview Fawzi Emad Chau-Wen Tseng Department of Computer Science University of Maryland, College Park.
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
Course Introduction (Lecture #0) ECE 301 – Digital Electronics.
COMS W1004 Introduction to Computer Science May 29, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 3, 2007.
Transition to Matlab CS1132 Fall 2009 Instructor: K.-Y. Daisy Fan TA: Lucian Leahu Course consultants
COMS W1004 Introduction to Computer Science May 27, 2009.
Welcome to (Insert Course info) Use Your Required Materials and Own Your Grade.
THREADS Read from SCJP Book Chapter on Threads Uploaded on Wikispaces.
Compiled by Meghalee Dey VIT UNIVERSITY MCA-IT. Today, every shop have its own website there users or customer can be purchase item any time without any.
CS 450: COMPUTER GRAPHICS COURSE AND SYLLABUS OVERVIEW SPRING 2015 DR. MICHAEL J. REALE.
Chapter 4 Computer Software.
Kyocera Driver Installation Basic instruction to add a printer to computer using standard defaults.
MGS 351 Introduction to Management Information Systems
eOrders inventory ordering software! Introduction Use easy functions, letting you order products that you need automatically. Use easy functions, letting.
Instructor: Tina Tian. About me Office: RLC 203A Office Hours: Wednesday 1:30 - 4:30 PM or .
An Introduction to Programming with C++ Sixth Edition
Course Introduction Software Engineering
1 WELCOME TO COMPUTER SCIENCE 1027b COMPUTER SCIENCE FUNDAMENTALS II Lecturers: Eric Schost (001) John Barron (002)
MathXL ® for School Teacher Training Series Creating Homework Assignments.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
Managing Multiple Views and Segues FA 172 Intro to Mobile App Development.
1 Project 5: New Venue. 2 New Venue Based on the posted New Venue scenario 077_Ticket_Booth_Scenarios.pdf.
WEBSITE BUILDING SOFTWARE Google By Ishaan Kochhar.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
1 Project 5: Printing Address Labels. 2 Assignment Write a Windows forms program to display and print a set of address labels. Input from a csv file.
1) Complete all steps of the verification process Two webinars available on the Verification Process: Verification Process – What is involved?
Alpha Gamma Delta GINsystem Training. What is the GINsystem? A members-only internal communication system for Alpha Gamma Delta chapters Features : –Announcements.
Today’s Agenda  Syllabus  Software Engineering Research.
Public Purchase Vendor Registration & Responding to a Bid Copyright © The Public Group, LLC - This document is confidential and intended only for the use.
Computer Information Technology. I need you to submit your project electronically to the Hancock website. Before you can submit your project you will.
Peirsonpatterson,llp eDisclosure Solution ppdocs.com.
1 Project 3 String Methods. Project 3: String Methods Write a program to do the following string manipulations: Prompt the user to enter a phrase and.
1 Project 2: Sorting Cats. Write a C++ console application to read a text file containing information about cats and output the information to the screen.
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: Computing Distance. 222 Computing Distance Write a program to compute the distance between two points. Recall that the distance between the.
ICS 151 Digital Logic Design Spring 2004 Administrative Issues.
Every year the Redlands Community Scholarship Foundation along with other donors provide over 100 scholarships, ranging from $200 to $7,000 to graduating.
Welcome Course name Faculty name. YOUR COURSE MATERIALS Jean Wyrick’s Steps to Writing Well, 10e You will… — be tested — receive homework assignments.
1 Project 6: New Venue. 2 New Venue Based on the posted New Venue scenario
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.
CMPT 201 Computer Science II for Engineers
Kappa Beta Gamma GINsystem Training
CS5040: Data Structures and Algorithms
Instructions To Add A Signature In Adobe Reader
COMS S1007 Object-Oriented Programming and Design in Java
Information Systems Security Winter
How to signup for the Presidential Service Award Recognition system
Unit I Flash Cards Start.
COMS S1007 Object-Oriented Programming and Design in Java
COMS W1004 Introduction to Computer Science
CS 1054 Final Exam Coverage Final exam will cover Chapters 1-8, 10-11
Presentation transcript:

COMS S1007 Object-Oriented Programming and Design in Java July 10, 2008

Last time Review of Java basics –Third edition: Chapters 1-7 except “T” (Testing) and “G” (Graphics) sections

Today Software Engineering –Third edition: Sections 12.1 – 12.5 Software Testing –Sections 2.8, 3.6, 5.5, 7.8 Designing Java classes –Sections 8.1 – 8.9 Homework #1

Stock Tracking application Design an application that allows a user to track the stocks he/she owns The application should let the user: –Buy (add) and sell (remove) shares of a stock –Change the price of a stock –See the value of an individual stock –Calculate the profit/loss made for each stock –See the profit/loss of all stocks –See the total value of all stocks –Sort all stocks by name, # of shares, or current value

Homework #1 Link will be posted on website Due Thursday July 17 at 5:30pm –NO LATE SUBMISSIONS ACCEPTED! Print a copy of your source code AND submit it electronically (instructions TBA)