MS-ISOM
AIS
DATA SCIENCE
CODING
SQL
100

This academic advisor is known for his love of all things Disney.

Ryan Chin-Hing

100

There are currently this many committees in AIS.

6

100

The name of the popular Python library typically used for Data Science.

Pandas

100

String[] arr = new String[] {“a”, “b”, “c”, “d”}; 

for (int i = 0; i < 3; i++){

System.out.print(arr[i]);}

abc

100

Command for adding a new row to a table.

INSERT

200

Before you get your graduation cord, you have to do this in HireWarrington.

Report your outcome

200

This was the name of the second GBM of Spring 2024 semester, hosted by one of our corporate sponsors.

Deloitte Business Chemistry

200

Computer systems that can learn and adapt without following explicit instructions.

Machine Learning

200

Popular IDE for Java development.

IntelliJ

200

This Visualization tool is just a more user-friendly way of performing SQL queries.[By user friendly it means it runs SQL queries just by simple actions rather than writing the query itself]

Tableau

300

This ISOM track has the least number of enrolled students.

Supply Chain

300

The previous AIS president.

Alec Unland

300

This machine learning technique involves combining several base models to build the most optimal model.

Ensemble Learning

300

Microsoft IDE that can be used for multiple coding languages.

VSCode

300

Systematic technique used to decompose tables to eliminate data redundancy and undesirable anomalies.

Normalization

400

This track, previously in MS-ISOM, just became its own master’s program.

Business Analytics

400

This professor is the official faculty advisor for AIS.

Dr. Munson

400

A data point that differs significantly from other observations or values.

Outlier

400

Data structure that follows the last in, first out principle?

Stack

400

What database term refers to a set of rules that ensure data integrity and consistency?

Constraints

500

The Hough Graduate school of business was founded the year _____.

1948

500

AIS was established in the year ____, before this it had the name AITP.

2009

500

Machine learning technique used for classification.

Logistic regression

500

What symbol is used in many programming languages to denote the end of a statement?

; or Semicolon

500

What type of data requires us to use HAVING clause instead of WHERE clause?

Aggregated