The appropriate answer is C ! all other are very limited but labour can be increased or decreased according to our will and it doesn't exhaust !
Answer:
The answer to this question is given below in the explanation section.
Explanation:
Increasing ROM (Read Only Memory) in your computer does not increase efficiency or improve the performance of your system. ROM is typically used to hold programs and data that do not change very frequently (if at all) and they typically survive power loss to the system. Increasing ROM does not increase the speed of CPU performance.
However, it is noted that increasing RAM (Random Access Memory) can increase the overall efficiency of the system and it also improves the performance of CPU speed. As you add more RAM to your system, it will increase the speed of CPU as you added more RAM into the system. Adding more ROM could reduce the amount of a program that is installed on a slower disk or other external memory devices.
Answer: A loop will continue running until the defined condition returns false . ... You can type js for , js while or js do while to get more info on any of these. ... initialization - Run before the first execution on the loop. ... But it can be used to decrement a counter too. statement - Code to be repeated in the loop.
Explanation:
5
Reading for right to left (backward to normal)
The first 1 is one in base 10 (decimal).
The Zero is null (as in none)
The last (or first reading from left to right) means 4.
4+0+1 = 5
1+0+1 = 5