This academic advisor is known for his love of all things Disney.
Ryan Chin-Hing
There are currently this many committees in AIS.
6
The name of the popular Python library typically used for Data Science.
Pandas
String[] arr = new String[] {“a”, “b”, “c”, “d”};
for (int i = 0; i < 3; i++){
System.out.print(arr[i]);}
abc
Command for adding a new row to a table.
INSERT
Before you get your graduation cord, you have to do this in HireWarrington.
Report your outcome
This was the name of the second GBM of Spring 2024 semester, hosted by one of our corporate sponsors.
Deloitte Business Chemistry
Computer systems that can learn and adapt without following explicit instructions.
Machine Learning
Popular IDE for Java development.
IntelliJ
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
This ISOM track has the least number of enrolled students.
Supply Chain
The previous AIS president.
Alec Unland
This machine learning technique involves combining several base models to build the most optimal model.
Ensemble Learning
Microsoft IDE that can be used for multiple coding languages.
VSCode
Systematic technique used to decompose tables to eliminate data redundancy and undesirable anomalies.
Normalization
This track, previously in MS-ISOM, just became its own master’s program.
Business Analytics
This professor is the official faculty advisor for AIS.
Dr. Munson
A data point that differs significantly from other observations or values.
Outlier
Data structure that follows the last in, first out principle?
Stack
What database term refers to a set of rules that ensure data integrity and consistency?
Constraints
The Hough Graduate school of business was founded the year _____.
1948
AIS was established in the year ____, before this it had the name AITP.
2009
Machine learning technique used for classification.
Logistic regression
What symbol is used in many programming languages to denote the end of a statement?
; or Semicolon
What type of data requires us to use HAVING clause instead of WHERE clause?
Aggregated