Statistics/R
Java
Databases
Professional Communication
Electives
100

The entire collection of individuals or objects about which information is desired

What is population?

100

An object is an instance of a _____

What is a class?

100
Keyword used to sort data in descending order 

What is DESC?

100

An appeal to logic

What is Logos?


100

The name of this formula:

PV = (FV)/(1+i)n

What is the Time Value of Money?
200

The average distance of data values from their mean

What is a standard deviation?

200

A loop that checks a condition, executes its body, and updates a variable

What is a for loop?

200

Keyword used to tell the database which table to retrieve the columns from

What is FROM?
200

The three classical appeals to reason

What is Logos, Pathos, and Ethos?
200

FASB, PCAOB, GAAP all apply to this field of study

What is accounting?

300

The dependent variable:

lm(Variable1~Variable2, data=df)

What is Variable1?

300

A way to store multiple objects in a single reference

What is a LinkedList? OR What is an array?

300

RDBMS stands for ______

What is Relational Database Management Systems?

300

The course code for professional writing

What is GEB5212?

300

Name 2/4 P's of marketing

Product, price, place, promotion
400

A numerical characteristic of a population

What is a parameter?


400

String1 = "abc";

String2 = "abc";

String1 == String 2; // This will return _____

What is false?

400

Keyword used to delete all rows from a table

What is TRUNCATE TABLE?

400
False or faulty methods of reasoning 

What is a logical fallacy?

400

Agile framework notable for using cards to track progress

What is kanban?

500

K-means clustering is a type of _____ learning algorithm

What is unsupervised?

500

Pick the line(s) that will give a compiler error:

static void main( String[ ] args) {
   int i = 0;
               for(int j =0; i < 10; i++, j++) {
                               int z = i*j;
System.out.println (i + j + z);
                }
               System.out.println(i); // Line 1
               System.out.println(j); // Line 2
               System.out.println(z); // Line 3

What are Lines 2 and 3?

500

PARTITION BY is a subclause of a(n) _____ clause

What is OVER?

500

Name the clarity error in the following sentence: 

The policy was set to raise salaries commensurate with seniority

What is passive voice?

500

Common stock + Retained earnings = ________

What is Equity?