Question 1: Modern microcomputer systems support multitasking. Applications can be written to spawn multiple threads to execute different parts of an application in parallel, thus reducing the total execution time. Examine five issues that can result from running thousands of threads that could reduce the total execution times of applications.
Question 2: Microprocessors and operating systems that support virtual memory make it possible to use more memory in a system than physically installed. Examine five problems that applications could experience as a result of virtual memory. Determine which problem out of the five has the most impact.