Answer: TRUE! 100%
If I was helpful i would to be rated brainliest please thank you!
Explanation:
C# program code:
int i = 0
while (i<=1000)
{
console.Writeline("{0}",i);
i = i + 10;
}
Explanation:
First we set variable to initial value. In this example it is 0. Then we enter into while loop. This type of loop executes the code until the condition is fulfilled. In our case while loop checks if i <=1000. It is and then it writes it on the screen. Next step is to increase it by 10. Then it does the same code again.
Last number that will be printed is 1000. After that it will increase i to 1010 and it will exit the loop.
Explanation:SAN(Storage area network) technology is the network technology that is used for the accessing of the block level network towards the storage units. It is made up of the storage components, switches etc.
RAID(Redundant Array of Independent Disks) and IP(internet protocol) is used as the precursor because they work better than the SAN. They have the ability to solve the issue that occur in the SAN technology like complexity,and other faulty issues.They maintain the fault tolerance quality and maintaining the network.
Hello there
the answer to the question is
<u><em>Buffer</em></u>
hope this helps
Best Regards Queen Z