Missing Vowels
What comes 4th?
Technicals
Jeopardy
Even more...
100

W SHFLT HNK NG

WISHFUL THINKING

100

0, 1, 10, ???

11 or 3

100

What does [] === [] evaluate to?

false

100

Referred to as Programming Documentation

What is Commenting?

100

What language is CS1101S taught in?

(hint: it is not Source)

English

200

BN RYTR

BINARY TREE

200

Bit, Crumble, Nibble, ???

Byte

200

What does -Infinity/Infinity evaluate to?

NaN

200

It is a function that rounds decimal values.

What is math_round?

200

How do you get the first element of a list, xs, in O(logn) time?

head(xs)

300

CLST HDR

CLOSE THE DOOR

300

Undo, Cut, Copy, ???

Paste

300

What does is_pair([1,2]) evaluate to?

true

300

It is a mix of English and code that tells your program what to do.

What is pseudocode?

300

Why is a programming bug called a bug?

The first programming bug was caused by a moth

400

B STR CTN

ABSTRACTION

400

Read, Evaluate, Print, ???

Loop

400

What does parse_int("1101S", 2) evaluate to?

13

400

What is recursion?

What is recursion?

400

Is the environment of a function object in the right eyeball or the left eyeball of the function object?

 Left!

500

CMM NCT NGCMP TTNL PRC SSS

COMMUNICATING COMPUTATIONAL PROCESSES

500

function, list, while, ???

MCE

(Anything related to Source 4)

500

What does 0.1 + 0.2 === 0.3 evaluate to?

False

500

It is a control flow construct that does something over and over again.

What is a loop?

500

What is the best answered question in Reading Assessment 1?

Question 1