1 votes
1 answer
1471
A flow graph $\textsf{F}$ with entry node $(1)$ and exit node $(11)$ is shown below:How many nodes are there in flowgraph $\text{F}$$9$$10$$11$$12$
0 votes
1 answer
1474
Which of the following interprocess communication model is used to exchange messages among co-operative processes?Shared memory modelMessage passing modelShared memory an...
0 votes
0 answers
1476
0 votes
1 answer
1477
0 votes
1 answer
1478
Where can I find the GO book pdf for GATE 2019 ?If possible please add the link for downloading the pdf.
0 votes
1 answer
1479
A flow graph $F$ with entry node $(1)$ and exit node $(11)$ is shown below:What is the cyclomatic complexity of flowgraph $F$?$2$$3$$4$$5$
0 votes
2 answers
1481
A counting semaphore is initialized to $8$. $3$ wait ( ) operations and $4$ signal ( ) operations are applied. Find the current value of semaphore variable.$9$$5$$1$$4$
0 votes
2 answers
1482
0 votes
2 answers
1483
Which of the following class of $\text{IP}$ address has the last address as $223.255.255.255$?Class $A$Class $B$Class $C$Class $D$
0 votes
1 answer
1484
0 votes
1 answer
1486
Consider the following grammars:$G_1 : S \rightarrow a S b \mid bS a \mid aa \\ G_2 : S \rightarrow aSb \mid bSa \mid SS \mid \lambda \\ G_3 : S \rightarrow a S b \mid b ...
0 votes
1 answer
1488
0 votes
1 answer
1489
Given $\text{CPU}$ time slice of $2\text{ms}$ and following list of processes.$$\begin{array}{ccc} \text{Process} & \text{Burst time} & \text{Arrival time} \\ & \text{(ms...