The outfit that is worn during a convention/interview.
Suit
The slope of y = 5x +7
5/1
The year that NSBE was founded
1975
What is the very first program that is taught to students learning any programming language?
Hello World!
Who invented the lightbulb?
Thomas Edison
The 1-page paper that lists your professional history
Resume
Triangle with 2 equal sides
Isosceles
What School founded the first NSBE chapter?
Purdue University
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
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
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
5+(5*5)/5
10
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.
Challenge : Name as many programming languages as possible in 45 seconds, both teams compete!
Will count and verify the winners (:
What company currently has the highest market cap in the world? (What company is valued the most)
Apple
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
(4^3 +16) /10
8
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.
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
What's the fastest growing dating app right now?
Hinge
Most important when it comes to a first impression with an explanation
Abduljabbars Decision
Result of p -> q and q -> r
p -> r
What are the 2 best collegiate chapters in NSBE?
UT Dallas & UNT NSBE, Duhhhhhh
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.)
In what year was the internet invented?
1983