0 answers
1
can anyone tell me vector<vector<int>>arr[n] this creates kind of 2D array of nXn size??Actually i can’t imagine it’s structure!!
1 answer
2
ACTUALLY CAN’T FIGURE OUT WHERE DO I WILL GET THIS DOCUMENT
1 answer
4
Let A={2,3,4,5,6,7,8,9,10,11,12,13,14,15,16} and consider the divides relation on A. Let C denote the length of the maximal chain, M the number of maximal element, and m ...
0 answers
5
If it’s written that some synchronization construct statisfies bounded waiting than it means the process is going to wait nearly forever fo it’s turn to execute?
1 answer
6
if we write in C char a[]=”TAJ”;char b[]=”TAJ”;and on comparing (a==b) false is returnedwhere as in char *p=”TAJ”;char *q=”TAJ” it return TRUE why??
1 answer
9
Options Given were:(pi)/2pi-(pi)none
1 answer
11
1 answer
13
The number of all abelian groups, up to isomorphism, of order 32 is not:4567
0 answers
15
Options Given were ADCABCBoth the aboveNone of these According to me the answer should be {A,B,C,D} as this is the largest set and every node is capable to reach every o...
1 answer
16
Dear Friends can any body tell me limit exists at 1 or not? as According to me the limit exists at 1 as both gives -1 at 1 but in madeeasy it’s given that the limit doe...
1 answer
19
Consider an indexed file allocation using index nodes (inodes). An inode contains among other things, 7 indexes, one indirect index, one double index, and one triple inde...
3 answers
20
1 answer
21
As during giving test i am facing main problem with Discrete maths and specially group theory so can anyone guide me the best source or book to practice discrete maths
0 answers
22
suppose we are given the congestion window 30KB and TO occurs than new th=15 and mss given =2 so when we start with slow start than sequence goes like:-2 → 4 → 8 → ...
1 answer
23
If 2,-4 are the eigen value of a non-singular matrix A and IAI=-8, then the eigen vaule of Adj A are x and -y then the value x+y is ?
1 answer
24
Consider the following code segments, the total number of processes (including the initial process) is ______.
0 answers
28
What i got is 4 table of RDBMS is required but given answer is 2
1 answer
29
Assume that we are using the classic MIPS five-stage(IF, ID, EX, MEM and WB) integer pipeling.
1 answer
30
Which of the following is/are correct?Circuit Switching is Store and Forward technique.Packet Switching is faster than Circuit Switching.Packet Switching wastes less reso...