0 votes
1
Answer is 2^18 right?
2 votes
4
Mod 10 or mod 9?
0 votes
5
Asymmetric key cryptrography and digital signature both use the private and public keys of the sender. explain is it true or false
2 votes
6
2 votes
7
$\int_{-4}^{4}\left | x-3 \right |dx$
1 votes
9
2 votes
10
A sorting algorithm is stable if duplicate elements remain in the same relative position after sorting.What is the meaning of this statement
0 votes
11
What are FORWARD EDGES,BACK EDGES,CROSS EDGES,TREE EDGES? Does DFS and BFS all contain both edges?I read question which says BFS doesn't contain FORWARD EDGE.Is it true a...
0 votes
14
0 votes
15
Please describe formulas and detailed calculation.
0 votes
16
Is thread share pc
0 votes
17
How this is 20000? the array is in RMO and we are accessing like CMO then for each entry there should be PF.
1 votes
19
Find the number of ways to distribute 10 books in 3 shelves.I considered it as an ordered problem which is fully unspecified. So, answer should be 310. But the given answ...
2 votes
20
What is the time complexity of the following code?void foo(int n) { int s=0; for( i=1 ; i<=n ; i++ ) for( j=1 ; j<= i*i ; j++) if( j%i==0 )...
0 votes
21
what is difference between RTT and Total Time?
0 votes
22
Bridge is the part of which layer?A. Data link layerB. Transport layerC.Both A And B
0 votes
23
the number of inversions in (n,n-1,.........3,2,1)is n(n-1)/2how??????????????????/
0 votes
27
Which of the following are decidable?1. Complement of a regular language is infinite.2. Whether a given CFG is regular
1 votes
28