1 [Oh dear! We need to update our graphic!] Introduction to Computer Science Fall 2009 Tom Horton.

Slides:



Advertisements
Similar presentations
CS2110: Software Development Methods
Advertisements

Lecture 1: Overview CMSC 201 Computer Science 1 (Prof. Chang version)
Welcome to Physics 1809! General Physics Lab Spring 2013.
Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
CMSC 132: Object-Oriented Programming II
CMSC 132: Object-Oriented Programming II Nelson Padua-Perez William Pugh Department of Computer Science University of Maryland, College Park.
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
COMP 110 Introduction to Programming Jingdan Zhang June 20, 2007 MTWRF 9:45-11:15 am Sitterson Hall 014.
CS211: Course Overview George Mason University. Today’s topics Go over the syllabus Go over resources – Marmoset – Piazza – Textbook Highlight important.
Spring 2008 Mark Fontenot CSE 1341 Principles of Computer Science I Note Set 1 1.
CSE 1111 Week 1 CSE 1111 Introduction to Computer Science and Engineering.
Welcome to CS 115! Introduction to Programming Fall 2015.
Welcome to CS 115! Introduction to Programming. Class URL Please write this down!
Spring 2008 Mark Fontenot CSE Honors Principles of Computer Science I Note Set 1 1.
Course Information and Introductions Intro to Computer Science CS1510 Dr. Sarah Diesburg University of Northern Iowa 1.
1 Introduction to Computer Science Spring 2009 Sudhanva Gurumurthi CS 101E.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
COMP Introduction to Programming Yi Hong May 13, 2015.
EECE 310 Software Engineering Lecture 0: Course Orientation.
ECEN 301Discussion #1 – Syllabus1 All Sections MWF 1:00 – 1:50 PM 256 CB Lecture: MW Recitation: F Labs: M or Th Instructor: Prof. David Long Office: CB.
CS 101 Today’s class will start 5 minutes late. CS 101 Introduction to Computer Science Aaron Bloomfield University of Virginia Spring 2007.
1 Introduction to Physics 250 Dr. Phil Womble Applied Physics Institute Office Hours: MWF 8:00-9:00 TCCW 232.
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
ICS 6B Boolean Logic and Algebra Fall 2015
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
CS 101 Today’s class will start 5 minutes late (and we’ll be talking about lab scheduling problems then)
Welcome to Physics 2015! ( General Physics Lab 1 - Fall 2012)
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Matter and Interactions 1 Fall 2006 Matter & Interactions I Physics Professor & Lecturer: Dr. Reinhard Schumacher Teaching Assistants: Ms. Elisa.
June 19, Liang-Jun Zhang MTWRF 9:45-11:15 am Sitterson Hall 011 Comp 110 Introduction to Programming.
CSE 1105 Week 1 CSE 1105 Course Title: Introduction to Computer Science & Engineering Classroom Lecture Times: Section 001 W 4:00 – 4:50, 202 NH Section.
INTRODUCTION TO PROGRAMMING ISMAIL ABUMUHFOUZ | CS 146.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
CIS 842: Specification and Verification of Reactive Systems Lecture ADM: Course Administration Copyright , Matt Dwyer, John Hatcliff, Robby. The.
CSE 1105 Week 1 CSE 1105 Introduction to Computer Science & Engineering Time: Wed 4:00 – 4:50 Thurs 9:30 – 10:20 Thurs 4:00 – 4:50 Place: 100 Nedderman.
CS 139 – Algorithm Development MS. NANCY HARRIS LECTURER, DEPARTMENT OF COMPUTER SCIENCE.
Classroom logistics and practices PROGRAMMING FUNDAMENTALS.
1 CS 101 Today’s class will begin about 5 minutes late We will discuss the lab scheduling problems once class starts.
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.
CS112: Course Overview George Mason University. Today’s topics Go over the syllabus Go over resources – Marmoset – Blackboard – Piazza – Textbook Highlight.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Computer Networks CNT5106C
Course Information and Introductions Intro to Computer Science CS1510 Dr. Sarah Diesburg University of Northern Iowa 1.
PROBLEM SOLVING AND PROGRAMMING ISMAIL ABUMUHFOUZ | CS 170.
Spring 2008 Mark Fontenot CSE 1341 – Honors Principles of Computer Science I Note Set 1 1.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
Welcome to CS 115! Introduction to Programming Spring 2016.
Computer Network Fundamentals CNT4007C
電腦圖學 Computer Graphic with Programming
ICS 6D Discrete Mathematics for Computer Science Fall 2014
Computer Engineering Department Islamic University of Gaza
IST256 : Applications Programming for Information Systems
CS101 Computer Programming I
Course Information and Introductions
Introduction to Programming
Computer Networks CNT5106C
Welcome to Physics 2015! (General Physics Lab 1 – Spring 2013)
Introduction.
Welcome to CS 1010! Algorithmic Problem Solving.
Computer Networks CNT5106C
Welcome to CS 1010! Algorithmic Problem Solving.
Welcome to CS 1301! Principles of Programming I.
EE422C Software Design and Implementation II
Computer Engineering Department Islamic University of Gaza
Computer Networks CNT5106C
CS Problem Solving and Object Oriented Programming Spring 2019
Presentation transcript:

