3 votes
3 answers
1201
Identify the subnet mask for the given direct broadcast address of subnet is $201.15.16.31$$255.255.192.192$$255.255.255.198$$255.255.255.240$$255.255.257.240$
1 votes
3 answers
1202
1 votes
3 answers
1203
The language $\{ W^a X^b Y^{a+b} \mid a, b, >1\}$ isRegularContext-free but not regularContext sensitive but not context freeType$=0$ but not context sensitive
1 votes
2 answers
1204
0 votes
2 answers
1205
Baud rate measures the number of ____ transmitted per secondSymbolsBitsByteNone of these
2 votes
3 answers
1206
______ is NOT a part of the ACID propertiesInconsistencyConsistencyAtomicityIsolation
1 votes
3 answers
1207
The smallest element that can be found in time ____ in a binary max heap.$O(n \log n)$$O( \log n)$$O(n)$$O(n^2)$
0 votes
1 answer
1208
Find the effective access time for the memory for the given data.Page fault service time $=8$ msAverage memory access time $=20$ nsOne page fault is generated for every m...
1 votes
3 answers
1209
A RAM chip has a capacity of $1024$ words of $8$ bits each $(1K \times 8)$. The number of $2 \times 4$ decoders with enable line needed to construct a $32 K \times 8$ RAM...
0 votes
3 answers
1210
Consider the following Finite State Automaton. The language accepted by the automaton is given by the regular expression.$ab^*b^*$$a^*b^*$$b^*b$$b^*ab^*$
1 votes
1 answer
1211
____ is used to convert from recursive to iterative implementation of an algorithmArrayTreeStackQueue
1 votes
2 answers
1212
____ symbol is used to denote derived attributes in ER modelDashed ellipseSquared ellipseEllipse with attribute name underlinedRectangular Box
1 votes
3 answers
1214
Time to Live(TTL) field in the IP datagram is used ______to optimize throughputto prevent packet loopingto reduce delaysto prioritize packets
2 votes
3 answers
1215
______ transport layer protocol is used to support electronic mailSNMPIPSMTPTCP
1 votes
1 answer
1216
The hexadecimal representation of $(632)_8$ is$19A$$198$$29A$$291$
1 votes
1 answer
1217
______ sorting algorithms has the lowest worst-case complexity.Selection SortBubble SortMerge SortQuick Sort
0 votes
2 answers
1218
Decreasing the RAM causesfewer page faultsmore page faultsvirtual memory gets increasedvirtual memory gets decreased
5 votes
3 answers
1219
The following table has two attributes $X$ and $Y$ where $X$ is the primary key and $Y$ is the foreign key referencing $X$ with on-delete cascade.$\begin{array}{|c|c|} \h...
0 votes
1 answer
1220
The process executes the following code and after execution ______ number of child process get createdfork(); fork(); fork(); fork();$4$$1$$15$$16$