Recent activity by Sahil_Lather

1 answer
2
What is the location of parent node for any arbitrary node $i$ in an array implementation of a complete binary tree in C language?floor$(i /2)$floor$(i+1) /2$floor$((i-1)...
1 answer
4
In an IPV4 packet , the value of HLEN is 15 and value of total length field is 0x0064. how many bytes of data being carried by this packet??
1 answer
5
For each of the following languages, give the minimum pumping length and justify your answer.0001* 0*1*001 ∪ 0* 1*0*1$^+$0$^+$1* ∪ 10*1(01)*ε1*01*01*10(11*0)*01011Σ...
4 answers
6
A process executes the codefork(); fork(); fork();The total number of child processes created is$3$$4$$7$$8$
2 answers
11
2 answers
13
1 answer
16
1 answer
17
Graph G is obtained by adding vertex s to $K_{3,4}$ and making s adjacent to every vertex of $K_{3,4}$ .The find the minimum number of colours required ot edge-colour is ...
1 answer
19
Please read below passage from 10th edition Operating System Concepts, pg. 202:5.1.3 Preemptive and Nonpreemptive SchedulingCPU-scheduling decisions may take place under ...
1 answer
22