Answer:
Portfolio management is the correct option.
Explanation:
Project management software is that type of software that is used to accomplish the management related works such as planning, organizing, summarizing and many other works related to the management.
So, project management software is used for functioning the enterprise and portfolio management functions by which the employee combines and summarizes project information.
Answer:
1. More access to data
2.convenience
3. Easy creation of BI solutions
4. Report creation
5. Saves time
Explanation:
A data warehouse can be described to be an electronic storage system that contains large amount of facts and information which sources for and also maintains data from different sources; either external or internal.
The most important reason for a data warehouse is for it to store great amounts of data to be used for query and also to be used for analysis.
Why do we use a data warehouse?
1. Users have more access to data due to the integration of various sources of data. It makes use of real time data facts
2. You can conveniently store and also create metadata
3. Business intelligence solutions can easily be created using data warehouses.
4. Users can easily create their own reports
5. Data warehouses makes accessing different data sets faster. It is a time saver as business users are not going to spend time trying to retrieve data from various sources.
Answer:
Answered below
Explanation:
Some variable naming conventions include;
1) Variable should begin with either a letter or an underscore.
2) Variables having multiple words should have the first letter of every word after the first word, capitalized. This is the camelCase style.
3) variables should not be named after any of the inbuilt keywords except on special operations to override the original function of such keyword.
4) variable names are case-sensitive.
The importance of following these conventions is to maintain readability and consistency of code. Failure to follow these conventions may lead to chaotic codes, bugs and inefficient performance.