GSSP-NET · Question #481
You work as a Software Developer for InfoTech Inc. You develop an application named MyApp that works as a scientific calculator. A user inputs data and retrieves the calculated results based on the…
The correct answer is B. Write code that performs multiple tasks simultaneously. D. Use a single component to process input data. E. Run multiple processes on separate threads. See the full explanation below for the reasoning.
Question
You work as a Software Developer for InfoTech Inc. You develop an application named MyApp that works as a scientific calculator. A user inputs data and retrieves the calculated results based on the input values. The application uses a SQL database that contains two tables. One table contains data related to standard calculation specifications and the other table stores input values entered by the user. You want to ensure that the user is able to retrieve appropriate data fast. Which of the following actions will you take to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.
Options
- AUse more than one component to process input data.
- BWrite code that performs multiple tasks simultaneously.
- CRun multiple processes on a single thread.
- DUse a single component to process input data.
- ERun multiple processes on separate threads.
How the community answered
(42 responses)- A5% (2)
- B79% (33)
- C17% (7)
Community Discussion
No community discussion yet for this question.