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.
Why do we use else in an if/else statement?
To run code when the if condition is not true
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?
==
A specific group of people a business sells its products/services to:
Target Market
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 = 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! "
Differnece Between Tangible and Intangible
Tangible: Items you can touch.
Intangible: Items you cannot touch.
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!")
else:
if number < "0":
print("Negative!")
else:
print("Neither!")
Using >= "0" instead of > "0" makes "0" print "Positive!" instead of "Neither!"
Name 3 Types of Pathways in Business
Entrepreneurship/CEO, Marketing, Finance
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