Episode 3: Symbols and Boolean Values (You have 1 new chat request) - - PowerPoint PPT Presentation

episode 3 symbols and boolean values you have 1 new chat
SMART_READER_LITE
LIVE PREVIEW

Episode 3: Symbols and Boolean Values (You have 1 new chat request) - - PowerPoint PPT Presentation

Episode 3: Symbols and Boolean Values (You have 1 new chat request) (You have 1 new chat request) Sophia: Really? (You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. (You have 1 new chat request) Sophia: Really? Michael: Hi 2


slide-1
SLIDE 1

Episode 3: Symbols and Boolean Values

slide-2
SLIDE 2

(You have 1 new chat request)

slide-3
SLIDE 3

(You have 1 new chat request) Sophia: Really?

slide-4
SLIDE 4

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2.

slide-5
SLIDE 5

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values.

slide-6
SLIDE 6

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith?

slide-7
SLIDE 7

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of.

slide-8
SLIDE 8

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of")

slide-9
SLIDE 9

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false

slide-10
SLIDE 10

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of)

slide-11
SLIDE 11

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of) => false

slide-12
SLIDE 12

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of) => false Sophia: The only boolean values are true or false.

slide-13
SLIDE 13

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of) => false Sophia: The only boolean values are true or false. Michael: Ok. “Sort of” meant (or true false).

slide-14
SLIDE 14

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of) => false Sophia: The only boolean values are true or false. Michael: Ok. “Sort of” meant (or true false). Sophia: (or true false)

slide-15
SLIDE 15

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of) => false Sophia: The only boolean values are true or false. Michael: Ok. “Sort of” meant (or true false). Sophia: (or true false) => true

slide-16
SLIDE 16

(You have 1 new chat request) Sophia: Really? Michael: Hi 2 u 2. Sophia: Let’s see how you are at producing boolean values. Sophia: Are you dating Judith? Michael: Sort of. Sophia: (boolean? "Sort of") => false Sophia: (boolean? ’sort-of) => false Sophia: The only boolean values are true or false. Michael: Ok. “Sort of” meant (or true false). Sophia: (or true false) => true Sophia: Again: really?

slide-17
SLIDE 17
slide-18
SLIDE 18

Michael: How about (and (or (true false)) (not (or true false)))

slide-19
SLIDE 19

Michael: How about (and (or (true false)) (not (or true false))) Sophia: Well, that is false

slide-20
SLIDE 20

Michael: How about (and (or (true false)) (not (or true false))) Sophia: Well, that is false Sophia: You are confused.

slide-21
SLIDE 21

Michael: How about (and (or (true false)) (not (or true false))) Sophia: Well, that is false Sophia: You are confused. Sophia: I’ll talk l8r.

slide-22
SLIDE 22

Michael: How about (and (or (true false)) (not (or true false))) Sophia: Well, that is false Sophia: You are confused. Sophia: I’ll talk l8r. Michael: Really?

slide-23
SLIDE 23

Michael: How about (and (or (true false)) (not (or true false))) Sophia: Well, that is false Sophia: You are confused. Sophia: I’ll talk l8r. Michael: Really? Sophia: true

slide-24
SLIDE 24
slide-25
SLIDE 25

(You have 1 new chat request)

slide-26
SLIDE 26

(You have 1 new chat request) Sophia: Hi

slide-27
SLIDE 27

(You have 1 new chat request) Sophia: Hi Eve: Hi. How you doing?

slide-28
SLIDE 28

(You have 1 new chat request) Sophia: Hi Eve: Hi. How you doing? Eve: Heard about the texting with Michael last week.

slide-29
SLIDE 29

(You have 1 new chat request) Sophia: Hi Eve: Hi. How you doing? Eve: Heard about the texting with Michael last week. Eve: And then the smackdown from Judith. sry.

slide-30
SLIDE 30

(You have 1 new chat request) Sophia: Hi Eve: Hi. How you doing? Eve: Heard about the texting with Michael last week. Eve: And then the smackdown from Judith. sry. Sophia: (define (how-am-I-doing season last-chat) (cond [(or (symbol=? season ’summer) (symbol=? season ’spring)) ’good] [(and (symbol=? season ’fall) (not (string=? last-chat "Michael"))) ’okay] [(symbol=? season ’winter) ’cold] [else ’not-great]))

slide-31
SLIDE 31
slide-32
SLIDE 32

Sophia: Did I mention that Michael doesn’t understand boolean values?

slide-33
SLIDE 33

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false

slide-34
SLIDE 34

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false Eve: That is man thing.

slide-35
SLIDE 35

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false Eve: That is man thing. Sophia: :)

slide-36
SLIDE 36

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false Eve: That is man thing. Sophia: :) Sophia: ’my-thanks

slide-37
SLIDE 37

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false Eve: That is man thing. Sophia: :) Sophia: ’my-thanks Eve: ?

slide-38
SLIDE 38

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false Eve: That is man thing. Sophia: :) Sophia: ’my-thanks Eve: ? Sophia: Just a symbol of my thanks.

slide-39
SLIDE 39

Sophia: Did I mention that Michael doesn’t understand boolean values? Eve: false Eve: That is man thing. Sophia: :) Sophia: ’my-thanks Eve: ? Sophia: Just a symbol of my thanks. Sophia: ty for cheering me up.

slide-40
SLIDE 40

End of Episode 3