COMS W1004 Introduction to Computer Science May 29, 2009.

Slides:



Advertisements
Similar presentations
COMS W1004 Introduction to Computer Science May 30, 2008.
Advertisements

Cpt S 122 – Data Structures Course Introduction
COMS S1007 Object-Oriented Programming and Design in Java July 8, 2008.
COMS W1004 Introduction to Computer Science June 24, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 5, 2007.
COMS W1004 Introduction to Computer Science June 10, 2009.
COMS W1004 Introduction to Computer Science June 15, 2009.
COMS W1004 Introduction to Computer Science June 25, 2008.
CS 232 Geometric Algorithms: Lecture 1 Shang-Hua Teng Department of Computer Science, Boston University.
CSCI 3 Introduction to Computer Science. CSCI 3 Course Description: –An overview of the fundamentals of computer science. Topics covered include number.
Introduction to Computers Lab Assignments. Introduction to Computers Laboratory Schedule All Lab Sessions are held in the classroom. The completion of.
COMS W1004 Introduction to Computer Science May 28, 2008.
6/20/2015 7:37 PM Lecture 5: Integrity Models James Hook CS 591: Introduction to Computer Security.
COMS W1004 Introduction to Computer Science June 11, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 15, 2008.
Course Material: webcourses.kfupm.edu.sa
CS 232 Geometric Algorithms: Lecture 1 Shang-Hua Teng Department of Computer Science, Boston University.
COMS W1004 Introduction to Computer Science June 1, 2009.
COMS W1004 Introduction to Computer Science June 17, 2009.
COMS W1004 Introduction to Computer Science June 4, 2008.
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
COMS W1004 Introduction to Computer Science June 9, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 3, 2007.
COMS W1004 Introduction to Computer Science May 27, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 10, 2008.
CSE 116 Introduction to Computer Science For Majors II Carl Alphonce 219 Bell Hall.
Computer Science 102 Data Structures and Algorithms V Fall 2009 Lecture 1: administrative details Professor: Evan Korth New York University 1.
COMP 151: Computer Programming II Spring Course Topics Review of Java and basics of software engineering (3 classes. Chapters 1 and 2) Recursion.
WEEK 1 CS 361: ADVANCED DATA STRUCTURES AND ALGORITHMS Dong Si Dept. of Computer Science 1.
MATH 310, FALL 2003 (Combinatorial Problem Solving) MoWeFr 1:20 McGregory 214.
1 CS 233 Data Structures and Algorithms 황승원 Fall 2010 CSE, POSTECH.
Computer Science: A Structured Programming Approach Using C1 8-5 Sorting One of the most common applications in computer science is sorting—the process.
Introduction to Computer Science A Professor Uday Reddy
CompSci 6 Introduction to Computer Science October 20, 2011 Prof. Rodger.
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
Computer Science 102 Data Structures and Algorithms CSCI-UA.0102 Fall 2012 Lecture 1: administrative details Professor: Evan Korth New York University.
CS 858 – Hot Topics in Computer and Communications Security Winter 2009 Introduction.
Nirmalya Roy School of Electrical Engineering and Computer Science Washington State University Cpt S 223 – Advanced Data Structures Course Introduction.
Nirmalya Roy School of Electrical Engineering and Computer Science Washington State University Cpt S 223 – Advanced Data Structures Course Introduction.
CSCE 1030 Computer Science 1 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
ITIS 4510/5510 Web Mining Spring Overview Class hour 5:00 – 6:15pm, Tuesday & Thursday, Woodward Hall 135 Office hour 3:00 – 5:00pm, Tuesday, Woodward.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2002 Sections Ms. Susan Mitchell.
Mohammad Alauthman 1/22/20162 This 3-credit first course for computer science & IT majors, which provides students the basic understanding.
Computer Science: A Structured Programming Approach Using C1 8-7 Two-Dimensional Arrays The arrays we have discussed so far are known as one- dimensional.
Data Structures and Algorithms in Java AlaaEddin 2012.
COMS W1004 Introduction to Computer Science June 2, 2008.
Data Structures By Dr. Mehedi Masud ِAssociate Professor, Computer Science Dept. College of Computers and Information Systems Taif University 1.
ITEC 2620M Introduction to Data Structures Instructor: Prof. Z. Yang Course Website: 20m.htm Office: TEL 3049.
CMPT 238 Data Structures Instructor: Tina Tian. General Information Office: RLC 203A Office Hour: Tue and Fri 12:30 - 2:00PM.
COMP9024: Data Structures and Algorithms Course Outline Hui Wu Session 1, 2016
COMP9024: Data Structures and Algorithms
Syllabus Introduction to Computer Science
Sorts and Searching.
CSCI-1411 Fundamentals of Computing Lab
CS5040: Data Structures and Algorithms
Computer Science 102 Data Structures CSCI-UA
CMPT 409 – Competitive Programming (Spring 2018)
Topics discussed in this section:
نجاح وفشل المنشآت الصغيرة
COMS S1007 Object-Oriented Programming and Design in Java
Computer Science — An Overview J. Glenn Brookshear
Searching and Sorting Arrays
ICS201 Introduction To Computing II
COMS W1004 Introduction to Computer Science
Introduction to OpenGL
COMS W1004 Introduction to Computer Science
CS 232 Geometric Algorithms: Lecture 1
CMPT 238 Data Structures Instructor: Tina Tian.
Presentation transcript:

COMS W1004 Introduction to Computer Science May 29, 2009

Last Time Course overview What is Computer Science? What is an algorithm? Examples of algorithms –Searching: linear search, binary search –Sorting: selection sort, insertion sort S&G chapters 1-2

Today Comparing algorithms Reading: S&G chapter 3 Java basics Reading: Big Java sections , 1.8, and Lecture will end around 8:00 –You can stay for “office hours” if you choose

Big Java readings In general, you will not be responsible for reading the brown “testing” sections or the purple “graphics” sections Specific sections that you are responsible for are listed on the course homepage We will come back to some testing sections later on in the course

Homework #1 Do the following questions from S&G Third Edition: –Chapter 1: 7, 8, 9 –Chapter 2: 1, 10, 11, 21, 22, 23 Research project proposal Homework is due at the beginning of class on Monday, June 1! –Just a paper copy, not electronic

Project Proposal You may work in groups of three or even four if you so prefer Each group need only submit one proposal with everyone’s name on it Please submit these separately from your Homework #1 submission