General Questions
Co-workers
College
Agile
Coding Problems
100

You pay this either every month or every 6 months for insurance

What is a premium

100

Is a bio/chem something or other engineer Major

Who is Callie

100

Money you can earn for school that does not need to be paid back

What is a Scholarship or grant?

100

This is a two week commitment

What is a sprint

100
​​​​def func (mylist):

        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]

200

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

200

I have 2 less teeth then everyone else. 

Nivens

200

A ____________is a requirement that has to be satisfied before you can enter a class   

What is a Pre-requisite?

200

Who is the person in charge of the sprints? 

What is a scrum master?

200

def sort_list (mylist):

      #write this code

mylist = [1,8,5,10,222,0]

func(mylist)

Everyone that correctly does it get points

300

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

300

I’m not gay 😎 and I think Ryan Reynolds is hot

Philip

300

A class with a lab is how many credit hours? 

What is 4 hours

300

It’s a list of new product features, updates, bug fixes, etc. that are required by the user.

What is a backlog?

300

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. 

400

This animal needs to be cooked to an internal temp of 165

What is Chicken

400

I have been in handcuffs. 

Little Ben

400

the student’s cumulative GPA falls below the minimum of _____, the student will be placed on academic probation,?

What is 2.0
400

They are the key members of an Agile or Scrum team.

What is a Product Owner?

400

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

500

This covers physical injury to anyone in others vehicles

What is bodily injury liability

500

I placed 9th in the nation for a game design competition

Cole

500

Something that is required for students to fill out to keep receiving financial aid and to apply for more scholarships?

What is the FAFSA

500

Waterfall projects have fixed requirements and usually negotiate Cost and Schedule. Agile projects negotiate this.

What is Scope?

500
Does the superhero save the village? 

Everyone gets points for the correct answer