Provide three sample questions to determine whether a project has technical feasibility. Sample questions might include:
What will be an ideal response?
• Does the company have the necessary hardware, software, and network resources, or it will be difficult to acquire these elements?
• Does the company have the needed technical expertise?
• Will the proposed platform have enough capacity for future needs, and can it be expanded?
• Is the hardware and software environment unreliable, and will it integrate with other company information systems?
• Will the system interface properly with external systems operated by customers and suppliers?
• Does the combination of hardware and software supply adequate performance?
• Does the proposed system have clear expectations and performance specifications?
• Will the system be able to handle future transaction volume and company growth?
You might also like to view...
Which of the following are types of assertions?
a. Preconditions. b. Postconditions. c. Conditions in control statements. d. (a) and (b).
What is the complexity of the following code?
int a = 0, i = N; while (i > 0) { a += i; i /= 2; } a. O(nlog(n)) b. O(n) c. O(n^2) d. O(2^n)
What output will be generated from the following source code?
Define embedded computer. List categories of products that contain embedded computers, and name specific devices for each category.
What will be an ideal response?