Level 1
More Level 1
Random
Coding Concepts
Startup
100

[LEVEL 1]

# Hint: Not the output

# What does this code do?

for i in range(10):

     if not i % 2 == 0:

          print(i + 1)

What are ... the odd numbers from 0 to 10 plus 1?

Or what is ... only printing the odd integers from 0 to 10 and then adding one to each odd number? 

100

# Hint: The output

my_colors = ["red", "blue", "white", "green"]

print(my_colors[-2])

What is ... white?

[FYI: The code was tested with PythonTutor.]

100

[LEVEL 0]

The a_____ of a c_____ s_____ to a_____ to increased demands.

What is ... scalability?

100

[LEVEL 0]

The r_____ of a p_____ that moves closer to a s_____.

What is ... iteration?

100

[Hint: Acronym]

MVP

What is ... Minimal Viable Product?

200

[Hint: Acronym]

B2B

What is ... Business 2 Business?

300

[Hint: Acronym]

B2C

What is Business 2 Consumer?

400

[Hint: 3D chess]

When Amazon and Facebook and Microsoft want to buy your startup

What is ... Exit Strategy?

500

[Hint: Acronym]

SaaS

What is ... Software as a Service?