Def_pow_(self,b): if not then I’m sorry
Answer:
The answer is below
Explanation:
The amount of power dissipated by a processor is given by the formula:
P = fCV²
Where f = clock rate, C = capacitance and V = Voltage
For the old version of processor with a clock rate of f, capacitance C and voltage of V, the power dissipated is:
P(old) = fCV²
For the new version of processor with a clock rate of 20% increase = (100% + 20%)f = 1.2f, capacitance is the same = C and voltage of 20% increase = 1.2V, the power dissipated is:
P(new) = 1.2f × C × (1.2V)² = 1.2f × C × 1.44V² =1.728fCV² = 1.728 × Power dissipated by old processor
Hence, the new processor is 1.728 times (72.8% more) the power of the old processor
Answer:
The statement about Multiprocessors that is FALSE is:
a. Asymmetric multiprocessors are a popular form of tightly coupled architecture
Explanation:
Symmetric multiprocessors house two or more identical processors sharing a single main memory. The multiprocessors are tightly coupled, and all of them can access all the connected devices without any preferential treatment of one over the others. This is unlike asymmetric multiprocessors that do not share a single main memory. Instead, they have distributed memories.