Sie sind auf Seite 1von 26

CS50

8TH GRADE
1st Term
Week #1

CS50 CSP
What is CS50 CSP?
• CS50 AP or CS50 CSP is a curriculum
based in the Harvard University’s course
CS50 which is the introductory course to
Computer Science.
• Another question: Why are we seeing this
in school?

CS50 CSP
This is CS50 AP.
an introduction to the intellectual enterprises
of computer science and the art of programming

© David J. Malan, Doug Lloyd


CS50 CSP
What is a Computer?

CS50 CSP
a computer is…

a device

CS50 CSP
a computer is…

a device
that accepts data or input

CS50 CSP
a computer is…

a device
that accepts data or input
and processes it in some way

CS50 CSP
a computer is…

a device
that accepts data or input
and processes it in some way
to automatically produce

CS50 CSP
a computer is…

a device
that accepts data or input
and processes it in some way
to automatically produce
a result

CS50 CSP
a computer is…

a device that accepts data or input and processes it in


some way to automatically produce a result

CS50 CSP
what is computing?

binary number system

CS50 CSP
com•pute (v.) – [1] to calculate or
reckon (a figure or amount)

binary number system

CS50 CSP
5+3

binary number system

CS50 CSP
1 2 3 4 5
binary number system

CS50 CSP
1 2 3
binary number system

CS50 CSP
1 2 3 4 5 1 2 3

binary number system

CS50 CSP
1 2 3 4 5 6 7 8

binary number system

CS50 CSP
com•pute (v.) – [2] to use a
computer or calculator

binary number system

CS50 CSP
1 #include <stdio.h>
2
3 int main(void)
4 {
5 printf(“hello world\n”);
6 return 0;
7 }

CS50 CSP
twitter.com

CS50 CSP
google.com

CS50 CSP
cal•cu•late (v.) – [1] to determine
by reasoning, experience or
common sense

binary number system

CS50 CSP
amazon.com

CS50 CSP
josephy.com

CS50 CSP
coleman.com

CS50 CSP
This is CS50 AP.

CS50 CSP

Das könnte Ihnen auch gefallen