+ All Categories
Home > Documents > CSCI 1101B INTRODUCTION TO - Bowdoin College

CSCI 1101B INTRODUCTION TO - Bowdoin College

Date post: 26-Feb-2022
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
5
Department of Computer Science CSCI 1101B INTRODUCTION TO COMPUTER SCIENCE Sean Barker Bowdoin College Sean Barker Logistics and Organizational Info Instructor: Sean Barker [email protected] Course web page: http://www.bowdoin.edu/~sbarker/1101 Questions about dates, times, policies, etc... Check the website first! 2
Transcript

Department of Computer Science

CSCI 1101BINTRODUCTION TO

COMPUTER SCIENCE

Sean Barker

Bowdoin College

Sean Barker

Logistics and Organizational Info

•Instructor: Sean Barker [email protected]

•Course web page: http://www.bowdoin.edu/~sbarker/1101

•Questions about dates, times, policies, etc...• Check the website first!

2

BSE 2015 - Computer Science

First question...

3

What is computer science?

• “Computer science is no more about computers than astronomy is about telescopes, biology is about microscopes or chemistry is about beakers and test tubes. Science is not about tools, it is about how we use them and what we find out when we do.” – Michael Fellows & Ian Parberry

Sean Barker

Algorithms!

4

Sean Barker

Cooking an Egg

5

Sean Barker

An Example Algorithm

•Input: two whole numbers

•1. Call the larger number X, smaller number Y.

•2. Divide X by Y and call the remainder R.

•3. If R is not 0, then:• Change X to be the current value of Y,• Change Y to be the current value of R,• Go back to step 2.

•4. Output Y.

6

Sean Barker

Why Learn to Program?

7

Why Programming?

Enhance analytical/problem-solving abilities!Learn a valuable transferable skill!Prepare for further study of computer science

Sean Barker

Being Explicit

8

Sean Barker

Programming Languages

9


Recommended