cse143 au04 00 1
play

CSE143 Au04 00-1 Content Overview (1) Content Overview (2) - PDF document

Outline for Today Course Overview Goals Administrative details CSE 143 Workload and grading Computer Programming II Resources Background Welcome! Course Overview and Administrivia This information is largely included in


  1. Outline for Today • Course Overview • Goals • Administrative details CSE 143 • Workload and grading Computer Programming II • Resources • Background Welcome! Course Overview and Administrivia This information is largely included in today’s handouts, and is on the web – no need to transcribe, but do take notes about important items! Pick up a handout as you come in 9/28/2004 (c) University of Washington 00-1 9/28/2004 (c) University of Washington 00-2 Introductions Can’t Get In? • Instructor: Hal Perkins • Still a few slots left! Tell your friends to sign up cse143-instructor@cs.washington.edu, perkins@cs.washington.edu • Historically, openings appear during the first week, but Allen Center CSE 548, office hours TBA no guarantees • TA’s: Seth Cooper, Lillian Kittredge, Yongjoon Lee, William Pentney, Tyler Robison, Yael Schwartzman • No waiting list/entry codes cse143-ta@cs.washington.edu (goes to all TAs and the instructor) • Non-matriculated students, grad students, registration • IPL Consultants: once we get their hours worked out, we'll post a schedule problems – please see Pim Lustig (Sieg 114) • Course administrator: Pim Lustig cse143-admin@cs.washington.edu • Everyone on the course staff: cse143-staff@cs.washington.edu (reaches entire staff) • You! 9/28/2004 (c) University of Washington 00-3 9/28/2004 (c) University of Washington 00-4 Are You Ready? Java! • Course is a direct continuation of CSE 142 Java A modern approach to programming including • Must have a firm grasp of Java basics • Objects everywhere; classes, interfaces, polymorphism • Exceptions • including classes, objects, statements, expressions, methods, parameters, arrays, JavaDoc, etc. • Streams and networking support concepts and terminology as well as being able to use in programs • Garbage collection • No systematic review • Specifications, design by contract support • Look at old CSE 142 web pages – you should be able to handle those • Rich set of standard libraries assignments and exams • Documentation tools and standards, on-line library documentation • What if you took the C version of CSE 142? Or took 142 • We’ll use Sun’s Java SDK 1.4.2 (windows, *nix, OS X) elsewhere? • 1.3 will not do; 1.4.1 is OK if that’s the latest you can get (OS X Jaguar) • Let’s talk about that now • J++ (Microsoft) will not do (Java 1.1!) • Not sure? • Please update your software! Sit in on both for a few days • Details: Computing at Home page on course web Try the first 143 assignment We'll help you switch to 142 if that's your decision 9/28/2004 (c) University of Washington 00-5 9/28/2004 (c) University of Washington 00-6 CSE143 Au04 00-1

  2. Content Overview (1) Content Overview (2) Programming language and libraries Data structures and algorithms • Classes, class relationships (inheritance) interfaces, types • Lists, stacks, queues, trees, dictionaries • Debugging and systematic testing (JUnit) • Implementation techniques: arrays, linked data structures, hash tables • Graphical user interfaces & event-driven programming (Swing, event handling, model-view-controller design) • Comparing implementations: basic complexity theory • Exceptions • Divide and conquer algorithms: sorting and searching • Stream I/O and files • And Much Much More! • Recursion 9/28/2004 (c) University of Washington 00-7 9/28/2004 (c) University of Washington 00-8 Course Objectives Is it or Isn't it? • This is a programming course • This is a programming course • The key goal is learning to program well , not just getting stuff to run • This is not a programming course Good design, good organization, good style Good algorithms, meaningful efficiency • This is not a programming course • Lots of Java features won't be covered See Java reference books & JavaDoc for full descriptions of the Java language & libraries "Do I contradict myself? We cover the essential parts of Java that support good programming Very well then, I contradict myself. • Many important computer science topics (I am large, I contain multitudes)" Some related to programming, but broader than Java Data structures, algorithms, complexity analysis, software engineering… -- Walt Whitman, Song of Myself from Leaves of Grass • Fact: writing programs that work perfectly isn’t enough to get a perfect grade (!) 9/28/2004 (c) University of Washington 00-9 9/28/2004 (c) University of Washington 00-10 My Goals for You My Expectations for You • 5 things you should be able to do after CSE143 • Responsibility • Be able to design and implement abstractions (classes) using • Keep up, know what’s happening modern programming language features and techniques • Meet deadlines, budget your time, make backups • Be able to test and systematically locate and remove errors in • Take responsibility for your own code and debugging programs • Respect • Be able to learn and use new libraries using standard • For others in the class (people sitting around you in lecture, documentation (no training wheels) members of your quiz section, partners on programming • Be able to evaluate tradeoffs between different projects, …) implementations of an abstraction and pick suitable ones • For the course staff • Be able to communicate technical concepts literately • For yourself 9/28/2004 (c) University of Washington 00-11 9/28/2004 (c) University of Washington 00-12 CSE143 Au04 00-2

  3. Course Organization My Goals For Myself • Be an advocate for your learning (credit to Prof. Mary Pat Wenderoth • 3 lectures per week (MWF) for this notion) • Quiz section twice per week (T & Th) • Help all of you learn • Exercises, review, discussions, etc. • Keep the course on track • Frequent quizzes • Make the homework projects interesting • To keep you up with reading, lectures, and assignment • Make lectures and sections events you look forward to! instructions • Keep in touch with what’s happening • To test mastery of current material • Office hours – please drop by if just to chat • To provide TAs and me with feedback (you’re not being sent to the Principle’s office!) • “Muddiest” concept of the day, informal evaluations, etc. 9/28/2004 (c) University of Washington 00-13 9/28/2004 (c) University of Washington 00-14 Assignments Academic (Mis)conduct • Typically (but not always!) due Wed. night 9pm • Goal: balance the following (electronic) and/or in sections or lecture Thursday or • Learning: each student must do the work to learn effectively Friday (written) • Cooperation: people learn best when they can cooperate with • Written assignments often collected all day in CSE office others • Primarily fairly substantial programming projects with • Fairness and honesty: Nobody should ever represent the work written reports of someone else as their own or try to claim credit for it • Maybe some shorter problems and programming drills • Assignments will be more complex than in CSE142 Assignment directions, too! • No late assignments accepted But be sure to talk with your TA about problems truly beyond your control like illness or family emergency so we know what happened. 9/28/2004 (c) University of Washington 00-15 9/28/2004 (c) University of Washington 00-16 Academic (Mis)conduct Exams & Quizzes • Policy • Exams • You must do assignments by yourself or with your assigned • 2 midterm exams in class; probable dates: Monday Oct. 25 and partner (unless explicitly stated otherwise in an assignment) Monday Nov. 15 • You may discuss general approaches and ideas with others, • Final exam: Wednesday, Dec. 15, 2:30 pm (time set by the but university, location tba) • You may not ever give code to or receive code from others • The exams will not be given on any other days. Don’t • We check this and act when trouble is discovered make plans which would take you away! • Use your common sense and ask first if unclear • Format: mixture of short answer, short essay, multiple • Rule of thumb: any activity you engage in for the purpose of choice, programming (both short and longer problems) earning credit while avoiding learning, or to help others do so, is likely to be an act of academic misconduct (from CSE dept. policy – see link on the web) 9/28/2004 (c) University of Washington 00-17 9/28/2004 (c) University of Washington 00-18 CSE143 Au04 00-3

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend