this is cs50cdn.cs50.net/2018/fall/lectures/0/lecture0.pdf · csso 1 2 3 5 8 11 12 pick up phone...

Post on 23-Jun-2020

0 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

This is CS50

68%of CS50 students have never taken CS before

what ultimately matters in this course is not so much where you end up relative to your classmates but where you,

in Week 10, end up relative to yourself in Week 0

input → → output

representation

1 2 3

A

65

ASCII

A B C D E F G H I ...

65 66 67 68 69 70 71 72 73 ...

72 73 33

H I

72 73 33

H I !

72 73 33

H I !

72 73 33

1001000 1001001 100001

abstraction

1001000 1001001 100001

72 73 33

1001000 1001001 100001

H I !

72 73 33

1001000 1001001 100001

Unicode

UTF-8

128514

11111011000000010

72 73 33

RGB

72 73 33

input → → output

algorithms

pseudocode

● functions● conditions● Boolean expressions● loops

● functions● conditions● Boolean expressions● loops● variables● threads● events● ...

This is CS50

top related