3 answers
1
4 answers
4
When we use slow start algorithm ,the size of CW increases ...............until it reaches threshold.A)AdditivelyB)MultiplicativelyC)ExponentiallyD) NONE
1 answer
5
if suppose we have 3 bits for subnet in last octate the 6th subnet is 110 or 101?
1 answer
6
0 answers
7
#include<stdio.h>int main(){char arr[5][7][6];char *p[5][7][6];printf("%d\t", (unsigned)(arr+1)-(unsigned)arr);printf("%d", (unsigned)(p+1)-(unsigned)p);}
4 answers
12
0 answers
15
Can anyone help to find the value of S2. The ans is (B). please help to evaluate the series s2. Thank you in advance.
2 answers
16
(i) Ci +1= Gi+ PiCi(ii) Ci +1= G(i+1) + P(i+1)Cihttps://www.youtube.com/watch?v=9lyqSVKbyz8&index=116&list=PLBlnK6fEyqRjMH3mWf6kwqiTbT798eAOmi or ii ?
2 answers
18
L = {ai bj ck | i = k or j = k}Is it a DCFL or an NCFL?
2 answers
19
A block can hold either $12$ records or $42$ key pointers .A database contains $96$ records , then how many blocks are required to hold the data file and the dense Index?...