Solved

Suppose Thread One Is Downloading a Large File While Another

Question 39

Multiple Choice

Suppose thread one is downloading a large file while another thread is processing the same file on a single CPU machine.The time required to download and process a portion of the file is the same.The second thread can process the file while it is incomplete.What is the main benefit of using two threads rather than using a single thread to do both parts of the job?


A) accuracy of the results
B) speed to compete entire job
C) speed of availability of partial results
D) less memory is used

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions