You pay this either every month or every 6 months for insurance
What is a premium
Is a bio/chem something or other engineer Major
Who is Callie
Money you can earn for school that does not need to be paid back
What is a Scholarship or grant?
This is a two week commitment
What is a sprint
return mylist[::2]
mylist = []
for i in range (21):
mylist.append(i)
func(mylist)
[0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20]
You fill me out every time you start a new job.What you write on me determines how much your employer withholds in taxes
What is a W-4
I have 2 less teeth then everyone else.
Nivens
A ____________is a requirement that has to be satisfied before you can enter a class
What is a Pre-requisite?
Who is the person in charge of the sprints?
What is a scrum master?
def sort_list (mylist):
#write this code
mylist = [1,8,5,10,222,0]
func(mylist)
Everyone that correctly does it get points
When taking out a loan, this is the yearly interest generated by a sum that's charged to borrowers or paid to investors
What is an APR
I’m not gay 😎 and I think Ryan Reynolds is hot
Philip
A class with a lab is how many credit hours?
What is 4 hours
It’s a list of new product features, updates, bug fixes, etc. that are required by the user.
What is a backlog?
def sort_list (mylist):
#write function to sort list
mylist = ["banana", "grape" , "potato" , "Ball", "Apple"]
func(mylist)
Full points to a team that gets it completely right. Half points if sort of right.
This animal needs to be cooked to an internal temp of 165
What is Chicken
I have been in handcuffs.
Little Ben
the student’s cumulative GPA falls below the minimum of _____, the student will be placed on academic probation,?
They are the key members of an Agile or Scrum team.
What is a Product Owner?
What does this code do?
def list_function (mylist, otherlist):
for item in mylist:
otherlist.insert(0, item)
mylist = ["banana", "grape" , "potato" , "Ball", "Apple"]
otherlist = []
list_function(mylist, otherlist)
It reverses the list
This covers physical injury to anyone in others vehicles
What is bodily injury liability
I placed 9th in the nation for a game design competition
Cole
Something that is required for students to fill out to keep receiving financial aid and to apply for more scholarships?
What is the FAFSA
Waterfall projects have fixed requirements and usually negotiate Cost and Schedule. Agile projects negotiate this.
What is Scope?
Everyone gets points for the correct answer