In: Computer Science
1. Which of the following is an efficiency-oriented indicator?
a. Time it takes for your web app to refresh a page.
b. Amount of battery juice your app guzzles while performing a task.
c.Amount of down time your web app suffers due to throughput issues.
d. The amount of time it takes a user to log in to your web app
2.
What kind of time is important for service-oriented indicator testing?
a.User time
b.System time
c.Total time
d.Real time
Answer Option C
Reason: Option A is incorrect because time taken for the web page to reload is related to the effectiveness of the page
Option B is incorrect because the battery you application takes does not effect the efficiency
Option C is correct because the down time your application faces effects the efficiency as it is related to the waiting time and the processing time
Option D is incorrect because the time taken by user to login is not efficiency but effectiveness
Question 2) Option A user time
Reason: Option A is correct because service oriented indicator is purely based on the user time and service given to the user.
Option B is incorrect because service oriented indicator is not based on the system time as it is mainly focused on the user time
Option C is incorrect because total time taken is not based on the service oriented
Option D is incorrect because real time service is based on the effectiveness of the application but here we need only the efficiency of the service being provided to the user.
If you liked the solution then give a thumbs up ? it will be really appreciated ?