2 votes
0 answers
2
Find the output printed by this program.Pls. Explain the Execution of this program in detail.Thanks
1 votes
0 answers
5
void main( ){ int array [3]={5,10,15,20,25,30}; int (*ptr) [3]=&array; printf("%d", *ptr); printf("%d", *(ptr+1)); printf("%d", (*ptr+1)); printf("%d",*(*(*ptr+1)+...
0 votes
0 answers
6
What should be the increasing order of channel Utilization among Circuit Switching , Packet Switching & message Switching (Explain.)
0 votes
1 answer
7
which protocol has flow control but not error control?Stop-and-WaitSimplestGo-Back-N ARQSelective-Repeat ARQ Explain ?
0 votes
0 answers
8
The edge set of every closed trail can be partitioned into edge sets of cyclesTrue / False (Explain)
1 votes
0 answers
9
A) YesB) NoC) Cannot SayD) None
0 votes
0 answers
12
TCP can be implemented in virtual circuits. (TRUE /FALSE )Explain.
3 votes
2 answers
14
A prime attribute can be intransitively dependent on a key in a 3NF relation.True / False Pls. Do Explain what does intransitivity actually mean here.
2 votes
1 answer
15
Which of the following protocols does not ensure conflict serializability and safety from deadlocks?Graph based protocolsTwo-phase locking protocolTime-stamp ordering pro...
0 votes
0 answers
18
Pls. Explain Bootstrapping in Compilers (in detail) & what are the advantages of it ?
1 votes
0 answers
19
What is the Answer ?What Do it mean by Computable & Turing Enumerable?What is the difference between Turing Recognizable and Turing Enumerable ?
1 votes
1 answer
20
Whats The Answer & How to solve such kind of Questions ?