3 answers
1
What is the total number of comparisons needed in the best case to find minimum and maximum of $300 $ elements?
2 answers
2
Options areA) 1:3^(1/3) B) 3^(1/3):1 C) 3:1 D) 3^(2/3):1
1 answer
3
Find the regular grammar for $L=\{a^nb^m \mid n+m \text{ is even}\}$
2 answers
4
3 answers
5
To add a background color for all <h1 elements, which of the following HTML syntax is usedh1 { background-color :#FFFFFF}{ background-color :#FFFFFF} . h1h1 { background-...
0 answers
7
A 3×3 matrix p is such that,p^3=p. Then eigen values of p are
0 answers
8
Show that $log^{3}n$ is $o\left ( n^{1/3} \right )$
0 answers
9
IN SQL WHILE WE USING UNIQUE CONSTRAINT , ARE WE ALLOWED TO USE NULL VALUE OR NULL VALUES OR NONE OF THEM ????????
2 answers
10
The difference between 201 and next larger double precision number is 2$^P$.If IEEE double precision format is used then the value of P is ______________________
1 answer
11
Does TDM, pooling, Token Ring access control method in GATE 2019 Syllabus?
1 answer
12
2 answers
13
In what order we should insert the following elements into an empty AVL tree so that we don’t have to perform any rotation on it. ...
2 answers
14
if the sum of the diagonal elements of a 2x2 matrix is (-6) then the maximum possible value of determinant of the matrix is
2 answers
15
Let A be a $5 × 5$ invertible matrix with row sums $1$. That is $\sum_{j=1}^{5} a_{ij} = 1$ for $1 \leq i\leq 5$. Then, what is the sum of all entries of $A^{-1}$.
1 answer
16
Find the infinite sum of the series$1 + \frac{4}{7} + \frac{9}{7^2} + \frac{16}{7^3} + \frac{25}{7^4} + .............\Join$
1 answer
17
every day a mango seller sells half his stock, 10% of the stock overnight gets spoiled. if 1983 mangoes rotted over 3 nights then how many did hi start with on the first ...
0 answers
18
Let $A$ be a nilpotent matrix. Show that $I + A$ is invertible.
0 answers
19
Given the following list of numbers:[21,1,26,45,29,28,2,9,16,49,39,27,43,34,46,40] which answer illustrates the list to be sorted after 2 recursive calls to merge sort
0 answers
20
Minimum number of temporary variables needed to swap two variables is?
0 answers
21
What is the portion of greedy algorithms in gate?
4 answers
22
0 answers
23
Information technology student are allowed to fill this form for (Executive/Signal and Telecommunication) post or not ?http://dfccil.gov.in/upload/Advt_No_11-2018__Rectt-...
2 answers
24
Two students appeared at an explanation. One of them secured 9 marks more than the other and his marks was 56% of the sum of their marks. The marks obtained by them are?
3 answers
25
what is the output of printf("%d",printf("gate19")?
2 answers
26
Smiths's marks were wrongly entered as 83 instead of 63. Due to that the average marks for the class got increased by half(1/2). The number of students in the class is?
0 answers
27
1 answer
28
Evaluate $\int_0^1 \int_0^{\sqrt{1+x^2}} \frac{d x \cdot d y}{\left(1+x^2+y^2\right)}$$\frac{\pi}{2}[\log (1+\sqrt{2})]$$\frac{\pi}{4}[\log (1+\sqrt{2})]$$\frac{\pi}{2}[\...
1 answer
29
0 answers
30
In this question the length of a given string is given as 12 in the solution but it should be 11 as strlen function exclude null value and give the length.Please give the...