<span>The answer is RAM. Chat messages are most likely to be found in the RAM of the computer. It is Random Access Memory. </span><span>RAM is considered volatile memory, which means that the stored information is lost when there is no more power.</span>
Answer:
class Program {
public static void Main (string[] args) {
double number = 1.0;
while(number >= 0.001) {
Console.WriteLine (number);
number /= 2;
}
}
}
Explanation:
Always think carefully about what is in the condition of the while statement. In this case, you want the loop to be executed as long as the number is larger than or equal to 0.001.
Answer: (A) Computer networks allow individuals to share many types of resources.
Explanation:
Computer network is basically known as digital telecommunication that allowing various nodes to sharing different types of resources in the network. In the computer network, the data link is establish over the cable like wire and optic media in the network.
The network basically allow sharing of the computing network and various types of resources in the networking.
It can allow sharing resources like printers, exchange files and CDs. There are mainly two types of networking that are: LAN and WAN.
Answer:
yes affects your K/D
Explanation:
winner winner chicken dinner
please mark me please brainliest or mark thanks