5 answers
1
With single resource, deadlock occursif there are more than two processes competing for that resourcesif there are only two processes competing for that resourcesif there...
2 answers
2
A graph with $n$ vertices and $n-1$ edges that is not a tree, isConnectedDisconnectedEulerA circuit
2 answers
3
Ring counter is analogous toToggle SwitchLatchStepping SwitchS-R flip flop
4 answers
7
A view of database that appears to an application program is known asSchemaSubschemaVirtual tableNone of these
3 answers
8
5 answers
9
The minimum number of fields with each node of doubly linked list is1234
1 answer
10
The output $\text{Y}$ of the given circuit$1$$0$$\text{X}$$\text{X}'$
3 answers
13
How many characters per sec $(7 \;\text{bits} + 1 \;\text{parity})$ can be transmitted over a $2400$ bps line if the transfer is synchronous $( 1$ start and $1$ stop bit)...
2 answers
14
11 answers
15
A CPU has $24$-$bit$ instructions. A program starts at address $300$ (in decimal). Which one of the following is a legal program counter (all values in decimal)?$400$$500...
4 answers
16
Activities which ensure that the software that has been built, is traceable to customer requirement is covered as part ofVerificationValidationMaintenanceModeling
4 answers
17
The in-order traversal of a tree resulted in FBGADCE. Then the pre-order traversal of that tree would result inFGBDECAABFGCDEBFGCDEAAFGBDEC
3 answers
18
In Java, after executing the following code what are the values of x, y and z?int x,y=10; z=12;x=y++ + z++;x=22, y=10, z=12x=24, y=10, z=12x=24, y=11, z=13x=22, y=11, z=1...
4 answers
19
Which $\textsf{RAID}$ level gives block level striping with double distributed parity?$\textsf{RAID 10}$$\textsf{RAID 2}$$\textsf{RAID 6}$$\textsf{RAID 5}$
1 answer
20
One SAN switch has 24 ports.All 24 port supports 8 Gbps Fiber Channel technology. What is the aggregate bandwidth of that SAN switch?a. 96 Gbpsb. 192 Mbpsc. 512 Gbpsd. 19...
3 answers
21
Which variable does not drive a terminal string in grammar?$S \rightarrow AB$$A \rightarrow a$$B \rightarrow b$$B \rightarrow C$ABCS