Debugging CSC 171 FALL 2001 LECTURE 22. Project 4 Hardcopies are outside of CSB 722 All returns outside CSB 722.

Slides:



Advertisements
Similar presentations
What’s this course all about?
Advertisements

Department of Mathematics and Computer Science
Cpt S 122 – Data Structures Course Introduction
1-1 CMPT 225 Data Structures and Programming Instructor: Aaron Hunter Section: E300 Campus: Harbour Centre Semester: Spring 2007.
1 Course Information Parallel Computing Fall 2008.
COMS W1004 Introduction to Computer Science June 25, 2008.
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.
BA271 Week 9 Lecture Using forms in Access. Status Report … Review where we are … –Midterm – Graded! –Final websites – Graded! –Access #1 – Graded! –Access.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Computer science careers. Computer science at UCSC UC Santa Cruz CMPS 10 – Introduction to Computer Science
Backtracking CSC 172 SPRING 2004 LECTURE 11. Reminders  Project 3 (mastermind) is due before Spring break  Friday, March 5 th 5PM  Computer Science.
Administrivia Interviews this week: ex-TA Paul Hale Nate's office hours, as usual: Wed 2-4 The final survey will be up by Thursday: –you NEED to do this,
ECE200 – Computer Organization Course Introduction.
Data Structures and Programming.  John Edgar2.
1 CSC 221: Computer Programming I Fall 2004 course overview  what did we set out to learn?  what did you actually learn?  where do you go from here?
Welcome to CS 115! Introduction to Programming. Class URL Please write this down!
Friday, May 20 th : “A” Day Monday, May 23 rd : “B” Day Agenda  Hand back/go over chapter 7 test  Collect books  Semester exam review Looking Ahead:
1 MSCS 237 Distributed Computing Spring 2006 INSTRUCTOR: Dr. Sheikh Iqbal Ahamed Office: Cudahy Hall 386 Phone: Office Hours: Monday 2:00-3:00pm.
(Tentative) Plan for Last Days of School. Friday 5/8 / Monday 5/11 Work on empathy final project Tuesday 5/12 / Wednesday 5/13 (MIN.) Work on empathy.
Integrating Parallel and Distributed Computing Topics into an Undergraduate CS Curriculum Andrew Danner & Tia Newhall Swarthmore College Third NSF/TCPP.
5.0 Objects First with Java A Practical Introduction using BlueJ Introduction to Computer Science I Instructor: Allyson Anderson.
CSCA48 Course Summary.
ITEC 2620A Introduction to Data Structures
Introduction to Computer Science A Professor Uday Reddy
CSI Topics in Pattern Recognition: Gesture Recognition and Robotics Spring Semester, 2010.
Chapter 1 What is Programming? Lecture Slides to Accompany An Introduction to Computer Science Using Java (2nd Edition) by S.N. Kamin, D. Mickunas, E.
20-753: Fundamentals of Web Programming 1 Lecture 1: Introduction Fundamentals of Web Programming Lecture 1: Introduction.
CSCE 1040 Computer Science 2 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
Discrete Maths: Prelim/0 1 Discrete Maths (OLD) Objective – –to give some background on the course , Semester 1, Who I am: Andrew.
Welcome to CS 221! First Course in Computer Science for Engineers.
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
Engineering Secure Software. Vulnerability of the Day  Each day, we will cover a different type of code-level vulnerability Usually a demo How to avoid,
CS 415 Daily Announcements. Friday, 26 August 2005 Readings: –Read Chapter 1 for next Monday –Read Algol 60 report for next Wednesday –Read some of chapter.
Welcome to / Bienvenue à A Introduction to Computing II Instructor: William Renner TA: TBA Course website: Fall Session.
Number Representation, Data Types and Elementary Programming Shirley Moore CS 1401 February 5-7, 2013.
CS 153: Concepts of Compiler Design August 26 Class Meeting Department of Computer Science San Jose State University Fall 2015 Instructor: Ron Mak
CSC 395 – Software Engineering Lecture 2: Programming As Art & Intro to Software Engineering.
Lecture 23: November 30, 2011 Creative Ideas Enabled by Computer Science CS 104 – Fall 2011 Exploring Computer Science.
University of Limerick1 Computer Applications CS 4815 Robocode.
CPSC 315 Programming Studio Spring 2008 John Keyser.
Compiler Construction (CS-636)
CS 160: Software Engineering December 10 Class Meeting Department of Computer Science San Jose State University Fall 2014 Instructor: Ron Mak
CSCE 1030 Computer Science 1 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
Interfaces Chapter 9. 9 Creating Interfaces An interface is a contract. Every class that implements the interface must provide the interface’s defined.
Boris Milašinović Faculty of Electrical Engineering and Computing University of Zagreb, Croatia 15th Workshop on "Software Engineering Education and Reverse.
Course web page: ECE 646 Cryptography and Computer Network Security ECE web page  Courses  Course web pages  ECE 646.
CSCE 315 Programming Studio Spring 2013 John Keyser.
11/30/2015PHY 711 Fall Lecture 371 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 37 Review of.
COMP 103 wrapping up and some exam tips 2015-T2 Lecture 32 Marcus Frean School of Engineering and Computer Science, Victoria University of Wellington 
CSC Programming for Science Lecture 37 : Course Review.
Course Information CSE 2031 Fall Instructor U. T. Nguyen /new-yen/ Office: CSEB Office hours:  Tuesday,
CS 225 Discrete Structures in Computer Science Winter, 2014: 157 Spring, 2014: 151 Summer, 2014: Two sections 97 and 53.
1 Welcome Alireza Humber College Lecture 1 Game 540 Alireza
Spring 2008 Mark Fontenot CSE 1341 – Honors Principles of Computer Science I Note Set 1 1.
Drug Use and Society PSY Professor: Donald J. Stehouwer Phone: Office:310 Psychology Bldg. Hours:Thursdays.
CSC 172 DATA STRUCTURES. MIDTERM REVIEW MIDTERM EXAM 75 min 6 – 10 questions a lot like the quiz questions.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
What Do Computers Do? A computer system is
CSc 020: Programming Concepts and Methodology II
CS 153: Concepts of Compiler Design August 29 Class Meeting
CSC 221: Computer Programming I Fall 2005
September 27 – Course introductions; Adts; Stacks and Queues
Algorithm Design and Analysis
Introduction CSE 373 Data Structures.
Algorithm Design and Analysis
Homework Reading Machine Projects Labs
CS114B Introduction to Computer Science II
Trees Kun-Mao Chao (趙坤茂)
Presentation transcript:

Debugging CSC 171 FALL 2001 LECTURE 22

Project 4 Hardcopies are outside of CSB 722 All returns outside CSB 722

End of Semester Events Student Cryptography talks Today 12/11 4:50-6:15 CSB 601 Mable, the robot table Friday 12/14 May Room 3:30-4:30 Monday 12/17 12:20 CSB 209

FINAL EXAM 30% multiple & short – 30 one point questions – 1 hour (2 min each) 70% code – 14 five point questions – (8.5 min each) Review 2 nd midterm There could be similar questions Lists – Operations – interpretation Trees – Construction – Traversal Inheritance Interfaces Methods

History: Donald Knuth Don Knuth a dozen volumes on the "Art of Programming”. The first three turn out to be the "bibles" of software development Many basic algorithms of the field that became known as "data structures“. Many of the techniques that would become the basis of "software engineering". In 1982, Knuth received the IEEE Computer Society Pioneer Award Things a Computer Scientist Rarely Talks About - Interactions Between Faith and Computer Science

JDB – the Java debugger Compile with the “-g” option Allows developers to “step” through a program Allows inspection of running programs Demo

COURSE EVALUATIONS Tuesday, December 11 th, in Lecture