0 votes
1 answer
2
0 votes
0 answers
3
Find the maximum value of the expression (x+y+k) where (x,y) satisfies the equation (x-2)2 + (y-3)2 = 25A(5+k) + 5√2B5+kC5 + √kD2+k
0 votes
0 answers
4
The value of the following Integral is:
0 votes
0 answers
7
X IS 1KM NORTHEAST OF Y. Y IS 1KM SOUTHEAST OF Z. W IS 1KM WEST OF Z. P IS 1KM SOUTH OF W. Q IS 1KM EAST OF P. WHAT IS DISTANCE BETWEEN X AND Q IN KM??A. 1B. SQUARE ROOT(...
0 votes
1 answer
9
1 votes
1 answer
13
In double linked list organization, insertion and deletion of a record involves maximum modification of number of pointers respectively a. Four, Two b. Two, Two c. Four, ...
3 votes
0 answers
14
Which of the following cannot be the intermediate sequence if we apply quick sort on 9,8,7,6,5,4,3,2,1?Assume the pivot is always the first elementA) 1,8,7,6,5,4,3,2,9B) ...
0 votes
1 answer
15
Given a head pointer what is the time complexity:1. To insert the element at front2.To delete the element at front3.To insert the element at end4.To delete the element at...
0 votes
1 answer
16
A=[1 2 3 1 5 1 3 2 1]The eigen value of matrix A are equal to roots of a cubicequation x3 + bx2 + cx + d = 0, the value of b – c + d = __________.
0 votes
1 answer
17
int CALL(int K){if(K<3)return 1;else CALL(K-1) + CALL(K-3) +1;}value returned by CALL(CALL(5))is.............
0 votes
1 answer
18
A graph has a degree sequence <1,1,2,2,3,3,3,3 the number of edges in the graph?a) 18 b)9 c)36 d)8
0 votes
1 answer
19
A graph G has k isolated vertices and n + k vertices. The maximum number of edges graph G can have?a) n(n-1) b)n(n-1)/2) c) n(n-k+1)/2 d) n(n+k-1)/2
0 votes
1 answer
20
A sequence d = is graphic if there is a simple non-directed graph with degree sequence d then which one of the following sequences is graphic?a) (2, 3, 3, 4, 4, 5) b) (1,...