Which of the following is most closely associated with Moore's Law?

(a) Every year or two, the price of computers has approximately doubled.
(b) Object-oriented programming uses less memory than previous software-development methodologies.
(c) Demand for communications bandwidth is decreasing dramatically each year.
(d) Every year or two, the capacities of computers have approximately doubled without any increase in price.

(d) Every year or two, the capacities of computers have approximately doubled without any increase in price.

Computer Science & Information Technology

You might also like to view...

A template class called example has a member function whose prototype is:

T doesSomething (const T&); Which of the following is the correct header for the implementation of doesSomething? a) T example::doesSomething(const T& thing) b) T example::doesSomething(const T& thing) c) example::doesSomething(const T& thing) d) example::doesSomething(const &thing)

Computer Science & Information Technology

A broadcast is a packet addressed to specifically assigned computers on the network.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology