Recent questions without answers

303
views
0 answers
1 votes
In Block Replacement techniques, which one leads to poor performance when accesses are made to sequential elements of an Array that is slightly too large to fit into the cache?$\text{F.I.F.O}$\text{L.I.F.O}$\text{L.R.U}$Optimal
347
views
0 answers
0 votes
478
views
0 answers
1 votes
In any given year the probability of an earthquake greater the magnitude 6 occurring in the Himalaya is 0.04 .the average time between successive occurrence of such earthquake is.........year.?
185
views
0 answers
1 votes
In Hamming method to transmit $12$-bit data, How many minimum number of paints bits are considered to correct $1$-bit errors?3 4 56
263
views
0 answers
1 votes
Given an array where numbers are in range from $1$ to $n6$, which sorting algorithm can be used to sort these number in linear time?Not possible to sort in linear timeRadix SortCounting SortQuick Sort
190
views
0 answers
1 votes
In Hamming method, to transmit a message of size $12$ byte data. How many minimum number paints bits are considered to connect single bit error$3$4$5$6$
323
views
0 answers
1 votes
Please explain the solution:
230
views
0 answers
1 votes
https://gateoverflow.in/?qa=blob&qa_blobid=11484316347737079122Reference this question https://gateoverflow.in/1314/gate2009-28can any one tell how this matrix obtain .?
1.5k
views
0 answers
1 votes
Can anyone please explain ?? What does R+1,L+1 or R+1,L-1 means ??
398
views
0 answers
1 votes
Does Load and Store instruction Require ALU Operation ?
345
views
0 answers
1 votes
Consider implementation of stack using queue by following algorithm.Let x be an element to be pushed in the stack.push(q1, x) { EQ(q1,x) ... enqueue and dequeue operations required to push 2 and pop 2 elements in the empty stack?
246
views
0 answers
1 votes
SELECT E.ename FROM Emp E WHERE E.salary > ALL (SELECT D.budget FROM Dept D, Works W WHERE E.eid = W.eid AND D.did = W.did) if department ... ) retrieve all enames of all employees from all who are involving in worksD)retrieve zero rows
145
views
0 answers
1 votes
Prove that without transition system:(a*ab+ba)*a*=(a+ab+ba)*Ref N Chandrashekar Page 108 Excercise 4.
720
views
0 answers
1 votes
543
views
0 answers
1 votes
265
views
0 answers
2 votes
why a single secret key cannot be used by the sender to sign multiple documents for multiple receiver.please explain
304
views
0 answers
1 votes
how p3 is decidable?
340
views
0 answers
1 votes
189
views
0 answers
1 votes
If window size at the start of the slow start phase is 2 MSS after Timeout slow start will again start from 2 MSS or 1 MSS?
378
views
0 answers
2 votes
Difference bw a) and d) .... Shouldn't both be true for all real numbers?
444
views
0 answers
1 votes
How we get it ?(2.3)4+ (1.2)4= (10.1)4Base = 4
322
views
0 answers
1 votes
For a C program accessing X [i][j][k]Would the above mean that there are i 2-dimensional arrays of order j*k, from what i know the in Row major all the ... how we could deduce the number of 2-d Arrays and the order of those 2-d arrays
219
views
0 answers
1 votes
729
views
0 answers
1 votes
When multiple processes in a typical IPC environment concurrent tries to update the value of a shared variable, it may result inI) Inconsistency in the value of a variable.II) Data lossIII) Deadlock
322
views
0 answers
1 votes
847
views
0 answers
2 votes
The number of cut vertices of this graph
149
views
0 answers
1 votes
289
views
0 answers
1 votes
When to take optimal window size as (1+2a) and when to take it as 2a?
753
views
0 answers
1 votes