Math
Computer Science
Statistics
U of T History
Random
100

What is the derivative of the following:

Slide 3

100

What is x after the function?

def modify(lst):

....lst.append(4)

....lst = [1,2,3]


x = [0]

modify(x)

[0, 4]

100

This type of variable can take on values like “red,” “blue,” or “yes,” “no.”

What is a categorical variable?

100

Largest UofT library currently

Robarts Library

100

A programming construct that allows for a block of code to be executed without ever stopping

Infinite Loop

200

What is the value of this definite integral?

17/6

200

What does this evaluate to:

NOT(NOT(NOT(NOT(NOT(FALSE)))))

FALSE

200

 If two variables tend to increase together, their correlation is described as this.

What is positive correlation?

200

 Initial name of UofT before it was called UofT

King's College

200

In "Honeymoon in Vegas", poker player James Caan wins a weekend with Nicolas Cage's girl, played by her

 Sarah Jessica Parker

300

What number does this series add up to :

2

300

Changing a representation to store fewer bits of data

Compression

300

 This rule says that about 68% of data in a normal distribution falls within one standard deviation of the mean.

What is empirical rule?

300

Initial name of UTM before it was called UTM

Erindale College

300

 The computational method which is concerned with the removal of unnecessary detail is called ____

Abstraction

400

This condition must be true for a square matrix A to be invertible.

det(A) does not equal 0

400

The generation in which the internet was first used

4th generation

400

 A function, f(x) used to define the likelihood of a continuous random variable falling within a specific range of values

 pdf function

400

U of T’s first Canadian-born full professor in 1875, then its first Canadian-born president

James Loudon

400

Other people say You Live Only Once, but in Deep Learning world, YOLO means something else

You Only Look Once

500

Evaluate the following limit (Slide 6): 

1

500

Which is faster to access: CPU register, Cache, RAM, Disk

 Give correct order (fast → slow)

Registers → Cache → RAM → Disk

500

A function, f(x) used to define the likelihood of a continuous random variable falling within a specific range of values,

pdf function

500

This breed was found by a UofT science student by taking the animal and it’s mother

Canadian Sphynx Cat

500

A 5 step process that summarizes how computers run

 Fetch/Execute cycle

M
e
n
u