Answer:
Virus is a type of malware which is used in this case.
Explanation:
<span>2. basketball
This is a classic case of overloading in C++. You have 2 functions, both named "printSport", but one of the functions receives an input of type double, and the other receives an input of type int. The specified method call passes a parameter of type int, so the version of printSport is called that receives a parameter of type int. And that version of printSport only prints the word "basketball". The other version of printSport is never called at all.</span>
Answer:
C. Hardware resources are dynamically allocated as use increases.
Explanation:
Cloud computing is a technique organisations to store and retrieve resources in a remote central database with secure access over the internet. It is able to access large data storage resources that would have cost more if they had implemented one for themselves.
A database or data centre is a online group of servers that is in a subscribed service to authorised users. Storage hardware allocation is dynamic to users, which means that another storage location in issued on every duration of subscription, making it easy to add more storage infrastructure. This defines the scalability of data centres.
<span>Data consolidation is the gathering and/or integration of data coming from many and diverse sources and going into a single destination. Meanwhile this process is taking place, different data sources are consolidated, into a single data store.
Hope this helps.</span>