1 answer
1
Answer ????
0 answers
3
Please explain option c.
0 answers
4
1 answer
5
Someone please explain. Function of ‘^’
5 answers
6
Consider the following graph: Among the following sequences:abeghfabfehgabfhgeafghbeWhich are the depth-first traversals of the above graph?I, II and IV onlyI and IV only...
1 answer
7
When a page is referred for the first time, then it will be counted in page fault or not?.E.g page reference 1,2,3,4,2,1.LRU is used with 3 frames(initially empty).
5 answers
8
1 answer
9
Why nothing is printed for %c.
2 answers
13
Consider the following grammar:$S \rightarrow S$$S \rightarrow SS \mid a \mid \epsilon$Indicate the shift-reduce and reduce-reduce conflict (if any) in the various states...
1 answer
15
What is the logic applied here.
2 answers
16
5 answers
17
Consider the circuit shown below. The output of a $2:1$ MUX is given by the function $(ac' + bc)$.Which of the following is true?$f=X_1'+X_2$$f=X_1'X_2+X_1X_2'$$f=X_1X_2+...
0 answers
24
How to identify many to many relationship.Can R2 be one to one.
1 answer
25
In Query1, how mid is projected from did.?????????/
0 answers
27
Number of packets readily available in the buffer are 10.4 bit sequence number is used. The maximum number of outstanding frames areAnswer given is: 10
1 answer
28
1 answer
29
Since 8 bit delimeter pattern = 01111110. So whenever 0111111( 6’s ones) is matched we will add one extra bit.But in the solution extra bit is added just after 011111...
0 answers
30
What is the significance of this line(highlighted part): Node D get this flood packet from nodes C, F,B,E in this order.Other things are clear to me.