1 [Oh dear! We need to update our graphic!] Introduction to Computer Science Fall 2009 Tom Horton

2 Welcome! Today’s Goals Today’s Goals n What is CS1110 all about? – What is CS1111 and should I wait until Spring and take it? n Course logistics – See beginning of course memo for details – Course website using UVa Collab will have many more details n Get you ready for Lab 0 this week (CS1110 students only) – Read textbook through page 18 before lab – Lab 0 will go over that material – Lab 0 is a gentle, get-your-feet wet activity (so don’t panic!)

3 Overview Course Goals. n Learn fundamental concepts in computation and how to use them to solve important problems in engineering, science, and beyond. n Understand how designing and understanding programs can be creative, challenging, empowering, intellectually deep, and fun.

Specific Course Outcomes n Understand fundamentals of programming such as variables, conditional and iterative execution, methods, etc. n Understand fundamentals of object-oriented programming, including defining classes, invoking methods, using class libraries, etc. n Gain exposure to the important topics and principles of software development. n Have the ability to write computer programs to solve specified problems. n Be able to use a software development environment to create, debug, and run programs. 4

Is this Course All About Programming? n We don’t want it to be about that completely! – See highlighted text in outcomes below. – Exams will not just be about coding. Questions on ideas and principles too! – Computing in context of engineering, science, math, society,…. Course outcomes listed earlier: n Understand fundamentals of programming such as variables, conditional and iterative execution, methods, etc. n Understand fundamentals of object-oriented programming, including defining classes, invoking methods, using class libraries, etc. n Gain exposure to the important topics and principles of software development. [Maybe “computing” more broadly!] n Have the ability to write computer programs to solve specified problems. n Be able to use a software development environment to create, debug, and run programs. 5

6 Personnel Instructors and Lectures. n CS1110: – Prof. Horton: MWF 2-2:50 – and scheduled lab sections on Thur. and Fri. n CS1111: not this fall, sadly! Office Hours n Tom Horton: MW 3-4pm, and TR 1-2, Olsson 228B Course Manager. n TBD (a grad TA) Other Teaching Assistants. n Office hours in Thornton stacks. n See webpage / Collab site for details and schedules.

Contacting Us, Electronic Resources n Online: then choose CS1110, Fall 2009http://collab.itc.virginia.edu – All students enrolled should see this course and have access – Labs, assignments, announcements, forums, FAQs – Important: see forums for discussing assignments – All TAs read the forums, so this is vastly better than . n – Use forums for HW questions instead of – Question on grades, assignments, labs, policy, etc.? Send to: (Note: not cs1110) NOT your instructor Problem or issue regarding you that couldn’t be answered by staff but only professor? horton.uva(at)gmail.com 7

8 Survival Guide Keep up with the course material. n Attend lectures. n Do readings before class. n Comprehend, don’t just do! n But also do: practicing small Java exercises will help you! n Budget lots of time. Do not underestimate. n Visit course home page regularly. Ask for help when you need it! n Post at the course web site! – We monitor the forums constantly. n Office hours (schedule on web page) – TA office hours in Thornton Stacks – Instructor office hours in Olsson

9 Grades Course grades. No preset curve or quota. At most 6 pair programming assignments. 40% At most 3 individual, in-lab programming quizzes. 10% Exam 1: 15%, Weds., Sept. 30 (subject to change) Exam 2: 15%, Weds., Nov. 4 (subject to change) Exam 3:  During final exam period: Sat., Dec. 12, 2pm  Worth 20%.  About one-third may be on material from Exams 1 and 2. Extra credit at staff discretion. Also, how we adjust borderline cases.

