Answer:
Hot
Explanation: A Hot site is a disaster recovery management site which allows an organisation to still continue it computer and interconnection activities through a copied backup servers should there be any disaster or issues on the main server.
Hot site is a very essential part of disaster recovery process and thus for an organisation to use a Hot site there are basically service charges which are paid by such an organisation.
Answer:
Hi!
var count =0; <em>//initialize count.</em>
var sevens =0 ; <em>//initialize sevens.</em>
while(count<100) <em>// loops while count is minor than 100. *counts never add 1 at the final of the loop, so this while is always true. </em>
{
<em>//Math.floor(x) round to the max Integer a number. Example : 45.90 -> 46.</em>
<em>//Math.random() returns a number between [0, 1).</em>
var roll1 = Math.floor(Math.random()*6+1); <em>//Gets a integer using Math.random(), adds 1, and round it withMath.floor() then saves in roll1.</em>
var roll2 = Math.floor(Math.random()*6+1); <em>//Gets a integer using Math.random(), adds 1, and round it withMath.floor() then saves in roll2.</em>
if(roll1 + roll2 == 7)
<em> //If the sum of roll1 and roll2 is 7 adds 1 to sevens.</em>
sevens = sevens +1;
}
<em>//*count is not incremented, so while(count<100) -> always true.</em>
<span>Hi...
There are three answers .....
If the flash drive has a custom icon then there is hidden files on the flash drive.
An autorun.inf file and a small .ico image file .....
( Click organize > Folder and search options >View>Show hidden folders and files. )
If the flash drive displays a windows created icon the source directory's are..
%SystemRoot%\system32\SHELL32.dll
%SystemRoot%\system32\imageres.dll
If the Flash drive has a custom icon stored on the computer the "original source file " could be any ware.
The image preference retained in AppData..
Select flash drive >Right click>Properties>Customize , i take a good ICT course, can u make this the brainliest?</span>
Answer:
A well design input screen should:1.Be titled2.Navigation aids should be used
Explanation:
The answer is "networks allow computer to connect quickly and to share data or equipment". This is true because with a commuter network you can instantly share files to all the other computer by putting them of the network file storage center. This also allows multiple pieces of equipment to be used to complete one task that would usually take longer if a single computer did it