December 9, 2023

Software-Engineering

Question 436 To execute all loops at their boundaries and within their operational bounds is an example of A Black Box Testing B Alpha Testing C […]
December 9, 2023

Software-Engineering

Question 424 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 […]
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!!