CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

Slides:



Advertisements
Similar presentations
Using Pine to send your ICS111 homework First Log in into UNIX using SSH either from home (If you have previously installed SSH or from the Lab. Once in.
Advertisements

Welcome to Introduction to Java Programming At J.D.O’Bryant Science & Mathematics Chonho Lee Department of Computer Science University of Massachusetts.
Math 115b Section 1 (Summer 07)  Instructor: Kerima Ratnayaka   Phone :  Office.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Go to the link ( as shown, then choose downloads.
Art 155 Information Architecture In-class Presentation Week 16B.
CS – 600 Introduction to Computer Science Prof. Angela Guercio Spring 2008.
OBJECT ORIENTED PROGRAMMING I LECTURE 1 GEORGE KOUTSOGIANNAKIS
Math 115a– Section 4  Instructor: Kerima Ratnayaka   Phone :  Office : MTL 124B.
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
Administrative IMGD Topics Background Admin Stuff Motivation Objectives Class material! 2.
CS 101 Introduction to Programming Dr. Basit Qureshi Assistant Professor College of Computer and Information Sciences Prince Sultan University.
WELCOME PARENTS! Honors Computer Programming Ms. L. Dutchen.
CSCI 1301 Principles of Computer Science I
CS413: Java Programming language Applications Applets
PLEASE GRAB A SEAT ANYWHERE FOR NOW. Welcome to the CMSC 201 Class!!! Mr. Lupoli ITE 207.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
Course Introduction Software Engineering
Computer Science 10: Introduction to Computer Science Dr. Natalie Linnell with credit to Cay Horstmann and Marty Stepp.
CSCE 1040 Computer Science 2 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
CSCD 330 Network Programming Fall/Winter/Spring 2014 Lecture 1 - Course Details.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Welcome CSCI 1100/1202 Intro to Computer Science Winter 2002.
Colorado Tech CS 145 Intro to UNIX Orientation T’Christopher Gardner
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.
Course Introduction Andy Wang COP 4530 / CGS 5425 Fall 2003, Section 4.
Welcome to / Bienvenue à A Introduction to Computing II Instructor: William Renner TA: TBA Course website: Fall Session.
Software Development CSCI-1302 Lakshmish Ramaswamy.
Winter Semester 2014/2015 College of Engineering.
CMSC 104, Version 8/061L01Introduction.ppt Introduction CMSC 104 Problem Solving and Computer Programming.
1 ISEC0511 Programming for Information System Security Lecture Notes #1 Introduction.
Computer Science 101 Spring 2000 Section E8TBA Registration Code 1693 Dr. Christopher Vickery.
 Instructor: Dr. Jason Nichols –  Office Hours: – 9:30-10:30 M/W/F or by appointment – Business Building.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
CGS 1555-SPRING 2009 Intro to Internet. Topics  Syllabus  Faculty Website  Campus Cruiser.
CEN First Lecture CEN 4010 Introduction to Software Engineering Instructor: Masoud Sadjadi
Introduction to Operating Systems CCSA 125 L.Deema ALShoaibi.
CS 4700: Foundations of Artificial Intelligence Instructor: Prof. Selman Admin.
COP4610/CGS5765 Operating Systems Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: W M F 9:10am – 10:00am, or by appointments.
Welcome to Engineering 1182 or Today’s Plan  Welcome and Teaching Team Introduction  Class Style and Expectations Important Websites Classroom.
CSCD 330 Network Programming Winter 2015 Lecture 1 - Course Details.
WELCOME TO BUS 302 The Gateway Experience For more information visit:
Computer Science 10: Introduction to Computer Science Dr. Natalie Linnell with credit to Cay Horstmann and Marty Stepp.
Computer Networks CNT5106C
Math 115a Section 2(Summer 05)  Instructor: Kerima Ratnayaka   Phone :  Office.
E-Commerce and Web Service Yongqiang Gao, Ph.D. Professor of CS.
Introduction. Course Code & Name? CST101 Computer Hardware - II.
Welcome to Online Statistics! - Course Resources: - This course is located on Canvas and MyLab. - Canvas contains resources for study (see Modules), Assignments,
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
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.
Introduction to CSCI 1311 Dr. Mark C. Lewis
Mobile Applications (Android Programming)
Computer Skills Lecturer Muhammed YASIN
Welcome to CS 1010! Algorithmic Problem Solving.
Course Information and Introductions
Welcome to CS 1010! Algorithmic Problem Solving.
Welcome to CS 1010! Algorithmic Problem Solving.
Welcome to CS 1301! Principles of Programming I.
Run Java file with Window cmd
Computer Programming 1 introduction to JAVA Lecture 1 Instructor: Ruba A. Salamah Islamic University of Gaza.
Accelerated Introduction to Computer Science
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Midterm Exam Information
Intro to Computer Science
101 Setup S. V. Lupoli.
Review of Previous Lesson
Presentation transcript:

CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will learn from this class How you can succeed from this class Questions and discussion Homework

Introduce Myself Background information:   Educational background  Teaching experience and expertise  Office and lab hours What else?

Introduce to the Class

Teaching Style and Requirements Learn how to learn What, why, and how Flexible Minimum requirement  labs  Midterm  A project and Final  Extra credit (in-class exercises) Challenge  Teamwork  Creative thinking  Independent study

How You Can Succeed in The Class Follow the instruction Plan ahead Participate discussion Hand in homework on-time Communication Teamwork Honesty You earn the grade, not I give you

What Do You Expect from Me?

Homework Follow the instructions in the last page of your text and Install Java Windows JDK from and TextPad from to your home computer Follow the instructions in p to setup the path in Environment Variables in the System To test, type the following command in DOS: javac then press the Enter key You may also type java –version to verify the Java version you installed