Winter 2018 CMPE212 11/11/2018 CMPE212 – Section 001

Slides:



Advertisements
Similar presentations
Computers in Principle & Practice I - V Deena Engel Computers in Principle and Practice I V , Sections 1 & 2 Fall, 2009 Deena Engel .
Advertisements

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.
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.
CS 115 TA Orientation Fall More students! Enrollment up to sections + night about 22% CS majors (50 on 8/16)
Computer Science 102 Data Structures and Algorithms V Fall 2009 Lecture 1: administrative details Professor: Evan Korth New York University 1.
Winter 2006CISC121 - Prof. McLeod1 Welcome to CISC121 Prof. (Alan) McLeod – Web site at: All.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
CSE 501N Fall ‘09 00: Introduction 27 August 2009 Nick Leidenfrost.
COMP Introduction to Programming Yi Hong May 13, 2015.
Sadegh Aliakbary Sharif University of Technology Fall 2012.
CGS-2531 Problem Solving with Computer Software Course home page: Course.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
June 19, Liang-Jun Zhang MTWRF 9:45-11:15 am Sitterson Hall 011 Comp 110 Introduction to Programming.
CSCE 1030 Computer Science 1 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
Fall 2015CISC/CMPE320 - Prof. McLeod1 CISC/CMPE320 “Fundamentals of Software Development” Course Web Site: Lecture.
1 COP 2510 Programming Concepts Spring credit hours Instructor:Dr. Rollins Turner ENB 343F Office Hours: MW 11:00 AM – 12:00.
Winter 2016CMPE212 - Prof. McLeod1 CMPE212 Object Oriented Programming for Engineers Course Web Site: Lecture.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
Winter 2016CISC101 - Prof. McLeod1 CISC101 Elements of Computing Science I Course Web Site: The lecture outlines.
1 1.Log in to the computer in front of you –Temp account: 210class / 2.Update your in Cascadia's system –If I need to you I'll use.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
Quiz 1 A sample quiz 1 is linked to the grading page on the course web site. Everything up to and including this Friday’s lecture except that conditionals.
CS 201 Accelerated Introduction to Computer Science LECTURE 1 GEORGE KOUTSOGIANNAKIS 1 Copyright: FALL 2016 Illinois Institute of Technology/ George Koutsogiannakis.
Fall 2016CISC124 - Prof. McLeod1 CISC124 “Introduction to Computing Science II” Course Web Site: Lecture notes,
Introduction to CSCI 1311 Dr. Mark C. Lewis
CSc 120 Introduction to Computer Programing II
CMPT 201 Computer Science II for Engineers
Andy Wang Object Oriented Programming in C++ COP 3330
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
CSc 1302 Principles of Computer Science II
CISC/CMPE320 - Prof. McLeod
Introduction to Eclipse
Introduction to Programming
Lab Introduction Installing Python
It’s called “wifi”! Source: Somewhere on the Internet!
Biology 12 Ms. Godkin.
MIS323 Business Telecommunications
Computer Science 102 Data Structures CSCI-UA
CMPE212 – Stuff… Assn 3 due and Quiz 2 in the lab next week.
Elements of Computing Science I
WEEK #1: GETTING STARTED
Welcome to CS 1010! Algorithmic Problem Solving.
Introduction to Programming 2
Andy Wang Object Oriented Programming in C++ COP 3330
Welcome to CS 1010! Algorithmic Problem Solving.
CS 1302 Programming Principles II
EECE 310 Software Engineering
CSC2310 Principles of Computer Programming
Welcome to CS 1301! Principles of Programming I.
Welcome to Intro to C/C++ CISC 192
Welcome to the European Shoemaker e-learning platform introduction
EE422C Software Design and Implementation II
Accelerated Introduction to Computer Science
CISC124 Welcome! “Introduction to Computing Science II”
CISC124 From Thursday: Course Web Site:
Log in to the computer in front of you
CISC/CMPE320 - Prof. McLeod
CMPE212 – Reminders Assignment 2 sample solution is posted.
CMPE212 Welcome! Object Oriented Programming for Engineers
CSCE 221 Professor Lupoli TAMU CSCE 221 Intro.
Elements of Computing Science I
Web Programming Ben Blanc
Dr. David Matuszek Spring, 2003
Winter 2019 CMPE212 5/25/2019 CMPE212 – Reminders
Welcome to Intro to C/C++ CISC 192
Computer Engineering Department Islamic University of Gaza
CS 232 Geometric Algorithms: Lecture 1
Presentation transcript:

