October 14, 2023

Software-Engineering

Question 1 Consider the following C program segment. while (first <= last) { if (array [middle] < search) first = middle +1; else if (array [middle] […]
October 14, 2023

GATE 2007

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 […]
October 14, 2023

GATE 2007

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 […]
October 14, 2023

GATE 2007

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 Algorithms […]
error: Alert: Content selection is disabled!!