What will happen when the code runs:
H = "hello"
print(H)
It will print hello
An organization that provides a service/product to earn a profit.
Business
The white, stringy material that appears between the layers in the cup is this molecule.
DNA
Name a company that uses Python.
Google, Meta, Spotify, Amazon.
What can we use when we have to check multiple statements in Python?
Else if (elif) statements.
A company that gains no profit/money, but hands out services.
Non-Profit Organization
Strawberries are used in this experiment because they have a lot of this genetic material.
DNA
Who is the Bluey cereal targeting to buy?
Little Kids interested in the show
Which operator would you use to check if two values are exactly equal?
==
Name one form of Utility
This chilled liquid makes the DNA visible by causing it to clump together.
Rubbing Alcohol
What shape is DNA often shown as?
A double helix / twisted ladder
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!"
What are the 5 p's of marketing
Promotion, Product, Price, Place, and People
What are the 4 reasons for DNA extraction.
Research, Medical, Agriculture, and Forensics
What will happen when this code runs:
name = "Bob"
print("Hello" + name)
Hello Bob
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!"
Promotion, Product, Pricing, Selling, Financing, Distribution (Channel Management), Marketing Information Management
Why do you think strawberries show more visible DNA than other fruits?
Has more chromosomes, cells are softer, more copies of dna
Name a non-profit organization
Avignon NextGen Leaders