Answer:
Application
Explanation:
Application software comes in many forms like apps, and even on computers. The software is most common on computers of all kinds while mobile applications are most common on cellular devices.
Answer:
A problem is a challenging task or process that needs resources not available to the individual or group responsible for the task.
An example of a business problem is data analysis.
Explanation:
A business enterprise is driven by profit making. Investing in a business opportunity requires or demands for feasibility study. Without the right computer skills, a company dives into various physical forms of survey like giving questionnaires to potential clients.
This form of survey requires a lot of time and money that should be invested in other assets in the company and the data acquired, sometimes is not enough to make long term business decisions.
On the other hand, when a spreed sheet application is used (like microsoft excel) by a business data analyst with big data and data visualization skills, large data could be accessed online and analysed of a fast and efficient descriptive and predictive analysis for long term business decisions.
Answer:
No they are not likely to crash
Explanation:
The video game industry is more advanced than it was back in the 1980s. There have been a great level of improvements in technology in this industry such as things like virtual reality advancements,greater hardware capabilities and alot more capital investments and big players in the industry. This has allowed the industry to grow and become stronger with so much potential, amassing a larger amount of consumers. The crash in the 1980s was a result of limited options in gaming as a result of limited technologies whereby individuals began to switch to personal computers for gaming. This is unlikely to happen now seeing that there have been greater improvements in the industry in terms of gaming technologies and increased variety and options in gaming consoles
Answer:
b. mkdir -p ~/2019projects/project/projectplans
Explanation:
mkdir command in Linux environment is used to create a new directory. This command is used to create a folder to store the information in organized manners.
-p is used to create a parent folder in the directory. If we want to start a new project or want to store information about some new topic we will create a new folder for that purpose. So, -p is used to create a new folder in directory.
In above mentioned case, this is the first project that Mindy started in 2019, so she should create a parent directory of 2019 to save all projects details that she worked in 2019. So she should use -p with mkdir command to make 2019 as a parent folder.