Technical Knowledge
Acronyms
Math >:)
Pop Culture
Ingram
100

A 10 kg object accelerates at 3 m/s².
What force is applied?

F=10×3=30 N

100

What does “RAM” stand for?

Random Access Memory

100

Find the derivative of 23x3+210x2+67x

69x2+420x+67

100

What does "GRWM" stand for?

Get ready with me

100

What is Ingram School of Engineering's building name?

Bruce and Gloria Ingram Hall

200

What is the output of this code?

#include <iostream>
using namespace std;

int main() {
    int total = 0;
   
    for (int i = 1; i < 5; i++) {
        total += i;
    }
   
    cout << total;
    return 0;
}

10

200

What does “LED” stand for?

Light Emitting Diode

200

Solve ∫xlnx dx

x2/2 lnx - x2/4 +C

200

Name 3 of Taylor Swift's exes.

Joe Jonas, Lucas Till, Taylor Lautner, John Mayer, Jake Gyllenhaal, Conor Kennedy, Harry Styles, Calvin Harris, Tom Hiddleston, Joe Alwyn, Matty Healy





200

What year did Ingram finish getting built?

2018

300

A 12 V source is connected across a 6 Ω resistor.
How much power is dissipated by the resistor?

I = 12/6 = 2A

P = IV = 2*12 = 24W

300

What does “CAD” stand for?

Computer-Aided Design

300

Solve the system(solve for x and y):

x+y=4

2x−y=1

(x+y)+(2x−y)=4+1 => x=5/3 => 5/3 + y =4

=> y=7/3

300

What was the #1 hit song of 2025?

"Die with a smile" - Bruno & Lady Gaga

300

Whos is the Preisdent of SWE, NSBE, SHPE, IISE

Cassandra, Ogechukwu, Maresa, Jimena

400

A steel rod has an original length of 2 meters.
It elongates by 2 mm under tensile loading.

What is the engineering strain?

0.001

400

What does "JSON" stand for?

JavaScript Object Notation

400

There is a batch of 25 wafers. Four of them have surface defects and the other 21 are good. Three wafers are randomly selected without replacement from this batch.

What is the probability that at least one wafer has surface defects?

(21/3) / (25/3) -> 1330/2300 = 0.5783

1-0.5783 = 0.4217

400

Who has won the most grammy's of all time?

Beyonce

400

Who are the advisors of SWE, NSBE, SHPE

Dr. Londa, Dr. Casey, Dr. Valles

500

A ball is launched horizontally from a 20 m tall building with a speed of 10 m/s.

  1. How long is it in the air?

  2. How far from the base does it land?

Ignore air resistance.
g=9.8 m/s2g = 9.8 \, m/s^2g=9.8m/s2

Time ≈ 2.02 s
Distance ≈ 20.2 m

500

What does "PID"(used in control systems) and "FIFO" stand for?

Proportional–Integral–Derivative

First in first out

500

Find the gradient.

f(x,y,z)= x2y+yz3

f= (2xy, x2+z3, 3yz2)

500

Which celebrity has the most Instagram followers?

Who has the most tiktok followers?

Christiano Ronaldo

Khaby Lame

500

Who is the Director of Ingram?

Dr. Jesus Jimenez

M
e
n
u