5 votes
161
A. GIVE A POSSIBLE ARRANGEMENT OF SUBNET MASK TO MAKE THIS POSSIBLEB. SUGGEST WHAT THE ORGANIZATION MIGHT DO IF DEPARTMENT D GROWS TO 34 HOSTS
6 votes
163
cnw
2 votes
164
Match the following $:$ $\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Timeout ordering protocol} & \text{i.} & \text{Wait for...
3 votes
165
Q1. {an bn } U { an b2n } U {an b3n } U{an b4n} ...Is it in DCFL OR CFL?Q2. {an} U {an bn} is it in DCFL OR CFL? Please explain with solution....
3 votes
167
The extent to which the s/w can continue to operate correctly despite the introduction of invalid inputs is called asReliabilityRobustnessFault tolerancePortability
2 votes
168
Which one of the following is a functional requirement ?MaintainabilityPortabilityRobustnessNone of the mentioned
6 votes
169
Access time of the symbolic table will be logarithmic if it is implemented byLinear listSearch treeHash tableSelf organization list
7 votes
171
Dynamic routing protocol enable routers toDynamically discover and maintain routesDistribute routing updates to other routersReach agreement with other routers about the ...
9 votes
173
In which class of Flynn's taxanomy, Von Neumann architecture belongs to?SISDSIMDMIMDMISD
6 votes
175
19 votes
176
The conic section that is obtained when a right circular cone is cut through a plane that is parallel to the side of the cone is called _____parabolahyperpolacircleellips...
10 votes
177
If the maximum output voltage of a DAC is $V$ volts and if the resolution is $R$ bits then the weight of the most significant bit is ________$V/(2^R -1)$$(2^{R-1}).V/(2^R...
14 votes
179
Consider the following binary search tree T given below: Which node contains the fourth smallest element in T?QVWX
13 votes
180
The output of a tristate buffer when the enable input in $0$ isAlways $0$Always $1$Retains the last value when enable input was highDisconnected state
4 votes
182
What is the answer?How char *const and const char* differ
3 votes
184
Sliding window concept of software project management is:Preparation of comprehensible planPreparation of the various stages of developmentAd-hoc planningRequirement anal...
2 votes
185
There are exactly ______different finite automata with 3 states x,y,and z over the alphabet {a,b} where x is always the start state1)64 2) 256 3) 1024 4)5832
3 votes
186
Match the following $:$$\begin{array}{clcl} \text{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Contiguous allocation} & \text{i.} & \text{This s...
3 votes
189
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a}. & \text{Multilevel feedback queue} & \text{i.} & \text{Time-slicin...
5 votes
190
what is the difference between a bit wise operator and a short circuit operator?