10 Course Materials Course website. [ collab.itc.virginia.edu ] n Submit assignments, check grades. n Interact with course staff. n View programming assignments. n Lecture notes. Required readings. Sedgewick and Wayne. Intro to Programming in Java: An Interdisciplinary Approach. n Do readings before class n Condensed textbook available online at but NOT a sufficient substitute for the book n Additional online-only readings may be required Older version of slides available before lecture; Feel free to print and annotate during lecture

11 Collab Demo

12 Pair Programming: Fall 2009 Pair Programming n Writing programs with a partner n One program written, with each contributing in different ways – Navigator vs. Driver. Role-swapping! Why? n Educational benefits: shown to improve learning n Industrial experience: similar technique really used in SW shops – Extreme Programming Mechanics (more coming in week 2) n New partners are assigned at the start of lab N n Partners work together for labs N and N+1 n Partners work together on HW due after lab N+1 n Partner evaluate each other after turning in HW. n Partners must be in same lab. n Chosen based on certain criteria. n You can name up to three people you don’t want to work with!

13 Lab Sections (CS1110 only) Pair Programming (starting with second lab) n Work with an assigned partner for two labs (usually) n Complete the next HW together n Evaluate each other after submitting HW Attendance n Weekly attendance is required in your scheduled lab n Penalty for missing labs: up to 10% of your grade! – We’re not harsh for one or two misses Excused Absences n We’ll give instructions on what to do if you must miss a lab n Allowances will be made for legitimate absences Not yet in a lab? n Explained in class…

14 Programming Assignments Desiderata. n Address an important scientific or commercial problem. n Illustrate the importance of a fundamental CS concept. Possible Examples. n N-body simulation. n Digital signal processing. n DNA sequence alignment. n Manipulating digital images. n Analyzing large data sets. Due. On Weds. Nights about midnight.  You usually have two weeks for each.  Important: late assignments are not accepted! Plan ahead.  Pay attention to honor policy and collaboration policies.  Pair programming with your partner from the previous two labs. you solve scientific problems from scratch!

Tools for Java Programming Computing equipment. n Your own computer. [OS X, Windows, Linux, … ] n Public ITC computer. [Thornton Stacks (Windows)] n Olsson 001 for CS1110 labs. What you’ll need on your own computer. n Java development environment from Sun n DrJava IDE n Some additional “Java libraries” from the textbook n All this is free! n Instructions on what to download and how to install it will be on the Collab site and discussed in Lab 0 15

16 In-lab Programming Quizzes When and How Often? n After Exams 1 and 2, and also the last lab of the term. Why? n Test practical programming skills. n Means less writing of long code on the written exams. Logistics. n Work done individually. n Program must be submitted by end-of-lab. n Timed exercise: lab is 75 minutes long.

Honor Policy Read BOCM carefully! We regularly have problems in CS1110. We catch them. We deal with them. Do the right thing. 17

18 Honor Policy Details See BOCM for details. (You must read this in the BOCM!) n Discussing ideas on homeworks is OK. n Looking at solutions (partial or completed code) is not allowed. – Electronic sharing is clearly not allowed – Debugging someone else’s code is not allowed. n Getting someone else to write your code is an honor violation. n Looking at or sharing solutions from students from previous terms is a violation. n If more collaboration is allowed for an assignment, that will be clearly stated n All assignments are pledged by default, whether we ask you to write the pledge or not. n We may use automated methods to find problems. n We may report violations to the Honor Committee. We may ask students to leave the course. We may reduce assignment or course grades.

19 Are You In the Right Class? What is CS 1111? n Separate “version” of CS1110 intended for students with at least one semester of programming experience. CS1110 n Assumes no programming experience n Meets MWF n Scheduled, timed labs separate from lecture CS1111 n Assumes programming experience n Meets MW n Same lab quizzes, but do them on your own Lecture materials are the same! Assignments are the same! Exams are the same! Grading is the same!

20 Lab 0 Do before first lab! n Read through page 18 in textbook. n Read the online lab description (watch for Collab announcement) Again n Lab 0’s goal is to learn to create and run simple Java programs. n Lab 0 is a gentle, get-your-feet wet activity. n You do not have to install anything on your computer for Lab 0. – But plan to do so afterwards. END OF ADMINISTRATIVE STUFF