58. Amdahl's Law pertains to the speedup achieved when running a program on parallel processors versus using
a single serial processor. In this context, speedup is the ratio of original running time to improved running time.
According to Amdahl's Law, approximately how much speedup could we expect for an unlimited number of
processors if 10 percent of a program is sequential and the remaining part is ideally parallel?
(A) 10X (B) 20X (C) 40X (D) 90X (E) Infinite