Answer:
ROM
Explanation:
Data in ROM does not erase itself when the computer is shut down. The data is permentely written and stored.
function myFunction(num){
n = 0;
total = 1;
while (n < num){
total *= (num - n);
n+=1;
}
return total;
}
alert(myFunction(6));
I'm not too proficient in JavaScript but here's what the function would look like. I hope this helps!
The computer brain is a microprocessor called the central processing unit (CPU). The CPU is a chip containing millions of tiny transistors.