Order These Tech Events
Spot the Error
Top Tech CEO's
Programming Languages
Potpourrie
100
Microsoft founded, Vietnam War ended, Apple founded, Intel founded.
What is Intel, Microsoft, Vietnam War, Apple.
100

1. int input; 2. int x; 3. double o; 4. while(x='Y') 5. { 6. for(int x=0; x<=200; x++) 7. { 8. cout << "XYZZ" << endl; 9. int i; 10. } 11. cout<<"Continue? (Y/N)"; 12. cin>>x; 13. }

What is double equals on line 4?
100
Co-founded Apple Computer with Steve Jobs and Ronald Wayne.
Who is Steve Wozniak?
100
This programming language was originally named 'Oak'.
What is Java?
100
First vice president of the United States.
Who is John Adams?
200
C++, C, BASIC, Go, Fortran, Java, SQL.
What is Fortran, BASIC, C, SQL, C++, Java, Go.
200

1. int count; 2. while(count<100) 3. { 4. cout << count; 5. count+=1; 6. }

What is the improper initialization on line 1?
200
Founded both Atari, Inc. and the Chuck E. Cheese's Pizza-Time Theaters chain.
Who is Noel Bushwell?
200
This programming language is named after a popular British TV show.
What is Python?
200
Color you get when you mix 1 part red paint, 1 part green paint and 1 part blue paint.
What is white?
300
HP founded, Bill Gates born, ACM founded, ARPANET, Cell phones.
What is HP, ACM, Bill Gates, ARPANET, Cell phones.
300
(This program is intended to output the values in the array)

1. int array[10]; 2. for(int x=1; x<=10; x++) 3. { 4. cout << x; 5. }

What are the errors in the for loop on line 2? Array begins indexing at 0 and ends at the position 9.
300
Investor and conceptualiser of the Hyper loop, CEO & CTO of SpaceX,CEO & Chief Product Architect of Tesla Motors, cofounder of SpaceX, and was an early investor in multiple companies, like PayPal.
Who is Elon Musk?
300
This programming language is named in homage to the first computer programmer.
Who is Ada?
300
First ten digits of pi.
What is 3.141592653?
400
PSU IST, Facebook, iPod, C#, Google, Wikipedia.
What is Google, IST, C#, Wikipedia, iPod, Facebook.
400

1. int value; 2. do 3. { 4. int ratage = 1; 5. char myPet[20]; 6. int itsAge; 7. strcpy(myPet,rat_Name); 8. itsAge = ratage; 9. printf("My pet is %s\n",myPet); 10. value=10; 11. }while(!(value==10) || !(value==20))

What is the error on line 11? (It will always be not equal to 10 and 20 as it cannot have both values at the same time.)
400
Founders of Weebly and where did they attended college.
Who is David Rusenko, chief technology officer (CTO) Christ Fanini and chief operating officer (COO) Dan Veltri? And what is Penn State?
400
This programming language is named after the birthstone of one of the creator's colleagues.
What is Ruby?
400
Number of ingredients listed on a Mountain Dew.
What is 13?
500
Linux, MS-DOS, Apple Macintosh, Steve Jobs leaves Apple.
What is MS-DOS, Linux, Apple Macintosh, Steve Jobs leaves Apple.
500

1. int a = 10; 2. int* pint; 3. pint = new int; 4. pint = &a; 5. delete pint;

What is line 4? (Should be reassigned to prevent memory leak)
500
The twins that accused Mark Zuckenburg of stealing their idea.
Who are Cameron and Tyler Winklevoss?
500
These programming languages are named after a Penn State professor (1/3).
What is Brooks, Curry or Haskell?
500
Region of India that Sikhism originated in.
What is Punjab?
M
e
n
u