SUNY Geneseo Department of Computer Science


Introduction

{Date}

CSci 141, Spring 2004
Prof. Doug Baldwin

Return to List of Lectures

(No Previous Lecture)


Introductions

This is CSci 141, Introduction to Computer Science

I'm Doug Baldwin

Lab 1

Hand out Syllabus

Where this course fits

What is Computer Science?

Methods of inquiry

An illustration

[Array < 1 6 11 ? 20 ? ? ?>]

            Ask about middle element
              if higher than what you want
                  repeat in first half
              if lower than what you want
                  repeat in upper half
              else
                  done
            Check element 0
              then element 1
              then 2...
              until you either what find you want or get to end of array

Next

A more thorough look at design in an object oriented setting

Read Chapter 2

Be prepared to play chess


Next Lecture