Winter 2018 CMPE212 11/11/2018 CMPE212 – Section 001 Object Oriented Programming for Engineers Course Web Site: http://research.cs.queensu.ca/home/cmpe212 Lecture outlines and other stuff will be (and is) posted. Welcome! Winter 2018 CMPE212 - Prof. McLeod Prof. Alan McLeod

CMPE212 Introductions Me: Prof. Alan McLeod Best way Winter 2018 CMPE212 11/11/2018 CMPE212 Introductions Me: Prof. Alan McLeod mcleod@cs.queensu.ca GOO550 Also, post questions on onQ forums Office hours: TBA TAs: Karen Chen, Kanchan Nair, Fabio Campioni Lab in Jeffrey Hall Basement (JEF155) No lab this week – start next week. Please identify your lab in onQ. Best way Use your queensu account! Winter 2018 CMPE212 - Prof. McLeod Prof. Alan McLeod

Today Administrivia. Graded components to the course. Resources. What the course is about. Winter 2018 CMPE212 - Prof. McLeod

Snow Drill… If you look outside and the roads do not look great (or you cannot see the road because there is too much snow!), check your E-mail and/or the course web site in case the lecture has been cancelled. Typically a “virtual lecture” will be supplied instead. Winter 2018 CMPE212 - Prof. McLeod

Winter 2018 CMPE212 11/11/2018 Purpose of CMPE212 To teach you a modern, relatively safe and popular OOP language – Java. To teach you how to write good code! How much Java experience do you have? How about C? Winter 2018 CMPE212 - Prof. McLeod Prof. Alan McLeod

Grading Grading scheme: 25% - three quizzes, (weeks 4, 8 and 11) Winter 2018 CMPE212 11/11/2018 Grading Grading scheme: 25% - three quizzes, (weeks 4, 8 and 11) 25% - five assignments, (due weeks 4, 6, 8, 10 and 12) 50% - one final exam Winter 2018 CMPE212 - Prof. McLeod Prof. Alan McLeod

Quizzes Must be written in the lab on a lab machine. In onQ – no aids, but you can use an IDE. T/F and read and write Java code. Winter 2018 CMPE212 - Prof. McLeod

Assignments Long! Electronic submission to onQ. Web site describes policy of diminishing returns for late submission. One submission per person, please! You can get help in the lab and I will discuss them in lecture – time permitting. TAs will mark assignments. Winter 2018 CMPE212 - Prof. McLeod

Assignment Rules Assignments are graded out of 20 – your marks and comments will be uploaded to onQ by your TA. Late submission: You can submit up to five days after the deadline, but: Your mark will be reduced by 2 marks per day late, unless you can prove extenuating circumstances, such as a serious illness or a Queen’s activity. Minimum of 2 marks removed. Don’t leave your assignment to the night before!!! Winter 2018 CMPE212 - Prof. McLeod

Assignment Rules, Cont. “Group Efforts”: I encourage you to discuss your difficulties with your peers, myself and your TAs. You may look at other people’s code. You cannot copy other people’s code! Submissions may be electronically and physically checked for code duplication. If you are caught with duplicated code – all parties with such code will get zero on the assignment, and you may get prosecuted for a failure of academic integrity. You will not learn anything if you copy someone else's code! Winter 2018 CMPE212 - Prof. McLeod

Exercises Nothing to hand in. But don’t ignore them – you need to practice writing code and these exercises are designed to prepare you for the graded portions of the course. Besides, some topics in the exercises will not be dealt with in lecture. You can work on Exercise 1 now. Winter 2018 CMPE212 - Prof. McLeod

