Question 3 While estimating the cost of software, Lines Of Code(LOC) and Function Points(FP) are used to measure which one of the following ? A Length […]
Given below in the table is the decadal data of Population and Electrical Power Production of a country. Based on the above table, answer the questions […]
Question 20 Consider the following log sequence of two transactions on a bank account, with initial balance 12000, that transfer 2000 to a mortgage payment and […]
Consider the following C code segment: int IsPrime(n) { int i,n; for(i=2;i<= √n;i++) if(n%i == 0) { printf(“Not Prime\n”); return 0; } return 1; } Let […]
The possible number of boolean function of 3 variables X,Y and Z such that f(X,Y,Z)=f(X’,Y’,Z’) Correct Answer: B Question 15 Explanation: → Like above other input […]
Consider three processes, all arriving at time zero, with total execution time of 10, 20 and 30 units, respectively. Each process spends the first 20% of […]
Question 48 In a balanced binary search tree with n elements, what is the worst case time complexity of reporting all elements in range [a,b]? Assume […]
Question 436 Match the following A I-C,II-A,III-B B I-C,II-B,III-A C I-A,II-B,III-C D I-B,II-C,III-A Computer-NetworksIP-AddressCIL Part – B Question 436 Explanation: Correct Answer: B Question 436 Explanation: