Physics
Calculus
NSBE
Computer Science
Mystery Category...
100

The outfit that is worn during a convention/interview.

Suit

100

The slope of y = 5x +7

5/1

100

The year that NSBE was founded

1975

100

What is the very first program that is taught to students learning any programming language?

Hello World!

100

Who invented the lightbulb?

Thomas Edison

200

The 1-page paper that lists your professional history

Resume

200

Triangle with 2 equal sides

Isosceles 

200

What School founded the first NSBE chapter?

Purdue University

200


What is the value of balance after the following code is executed
int balance = 10;

while (balance >= 1) {
if (balance < 9){
continue;
balance = balance - 9;
}

10

10

200

What dating platform does Match Group NOT own?

Hinge
BLK
Match.com
Bumble
Tinder

Bumble!
Fun Fact: The founder of Bumble used to work at Tinder

300

int_1^2 sqrt(1 \2x^3+2x+1) \ dx

Self-Introduction

Reason why you're a valid candidate with the experience you have

Goals

300

5+(5*5)/5

10

300
NSBE mission statement

The mission of the National Society of Black Engineers is to increase the number of culturally responsible Black Engineers who excel academically, succeed professionally and positively impact the community.

300

Challenge : Name as many programming languages as possible in 45 seconds, both teams compete!

Will count and verify the winners (:

300

What company currently has the highest market cap in the world? (What company is valued the most)

Apple

400

Center you can go to at the University of Rochester to work on your professional needs

Gwen M. Greene Center for Career Education and Connections

400

(4^3 +16) /10

8

400

Challenge: Both teams must compete to name as many states as you can that sit in our NSBE region, Region 5.
Hint: there are 6 regions

Texas
Arkansas
Iowa
Kansas
Louisiana
Missouri
North Dakota
Nebraska
Oklahoma
South Dakota

*Bonus for Mexico, Central America, South Africa, and the Dominican Republic.

400


How many times is the println statement executed?

for(int i = 0; i < 10; i++){
for(int j = 0; j < i; j++){
System.out.println(i*j);
}
}

45 times

400

What's the fastest growing dating app right now?

Hinge

500

Most important when it comes to a first impression with an explanation

Abduljabbars Decision

500

Result of  p -> q and q -> r

p -> r

500

What are the 2 best collegiate chapters in NSBE?

UT Dallas & UNT NSBE, Duhhhhhh

500

Name the 5 basic components of a computer system:

The Processor (CPU)
Main Memory (RAM)
Storage (SSD, HD)
Outputs (Display, Speaker, etc.)
Inputs (Mouse, Keyboard, Camera, etc.)

500

In what year was the internet invented? 

1983