Final Exam Three hours long. On paper – no aids. Read and write Java code. Short answer as well. An exam prep page including an exact list of examinable topics and old exams will be provided near the end of the course. Winter 2018 CMPE212 - Prof. McLeod

Labs Get help from your TA on lecture material, assignment work, quiz prep, exam prep, etc. You will also write your quizzes in the lab. No lab this week. Winter 2018 CMPE212 - Prof. McLeod

Speaking of onQ... Please Check your onQ login – if the course does not show up for you, let me know. A course “add” can take a day to update in onQ. Submit assignments to onQ. View grades. Use the forums. Ask and answer questions! Update your profile in onQ – upload your picture! And modify your “notifications”. Winter 2018 CMPE212 - Prof. McLeod

Course Web Site (public) What’s Where Course Web Site (public) Resources. Lecture topics. Lecture notes and sample code. Assignment statements and sample solutions. Exercises. Grading scheme. Non-urgent notices. onQ (login) Lecture videos. Forums and Q&A. Email Broadcast of Urgent Notices. Assignment submission. Quizzes to write. Quiz and assignment grades. Assignment feedback. Winter 2018 CMPE212 - Prof. McLeod

CMPE212 Introduction, Cont. Resources Recommended Textbook: Fifth edition also OK. Winter 2018 CMPE212 - Prof. McLeod

Eclipse IDE Preferred development environment: Multiplatform, open source, free. Available from www.eclipse.org See the Resources web page. Also see instructions for installing and using JavaFX and SceneBuilder. Winter 2018 CMPE212 - Prof. McLeod

Other IDEs What does “IDE” stand for anyways? Netbeans, for example. Others are listed or linked off the Resources page. Your TA will not (and should not) know what tool was used to aid the development and testing of your code. Winter 2018 CMPE212 - Prof. McLeod

Eclipse – Normal Working View Winter 2018 CMPE212 - Prof. McLeod

SceneBuilder In Eclipse

Java, Version “9.0” The JDK or “Java Development Kit” is available from oracle.com The JDK and Eclipse are available in Jeff lab (and many other labs, in Goodwin and WLH). Install the JDK first and then Eclipse. See the Resources page. You might also wish to download the API docs. Winter 2018 CMPE212 - Prof. McLeod

Purpose of CMPE212 What the course is about: (Why are you here?) To learn how to program in Java. To increase your programming proficiency. To learn OOP principles with a modern, object oriented programming language. To transition to another language. To improve your programming style. To practice modular program design. To explore GUI programming. Winter 2018 CMPE212 - Prof. McLeod

Why Java? Not Vendor - Specific. Platform independent. Most fundamentally sound application of OOP principles. Huge community support base. Many free, mature development tools. Once you have learned Java, you will find it easy to pick up any other OOP language (like C++ or C#). Winter 2018 CMPE212 - Prof. McLeod

How well can you write procedural Java code? For Sure Course Topics Fundamental Java – expressions, loops, conditionals, methods, console and file I/O. How well can you write procedural Java code? JUnit testing. OOP in Java – encapsulation, inheritance, polymorphism. GUI Programming using JavaFX – tools, nodes, animation, image manipulation, … Winter 2018 CMPE212 - Prof. McLeod

Possible Course Topics Multi-threading and Multi-processor Control Deployment Networking Relational Database Access - Local and Remote Winter 2018 CMPE212 - Prof. McLeod

What You Need to Do Next Review course web site. Check onQ login. Add photo, if needed. Fill out the lab section survey. Install the JDK, then Eclipse, if you want to use this IDE – see the Resources page. Start Exercise 1. Assn 1, a procedural Java program is posted. Winter 2018 CMPE212 - Prof. McLeod

First Example – “Hello World” in Java Let us have a quick look at Eclipse, create an empty project and add a program that displays “Hello World” to the console window. Winter 2018 CMPE212 - Prof. McLeod