This is considered as the new oil in an organization.
What is data?
It is a representation of real world situation using mathematical concepts and language.
What is mathematical model?
Aside from R Programming, this is one of the more popular programming language used for data analytics.
Every formula in Excel or spreadsheet starts with this symbol.
What is =?
This is the process of analyzing raw data in order to make conclusions about the information. This also has three levels.
This is one of the programs of SM where customers earn points by shopping.
What is SM Advantage Card?
This is the amount from total payment minus interest rate.
What is principal?
This is a function used for displaying texts in Python.
What is print?
In Excel, this is a function we use to raise a number to an exponent.
What is power?
This level of Analytics answers the question - what had happened which is presented in the form of dashboards and business reporting.
What is Descriptive Analytics?
These are facts collected together which is later analyzed to bring value-adding insights. These may be stored in a log book, Excel spreadsheet or computer system.
What is data?
This is sales minus the cost of goods sold.
What is gross profit?
This is a web-based interactive development environment for creating notebooks in Python. This is part also of Anaconda distribution.
What is JupyterLab?
This is a function in Excel is used to calculate the net present value?
What is NPV?
This is a generic term used to call a person who does data cleaning, data analysis, data visualization and other tasks related to data science.
What is Data Scientist?
Aside from people and business, these are also one of the biggest generators of data.
What are machines?
This is the formula for linear model for demand prediction.
What is D=a-bP?
This is a feature in JupyterLab notebook that allows you to include texts as documentation, aside from the actual Python code.
What is markdown?
This is the term use for a group of cells in spreadsheet, usually when you highlight multiple adjacent cells (B1:B5)
What is range?
This is a software package used in our class where JupyterLab, Python and other tools are included.
What is Anaconda?
He or she is responsible for actual cleaning of data, ETL and transformation required by Data Analyst.
Who is Data Engineer?
This is the formula for monthly loan amortization.
What is A = Pr(r+1)t / (r+1)t - 1
In python, this is how you show a block of code since there are no curly braces { }. unlike in other languages.
What is indention?
This is the formula for getting the number of rows from cells A1 to A10.
What is COUNT(A1:A10)?
These are the three types of Data Analytics.
What are Descriptive, Predictive and Prescriptive Analytics?