These questions are basic level ones and can be answered in less than a minute if you have seen the topic.

Recent questions tagged easy

0 votes
0 answers
182
0 votes
2 answers
184
0 votes
1 answer
185
0 votes
1 answer
186
2 votes
1 answer
192
They have come a long way in ________ trust among the users.creatingcreatedcreationcreate
0 votes
2 answers
195
14 votes
6 answers
196
0 votes
0 answers
197
why this program given run time error #include<stdio.h int main ( ) { int x = 2, y = 5; if (x < y) return (x = x+y); else printf(“%d “,x); printf(“%d”,y); }https:...
0 votes
1 answer
198
in a sorted array of n distinct element finding i th largest element take o(1) . true / false
2 votes
1 answer
199
An unordered list contains n distinct elements. Number of comparisons to find element larger than second minimum isO(1)O(n)None
0 votes
0 answers
201
True and falseIF A is 5*5 matrix thendet(4$A^{3}$)=$4^{5}det(A^{3}))$det($(4A)^{3}$)=$det(4^{3}A^{3}))$i think both are true ??
1 votes
1 answer
203
0 votes
0 answers
204
In th sliding window protocol if the transmission delay is 2ms ,propagation delay 149 ms and 7 bit is fixed for sequence no field ,find maximum efficiency?
1 votes
2 answers
206
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}$.
0 votes
1 answer
209
An unordered list contains n distinct elements. The number of comparisons to find an element in this list that is neither 2nd maximum nor 2nd minimum isΘ(nlogn)Θ(n)Θ(l...
0 votes
1 answer
210
if we have $n$ consecutive $1s$ in binary then its magnitude is $2^n -1$similarly ,do we have any short cut like ,if we have $n$ consecutive $1s$ after a decimal point...