COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 11 – How to Get Started on Assignment #2 Webpage:

Slides:



Advertisements
Similar presentations
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 32 – Java Graphical User Interfaces (GUIs) Webpage:
Advertisements

Time Series Analysis – Homework Homework Rules: All homework must be completed by due date Homework may be done in groups – please put names of all group.
Introduction to Assembly language
1 CS101 Introduction to Computing Lecture 17 Algorithms II.
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 09 – Programming with Java Datatypes and Flow Control.
CSc 2310 Principles of Programming (Java)
Creating a Program In today’s lesson we will look at: what programming is different types of programs how we create a program installing an IDE to get.
Applied Probability Lecture 5 Tina Kapur
Introduction to Computer Programming I CSE 113
Introduction to Computer Programming in C
Term Project Overview Yong Wang. Introduction Goal –familiarize with the design and implementation of a simple pipelined RISC processor What to do –Build.
Engineering H193 - Team Project Gateway Engineering Education Coalition P. 1 Spring Quarter 2007 Guidelines for Flow Charts and Pseudocode Week 5 Day 1.
CS211 Data Structures Sami Rollins Fall 2004.
Chapter 8: Introduction to High-level Language Programming Invitation to Computer Science, C++ Version, Third Edition.
CSE 115 Week 3 January 28 – February 1, Monday Announcements Software Installation Fest: 2/5 and 2/6 4pm – 7pm in Baldy 21 Software Installation.
Programming Introduction November 9 Unit 7. What is Programming? Besides being a huge industry? Programming is the process used to write computer programs.
CS 101 Problem Solving and Structured Programming in C Sami Rollins Spring 2003.
Chapter 8: Introduction to High-level Language Programming Invitation to Computer Science, C++ Version, Third Edition.
CSE 115 Week 2 January , Wednesday Announcements Pick up Syllabus if you need one Pick up Syllabus if you need one Recitation Change Form.
Programming. Software is made by programmers Computers need all kinds of software, from operating systems to applications People learn how to tell the.
PHP and SQL Server: Queries IST2101. Project Report 4 SQL Queries Due Sunday, 4/5 at 11:59pm Instructions on how to access team webspace and SQL database.
1 CS1130 Spring 2011: David Gries & Walker White Transition to Object-Oriented Programming Assumes programming knowledge in a language like Matlab, C,
CS1101: Programming Methodology Aaron Tan.
Foundation Programming Introduction. Aims This course aims to give students a basic understanding of computer programming. On completing this course students.
Alexandria University Faculty of Science Computer Science Department Introduction to Programming (CS 102) C++ Programminhg.
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 13 – Having Fun with Arrays in Java Webpage:
CompSci 42.1Intro to Java Anatomy of a Class & Terminology Running and Modifying a Program.
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
CSS 161 Fundamentals of Computing Introduction to Computers & Java September 26, 2012 CSS 161: Fundamentals of Computing Instructor: Uma Murthy CSS SKL.
Catie Welsh January 10, 2011 MWF 1-1:50 pm Sitterson 014.
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 10 – Programming with Java Datatypes Type Casting.
Lecture 1 Introduction Figures from Lewis, “C# Software Solutions”, Addison Wesley Richard Gesick.
ICS102: Introduction To Computing King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
Agenda For Feb PowerPoint Presentation (Introduction to Java Methods) 2.Finish Unit 2 exercises on page 13 (due by the end of the class today). 4.
Building java programs chapter 6
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 35 – Overview of Java Web Programming Webpage:
Ministry of Higher Education Sohar College of Applied Sciences IT department Comp Introduction to Programming Using C++ Fall, 2011.
CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Intro to Programming Web Design ½ Shade Adetoro. Programming Slangs IDE - Integrated Development Environment – the software in which you develop an application.
Georgia Institute of Technology Speed part 4 Barb Ericson Georgia Institute of Technology May 2006.
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 20 – Inheritance and Polymorphism in Java Webpage:
The Department of Engineering Science The University of Auckland Welcome to ENGGEN 131 Engineering Computation and Software Development Lecture 2 Debugging,
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 06 – Java Datatypes Webpage:
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 39 – Command Line Args & Recursion Webpage:
TODAY IS MONDAY THE 16 th OF NOVEMBER 2015 ON MONDAY WE ARE WORKING WITH THE LAPTOP.
CS 157B: Database Management Systems II April 22 Class Meeting Department of Computer Science San Jose State University Spring 2013 Instructor: Ron Mak.
1 Project 4: Computing Distance. 222 Computing Distance Write a program to compute the distance between two points. Recall that the distance between the.
Engineering H193 - Team Project Spring Quarter Gateway Engineering Education Coalition P. 1 Guidelines for Flow Charts and Pseudocode Week 5 Day 1.
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 14 – How to Complete Assignment 2, Part III Webpage:
TCCICOMPUTERCOAC HING.COM.  TCCI’s main focus is to develop logical skill of the students, so it will help students to write code their self in any.
PROBLEM SOLVING AND PROGRAMMING ISMAIL ABUMUHFOUZ | CS 170.
IBA, SPRING 2014 FACULTY OF COMPUTER SCIENCE Introduction to Programming 1 Introduction to Programming CSE:141 (ERP Number: 30313)
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 08 – Hand-On Work: Assignment 1, Part III Webpage:
CIS 115 AID Peer Educator/cis115aid.com FOR MORE CLASSES VISIT
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
PHP and SQL Server: Connection IST 210: Organization of Data IST2101.
Introduction To Software Development Environment.
C++ Programming Basics C++ Lecture 1 Stacy MacAllister.
BUS 660 Week 6 Assignment Research Paper To purchase this material link 660/BUS-660-Week-6-Assignment-Research- Paper.
IT 210 Week 2 Individual Application-Level Requirements To purchase this material link
IT 210 Week 5 CheckPoint Simple Array Process To purchase this material link CheckPoint-Simple-Array-Process.
IT 210 Week 7 Chapter 5 Programming Problems To purchase this material link Programming-Problems.
BIS 303 Week 1 Individual Assignment Hospitality Information Technology Matrix Resource: Hospitality Information Technology Matrix Worksheet, located in.
ACC 421 Week 2 Individual Assignment P1, P2, P3, P4 To purchase this material link Week-2-Individual-Assignment.
Topic: Introduction to Computing Science and Programming + Algorithm
COP2800 – Computer Programming Using JAVA
PRG 421 Education on your terms/tutorialrank.com.
Introduction to pseudocode
CMPT 120 Lecture 2 - Introduction to Computing Science – Problem Solving, Algorithm and Programming.
COP2800 – Computer Programming Using JAVA
Presentation transcript:

COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 11 – How to Get Started on Assignment #2 Webpage:

COP2800 – Programming in JAVA Course Objectives – Basic Knowledge of Computers & Programming – Specific Knowledge of JAVA Programming – Practical Programming Projects Build Skills Today’s Class – How to Program Assignment #2 – Developing Code for Assignment #2 Compiling and Running How to e-Submit Your Code by 15 February 2013

Review: Java Program Structure HIGH-LEVEL VIEW JAVA Units: -Packages -Classes (Instances) -Methods -Instructions -Variables PICTURE CREDIT:

Review: Java Package Structure PICTURE CREDIT:

Assignment #2 : Number Filtering Objectives Put numbers into bins based on magnitude Learn how to use Java arrays Learn how to use Typecasting Learn how to use Flow Control Structures Things You Will Need Java Software Loaded onto Your Laptop Assignment #2 PDF from Course Website (contains pseudocode and some Java code)

Structure of Assignment #2 Part I – Vocabulary Questions Part II – Build a Simple Java Program TODAY!! Next Week (Friday): Part III – Enhance Your Java Program Make Class BetterNumberFilter Use inheritance to help structure the program Make methods for processing input and printing the output

Let’s Get Started… Visit our COP2800 Class Website and… 1. Download Assignment #2 Description: HW2-Assignment.pdf HW2-Assignment.pdf

Next Week: Java Programming Next Class (Monday 04 February) Details about Java ARRAYS Programming Array Operations with Loops Next Class (Wednesday 05 February) More on Loops and Arrays Multidimensional Arrays

Enjoy the Weekend !! Photo Credit: