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

Why do we use else in an if/else statement?

To run code when the if condition is not true

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

A specific group of people a business sells its products/services to: 

Target Market


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 = 19, what will this code print?

if age >= 18:

    print("You can vote!")

else:

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

It will print "You can vote! "

400

Differnece Between Tangible and Intangible 

Tangible: Items you can touch. 

Intangible: Items you cannot touch.

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!")

else:

    if number < "0":

        print("Negative!")

    else:

        print("Neither!")

Using >= "0" instead of > "0" makes "0" print "Positive!" instead of "Neither!"

500

Name 3 Types of Pathways in Business

Entrepreneurship/CEO, Marketing, Finance

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