CS
MATH
Physics
Chemistry
NJIT General
100

lst = [1,4,3,5,2,5,6]

print(len(lst))


Given the following pseudocode, what is the output?

7

100

What is the derivative of x2

2x
100

What is the name of the law that states an object will remain at rest unless acted upon by an external force?

Newton's First Law of Motion
100

This chemical symbol represents Gold

Au

100

Where can you find Financial Aid Services?

Student Mall

200


lst = [1,4,2,6,3,3,9]


What is the index value of 6?

3

200

What does an integral represent?

The area underneath a curve

200

What is the value that can be found from the area under a velocity-time graph?

Displacement

200

This is the name of the chemical reaction that involves the release of heat/energy

Exothermic reaction

200
This is the reason why we are referred to as "Highlanders"

Schools is located on top of high land

300

def unknown(n):

  if (n%2 == 0):

        return true

  else 

        return False


What does this function do?

Tells whether or not a number is even

300

What is the derivative of cos(3x)?

-3sin(3x)

300

This is the acceleration of the very top point on the path of a projectile

9.8 m/s

300

This chemical reaction requires water as a reactant

Hydrolysis

300

Career Development Service (CDS) helps students achieve their career goals through career advising, coaching, skill-building, and practical, experience opportunities. This is where it is located

Fenster Hall - Second Floor
400

lst = [1,2,3,5,3,6,2,7,4,3]

lst[::-1]


What does this do?

Reverses the array

400
Name 3 integration techniques

Substitution Method

Trigonometric Substitution

Integration of Rational Functions by Partial Fractions

Integration by Parts

Numerical Integration

400

A 5kg loaded rifle is initially held at rest and then fired. The 0.05kg bullet leaves the barrel at 450 m/s. What is the final momentum of the bullet gun system?

0

400

This substance increases the rate of a chemical reaction without being chemically altered

A catalyst
400

This is the original name of NJIT

Newark Technical School

500

string = "Hello"

string + "World"

string[5]


What is the output?

This will cause an error

500

What is the limit definition of a derivative 

limh-> 0 (f(x+h) - f(x)) / h

or 

limx-> 0 (f(x) - f(a)) / (x-a)

500

When this equation is true, we know that an object is rolling without slipping

v = rw 

or 

Linear Velocity = Radius x Angular Velocity

500

This functional group is present in alcohol

Hydroxyl group (-OH)

500

This program allows first-years to enter into weekly raffles for a chance to win prizes by collecting virtual stamps in sponsored events

Highlander Passport Program

M
e
n
u