Lists, Loops, and Higher Order Functions
June 27th, 2019
Announcements
Lists
Types of Data in Snap! (review)
Some common lists
Shopping list:
Grades:
Lists in Snap!
Shopping list
Grades
List
A list is an ordered sequence of zero or more values
Control Flow
Control Flow
Control Flow Summary
Control Flow Summary
Control Flow Summary
Which of the following will say the items of DATA?
A.
B.
C.
D.
E.
Which of the following will say the items of DATA?
A.
B.
C.
D.
E.
Higher-Order Functions (HOFs)
Higher-Order Functions
Map
function
list
Keep
predicate
list
Combine
function
list
What is the output?
A.
B.
C. 0
D. 30
E. -30
What is the output?
A.
B.
C. 0
D. 30
E. -30
Summary