December 9, 2023

Question 107 – Software-Engineering

To execute all loops at their boundaries and within their operational bounds is an example of Correct Answer: D Question 55 Explanation:  White box testing is […]
December 9, 2023

Question 808 – Software-Engineering

Match the 5 CMM Maturity levels/CMMI staged representations in List-I with their characterizations in List-II : List-I List-II (a) Initial (i) Processes are improved quantitatively and […]
December 9, 2023

Question 14108 – NIC-NIELIT STA 2020

What is the time complexity of the following recursive function? int CompuFun (int n) { if(n<=2) return else return (CompuFun (floor(sqrt(n)))+n); } Correct Answer: D Question […]
error: Alert: Content selection is disabled!!