W SHFLT HNK NG
WISHFUL THINKING
0, 1, 10, ???
11 or 3
What does [] === [] evaluate to?
false
Referred to as Programming Documentation
What is Commenting?
What language is CS1101S taught in?
(hint: it is not Source)
English
BN RYTR
BINARY TREE
Bit, Crumble, Nibble, ???
Byte
What does -Infinity/Infinity evaluate to?
NaN
It is a function that rounds decimal values.
What is math_round?
How do you get the first element of a list, xs, in O(logn) time?
head(xs)
CLST HDR
CLOSE THE DOOR
Undo, Cut, Copy, ???
Paste
What does is_pair([1,2]) evaluate to?
true
It is a mix of English and code that tells your program what to do.
What is pseudocode?
Why is a programming bug called a bug?
The first programming bug was caused by a moth
B STR CTN
ABSTRACTION
Read, Evaluate, Print, ???
Loop
What does parse_int("1101S", 2) evaluate to?
13
What is recursion?
What is recursion?
Is the environment of a function object in the right eyeball or the left eyeball of the function object?
Left!
CMM NCT NGCMP TTNL PRC SSS
COMMUNICATING COMPUTATIONAL PROCESSES
function, list, while, ???
MCE
(Anything related to Source 4)
What does 0.1 + 0.2 === 0.3 evaluate to?
False
It is a control flow construct that does something over and over again.
What is a loop?
What is the best answered question in Reading Assessment 1?
Question 1