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 […]
Question 37 Consider the following C program segment. while (first <= last) { if (array [middle] < search) first = middle +1; else if (array [middle] […]
Question 1 Consider the following two statements about the function f(x)=|x| P. f(x) is continuous for all real values of x Q. f(x) is differentiable for […]
Question 9 When two 8-bit numbers A7…A0 and B7…B0 in 2’s complement representation (with A0 and B0 as the least significant bits) are added using a […]
Question 21 How many different non-isomorphic Abelian groups of order 4 are there? A 2 B 3 C 4 D 5 Engineering-MathematicsSets-And-Relation Question 21 Explanation: In […]
Question 3 What is the maximum number of different Boolean functions involving n Boolean variables? A n2 B 2n C 22n D 2n2 Digital-Logic-DesignBoolean-Algebra Question 3 […]
Question 21 A relation Empdtl is defined with attributes empcode (unique), name, street, city, state and pincode. For any pincode, there is only one city and […]
Question 14 Which of the following sorting algorithms has the lowest worst-case complexity? A Merge sort B Bubble Sort C Quick Sort D Selection Sort AlgorithmsTime-Complexity […]