The correct answer that would best complete the given statement above would be the word VIRUSES. Here is the complete statement. Viruses can only grow and multiply within the cells of another living thing, but they can remain active on a surface for several hours or days.
        
             
        
        
        
Answer: Hot sites 
Explanation:
  Virtualization in the cloud computing is the technology that are useful for the hot sites. It basically making the virtual image of the network devices so that it can be easily use multiple machine at the similar time. 
There are various types of benefits of the virtualization in the cloud computing are as follow: 
- It protect the system from the system failure.
- It is the cost effective technology.
-  By using this we can easily transfer the data from the physical storage to the virtual server.
 
        
             
        
        
        
The  disclosure paradigm has as its assumptions that an attacker will learn little or nothing from disclosure is known as Open source.
<h3>What is open source?</h3>
An  Open source is known to be a term that connote that is said to be an Open source software set up to be publicly used by people.
Therefore, The  disclosure paradigm has as its assumptions that an attacker will learn little or nothing from disclosure is known as Open source.
Learn more about Open source from
brainly.com/question/6065176
#SPJ1
 
        
             
        
        
        
In C++, 'Try block' comprises of a group of statements in which there is a probability of an exception to take place. 
C). The statements that would be left in the try block in case a particular statement leads to an exception 'can't be executed.'
- In case an exception takes place, the left statements in the try block fail to function. 
- This is the primary reason for which a catch block immediately succeeds a try block in order to deal with the exception and help close that code to allow the statements to work. 
- Thus, <u>option C</u> is the correct answer.
Learn more about 'Try block' here:
brainly.com/question/14186450