Before Your Time
Tech Trends
Cryptic Code
All Things Google
Know Your Code (Next)
100

In what decade was the iPhone invented?

2000s (2007)

100

What operating system does an iPhone use?

iOS

100

This coding language shares its name with a snake.

Python

100

Who is the CEO of Google?

Sundar Pichai

100

How many Demo Days have we had so far?

2

200

In what decade did Alexander Graham Bell patent the first phone?

1870s

200

What is the name of the AI-generated shark with shoes?

Tralalero Tralala

200

This coding language could be a pirate.

C, C++, R

(Sea, Sea (plus plus), Arrrr)

200

In what decade was Google founded?

1990s (1998)

200

Where is the Code Next Inglewood permanent lab going to be?

Hollywood Park

300

In what decade was the first laptop invented?

1980s

300

What does "open source" mean?

Means software for which the original source code is made freely available and may be redistributed and modified.

300

What is binary?

A numbering system that uses only two digits: 0 and 1

300

What is the first sentence of the Unity Circle?

I am a maker, thinker, and leader.

400

What coding language is this?

<body>
    <div>
        <p>Hello World!</p>
    </div>
</body>

HTML

500

In what decade was Bluetooth invented?

1990s

500

What coding language is Minecraft (on the PC) written in?

Java

500

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.

500

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

M
e
n
u