-
Kae J Nakajo-Robben changed their profile picture 4 months ago
-
Kae J Nakajo-Robben commented on the post, Ch4 Discussion Questions, on the site Data-Centric Application Development 1 year, 3 months ago
When is it preferable to use the “post” method and when is it preferable to use the “get” method?
The “post” method provides more security than the “get” method in that the results entered in a form are not […] -
Kae J Nakajo-Robben commented on the post, Ch3 Discussion Questions, on the site Data-Centric Application Development 1 year, 4 months ago
Why would you want to combine strings?
Writing code quickly is an essential skill for any good programmer. By combining strings, the programmer saves time by writing less code. This allows for a faster running […]
-
Kae J Nakajo-Robben commented on the post, Ch2 Discussion Questions, on the site Data-Centric Application Development 1 year, 4 months ago
When is it better to use a global variable in programming? When is it better to use a local variable?
A global variable is declared outside a function and is available to all parts of a program while a local […]
-
Kae J Nakajo-Robben commented on the post, Ch1 Discussion Questions, on the site Data-Centric Application Development 1 year, 4 months ago
How can you name variables? What rules do you follow in naming them? What can’t you do?
The process of initializing a variable includes: $variable_name = value;
There are certain rules that must be followed […] -
Kae J Nakajo-Robben commented on the post, W11 Discussion Questions, on the site DATA ANALYTICS 1 year, 7 months ago
1.Compare and contrast classification and clustering
Classification is when one determines what group a data element belongs to based on it’s attributes. It is typically based off of human […] -
Kae J Nakajo-Robben commented on the post, W10 Discussion Questions, on the site DATA ANALYTICS 1 year, 7 months ago
1.Describe the METRICS and issues data mining software has to deal with
The metrics are the measurement that show the outcome of the results.The results are found by breaking the data down into decision trees and […] -
Kae J Nakajo-Robben commented on the post, W9 Discussion Questions, on the site DATA ANALYTICS 1 year, 7 months ago
Data mining is using large sets of data to help make future business decisions based off of predictions. Data mining is not sales, profitability, or sales force analysis.
-
Kae J Nakajo-Robben commented on the blog post W8 Discussion Question 1 year, 7 months ago
The key objective of ETL is to transfer the data from the transactional database into the analytical database. You extract data from the operational data store. Then transfer the data into an analysis-ready format. Then you load it into the analytical database. One issue is making sure all the data is in the same format. [...]
-
Kae J Nakajo-Robben and Kurt R Whiting are now friends 1 year, 8 months ago
-
Kae J Nakajo-Robben commented on the blog post W7 Discussion Question 1 year, 8 months ago
a) Choosing the business process is to determine what your data cube is about. This is where you decide what questions you want answered about the organization. b) Deciding on the level of granularity is where you determine the data in the dimensions based off of the level of detail you want for each row [...]
-
Kae J Nakajo-Robben commented on the blog post W6 Discussion Questions 1 year, 8 months ago
Describe the differences between DELETE and DROP and provide an example.
Delete can remove specific data from a table.
ex: DELETE FROM moviedb.film WHERE title=`Wizard_of_Oz`Drop will remove an entire table and it’s data from the database.
ex: DROP TABLE moviedb.film -
Kae J Nakajo-Robben commented on the blog post W5 Discussion Questions 1 year, 8 months ago
Describe the usage of SUM() function.
The SUM() function collects the total sum of the numeric column specified. -
Kae J Nakajo-Robben commented on the blog post W4 Discussion Questions 1 year, 9 months ago
What SQL command is used to retrieve unique values?
The command “DISTINCT” will return rows of unique data in the column specified. -
Kae J Nakajo-Robben commented on the blog post W3 Discussion Questions 1 year, 9 months ago
Business intelligence is the use of computer-based techniques to help a business use data by identifiying, extracting, and analyzing it. Business intelligence helps companies make better business decisions by using data mining, decision support systems, and forecasting.
-
Kae J Nakajo-Robben commented on the blog post W2 Discussion Questions 1 year, 9 months ago
We need to gather documentation and conduct internviews to understand what it is the customer needs. Without understanding the full requirements, we can not build the correct solution. At the company I work for, we implemented SAP about 2 years ago. I recently spoke with my head of SAP for the finance dept who was [...]
-
Kae J Nakajo-Robben commented on the blog post W1 Discussion Questions 1 year, 9 months ago
The information architecture of an organization consists of a transactional database and an analytical data store. Data is entered into the transactional database. From there, the data is extracted into the analytical data store. The data in the analytical data store is historical data which is analyzed to help support different business functions.
-
Kae J Nakajo-Robben commented on the blog post Lessons question 1 year, 9 months ago
My position included resolving users issues whether it is replacing/providing hardware, installing software, creating/modifying user account, ect. It would not have been possible to learn how to perform these tasks in the classroom. I was not able to learn these things by even watching somebody else do them. I needed to do these tasks on [...]
-
Kae J Nakajo-Robben commented on the blog post Classroom Knowledge… 1 year, 10 months ago
Although I have not taken any of my upper level MIS classes yet, there are still a few classes I have taken at Temple which I believe have benefited me in my internship thus far. One course which helped me a lot has been CIS. It taught me basic technological knowledge, including what many acronyms [...]
-
Kae J Nakajo-Robben commented on the blog post What is the most important…………? 1 year, 11 months ago
Similar to Jeff, I also work with a service desk team. The first couple of weeks I felt bad asking so many questions to the other people on the team. They advised me to ask a lot of questions, so I did, and they always answered happily. Now that I have been here for about [...]
- Load More



CONNECT