Answer:
Option C is correct.
Explanation:
This is what is called Moore's law, pronounced by Gordon Moore (Intel's CEO) in 1965. More precisely, it states that transistor count in processors doubles every 2 years. Not always this can translate to more processing power, because usually software can't keep up the pace with the raw power of new processors, and can't take full advantage of its speed.
Moore's law has had a positive effect on the market. Not only to the processor market but more so to the software market. The reason is that even though faster, multi-core processors are out there, the software was written to work with single-thread tech for a long time. Now, developers need to adjust their software to support multi-threading (split the program's functions across all processor cores) to increase performance and take advantage of the speed. This helps developers to create software that is up to the latest technologies and maximize efficiency.