...
October 13, 2023

Software-Engineering

Question 13 The Function Point (FP) calculated for a software project are often used to obtain an estimate of Lines of Code (LOC) required for that […]
October 14, 2023

Software-Engineering

Question 5 What is the availability of a software with the following reliability figures? Mean Time Between Failure (MTBF) = 25 days Mean Time To Repair […]
October 14, 2023

Software-Engineering

Question 37 Consider the following C program segment. while (first <= last) { if (array [middle] < search) first = middle +1; else if (array [middle] […]
October 14, 2023

Software-testing

Question 14 For a function of two variables, boundary value analysis yields, A 4n+3 test cases B 4n+1 test cases C n+4 test cases D 2n+4 […]