Two tasks that are operating ________ are executing simultaneously.
a. concurrently
b. in parallel
c. sequentially
d. iteratively
B
You might also like to view...
Consider additional requirements and technology to further complicate your analysis of an Automated Teller Machine (ATM) design:
a) Use eye-tracker data to further analyze the product b) Consider accessibility (universal usability) issues such as lighting, physical placement of ATM, etc. c) Consider user profile issues, e.g. is this the first time a user is using an ATM? d) Requirement to perform beta and/or market tests? e) Are there other stress factors such as a looming time deadline or a personal safety issue?
You can simulate atomicity by ensuring that ________.
a. at least one thread carries out its operations on an object at a time b. two threads carry out their operations on an object in parallel c. only one thread carries out its operations on an object at a time d. None of the above.