Coding
Business
BioTech
Mix
100

What will happen when the code runs:

H = "hello"

print(H)

It will print hello

100

An organization that provides a service/product to earn a profit. 

Business 

100

The white, stringy material that appears between the layers in the cup is this molecule.

DNA

100

Name a company that uses Python.

Google, Meta, Spotify, Amazon.

200

What can we use when we have to check multiple statements in Python?

Else if (elif) statements.

200

A company that gains no profit/money, but hands out services. 

Non-Profit Organization

200

Strawberries are used in this experiment because they have a lot of this genetic material.

DNA

200

Who is the Bluey cereal targeting to buy?

Little Kids interested in the show

300

Which operator would you use to check if two values are exactly equal?

==

300

Name one form of Utility 

Possession, Time, Information, Form, Place 
300

This chilled liquid makes the DNA visible by causing it to clump together.

Rubbing Alcohol

300

What shape is DNA often shown as?

A double helix / twisted ladder

400

If age = 16, what will this code print?

if age >= 18:

    print("You can vote!")

elif age >= 15:

    print("You can almost vote!")

else:

    print("You can’t vote yet.")

It will print "You can almost vote!"

400

What are the 5 p's of marketing

Promotion, Product, Price, Place, and People

400

What are the 4 reasons for DNA extraction.

Research, Medical, Agriculture, and Forensics

400

What will happen when this code runs:

name = "Bob"

print("Hello" + name)

Hello Bob

500

What is wrong with this?

number = input("Enter a number: ")

if number >= 0:

    print("Positive!")

elif number < 0:

    print("Negative!")

else:

    print("Its Zero!")

Using >= 0 instead of > 0 makes 0 print "Positive!" instead of "Its Zero!"

500
Name all the 7 functions of Marketing

Promotion, Product, Pricing, Selling, Financing, Distribution (Channel Management), Marketing Information Management 

500

Why do you think strawberries show more visible DNA than other fruits?

Has more chromosomes, cells are softer, more copies of dna

500

Name a non-profit organization

Avignon NextGen Leaders

M
e
n
u