Answer:
The answer is "Option C".
Explanation:
It is a way of saving data for additional protection, and it provides an efficiency to connect the lots of hard discs. It uses the optimization techniques, named stages, which is used in unique counts, that will be considered from 0 to 9, and other were incorrect, that can be described as follows:
- The RAID 3 offers synchronization rotation to all discs.
- The RAID 5 uses parallel disc patterning.
- The RAID 0 divides data into the blocks.
I belive their were answer chocies to this question am i right
Loop takes only positive numbers and terminates once it encounters a negative numbers.
Answer and Explanation:
Using javascript:
Var positiveInt= window.prompt("insert positive integer");
While(positiveInt>=0){
Alert("a positive integer");
Var positiveInt= window.prompt("insert positive integer");
}
Or we use the do...while loop
Var positiveInt= window.prompt("insert positive integer");
do{
Var positiveInt= window.prompt("insert positive integer");
}
While (positiveInt>=0);
The above program in javascript checks to see if the input number is negative or positive using the while loop condition and keeps executing with each input until it gets a negative input
The only one of those I would trust is the site ending with EDU I hope this helps you.
40. External Peripherals of a Computer systems are the following:
-> Keyboard – this is an input device
-> Mouse – This is an input device also
-> Printer – this is an output device
-> Flashdrive – This is a storage device
-> Monitor – this is an output device
-> external hard drive – this is a storage device
Output device are those devices that communicate the results of the data processing to the user
Input device are those device that communicate the results of the data processing to the computer system
Storage device are those device that stores data.