Question
Project has uncertainties on some functionalities at the beginning which will improve over time. Which software development model is suitable?
Select one:
a. None of the above
b. Waterfall
c. Iterative
d. Incremental
The Correct answer is: Iterative
Question
The prototyping model of software development...
October 24, 2018
Question
A regression test
Select one:
a. Will always be automated
b. Can only be run during user acceptance testing
c. Will help ensure unchanged areas of the software have not been affected
d. Will help ensure changed areas of the software have not been affected
The Correct answer is: Will help ensure unchanged...
October 23, 2018
23
Oct
Question
Which of the following activities is NOT a data mining task?
Select one:
a. Monitoring the heart rate of a patient for abnormalities
b. Monitoring and predicting failures in a hydropower plant
c. Predicting the future stock price of a company using historical records
d. Extracting the frequencies...
Question
If one was to apply Master theorem to recurrence equation T(n)=3.T(n/2)+n^2, what would be the values of a and b?
Select one:
a. a=3,b=3
b. a=3,b=2
c. A=2,b=2
d. a=2,b=3
The correct answer is: a=3,b=2
Question
Time complexity of knapsack 0/1
where n is the number of items and W is the capacity...