Know Your Apple What security? Big-O C++ My first computer
100
Steve Jobs
Who was the CEO of Apple that passed away in 2011?
100
Heartbleed
What is the catastrophic bug in OpenSSL reported in April 2014?
100
2^n
What O-Notation has the highest growth-rate?
100
Bjarne Stroustrup
Who created C++?
100
IBM 650
IBM made me as the first mass produced computer
200
Steve Wozniak
Who built the first personal Apple Computer?
200
2038
In most Unix-like systems, the clock will have an integer-overflow in which year?
200
O(N)
What is the running time (O-Notation) of this function?
int function(int result, int n)
{
for (int i = 3; i <= n; ++1)
result += i * n;
return result;
}
200
C with Classes
What was the original name of C++?
200
Apple Lisa
In 1983, I was Apple's first GUI home computer
300
Compact Macintosh
What was the name of the of the original mac?
300
goto: fail
What line of code caused SSL security vulnerability on iOS6, 7 and OS X 10.9 in 2014?
300
O(NlogN)
What is the complexity class for quicksort? (bestcase)
300
! (bang)
Which operator has the highest precedence in C++?
300
Z1
What was the first programmable computer?






ICSSC Jeopardy Round 1 Game 1

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline