In what decade was the iPhone invented?
2000s (2007)
What operating system does an iPhone use?
iOS
This coding language shares its name with a snake.
Python
Who is the CEO of Google?
Sundar Pichai
How many Demo Days have we had so far?
2
In what decade did Alexander Graham Bell patent the first phone?
1870s
What is the name of the AI-generated shark with shoes?
Tralalero Tralala
This coding language could be a pirate.
C, C++, R
(Sea, Sea (plus plus), Arrrr)
In what decade was Google founded?
1990s (1998)
Where is the Code Next Inglewood permanent lab going to be?
Hollywood Park
In what decade was the first laptop invented?
1980s
What does "open source" mean?
Means software for which the original source code is made freely available and may be redistributed and modified.
What is binary?
A numbering system that uses only two digits: 0 and 1
What is the first sentence of the Unity Circle?
I am a maker, thinker, and leader.
What coding language is this?
<body>
<div>
<p>Hello World!</p>
</div>
</body>
HTML
In what decade was Bluetooth invented?
1990s
What coding language is Minecraft (on the PC) written in?
Java
What will this if statement do?
if num > 0:
print("The number is positive.")
if num % 2 == 0:
print("The number is even.")
else:
print("The number is odd.")
else:
print("The number is not positive.")
If the number is greater than 0, print "the number is positive." Then check if the number is divisible by 2 with no remainder. If it is, then print "the number is even." If not, then print odd.
If the number is not greater than 0, then print "the number is not positive" and stop there.
Code Next Inglewood is Code Next's newest lab. How many other Code Next sites are there and where are they located?
3 other labs, 4 labs total. Oakland, Detroit, New York City, Inglewood