Programming
Math/CS dept
LFC gossips
Math
100

How to check a python version on the local machine

python --version or

python3 --version

100

Main romance of the department

Jamshidi and Bousquet

100
Name one cult

UWC, internationals, frats, sororities, athletes

100

Who invented calculus?

Isaac Newton or Gottfried Leibniz

200

How do you create a main method in python?

if __name__ == '__main__':

       pass


200
Which professor yells a lot?

Suha Dajani

200

CS department enemy

Psych department

200

integral of e^x

e^x

300

What is the data type (for a number) with the lowest memory allocation in java? (Excluding byte)

Short

300

Worst Math 230: Discrete Mathematics professor

Enrique Trevino
300

Who is the most authoritarian department chair

Dr. D

300

What is a cardinality in math?

The size of the set (the number of element in the set)

400

What is the time complexity of inserting an element into a sorted linked list? (Big-oh)

O(n)

400

Professor who dgaf

Sugata Banerji

400

The nastiest place people make out on campus?

Library basement
400

% of data that lies within one standard deviation

68%

500

difference between == and ===

== ignores the datatype of the variable, i.e. it converts them to have the same datatype when comparing 

=== is used to check if the variable are the same datatype and same value

500

What is the purpose of Banerji's chain on the arm

Luck

500

Worst on campus job

Parkurst dishwashing

500

1001 + 1

10