0 votes
2 answers
1221
_____ is holding an entry for each terminal symbol and is acting as permanent database.Variable TableTerminal TableKeyword TableIdentifier Table
0 votes
2 answers
1222
In the disk, swap space is used to _______.save XML filessave process datasave driverssave HTML files
5 votes
5 answers
1224
______ to evaluate an expression without any embedded function calls.Two stacks are requiredone stack is neededThree stacks are requiredMore than three stacks are require...
1 votes
3 answers
1225
Maximum number of superkeys for the relation schema $R(X,Y,Z,W)$ with $X$ as the key is$6$$8$$9$$12$
0 votes
4 answers
1226
Identify the total number of tokens in the given statementprintf("A%B=",&i);$7$$8$$9$$13$
0 votes
1 answer
1227
In a system, counting semaphore was initialized to $10$, then $6P$(wait) operations and $4V$ (signal) operations were completed on this semaphore. So _____ is the final v...
1 votes
3 answers
1228
Consider the following functional dependencies in a database:$A \rightarrow B$$B \rightarrow C$$D \rightarrow E$$E \rightarrow D$$F \rightarrow G$$F \rightarrow H$$(E,F) ...
2 votes
2 answers
1229
$(A+C’)(B’+C’)$ simplifies to$AC’+B’$$C(A’+B’)$$BC’+A$$AB’+C’$
1 votes
1 answer
1230
If the period of a signal is $100$ ms. Then its frequency in Hertz is ______$10$$100$$1000$$10000$
2 votes
3 answers
1231
The ALU uses _____ to store intermediate resultCacheRegistersAccumulatorsStack
0 votes
2 answers
1232
Among all given option, ____ must reside in the main memory.AssemblerCompilerLinkerLoader
0 votes
2 answers
1233
Identify the true statement from the given statements.Lossless, dependency-preserving Decompositoin into $3$ NF is always possibleAny relation with two attributes is BCNF...
1 votes
2 answers
1234
Which of the following code replacements is an example of operator strength reduction?Replace $ \text{P^2} $ by $P^*P$Replace $ P^*16$ by $P<<4$Replace $ \text{pow}(P,3) ...
1 votes
2 answers
1235
For a given hash table $T$ with $10$ slots that stores $1000$ elements, the load factor $\alpha$ for $T$ is$100$$0.01$$200$$1.05$
4 votes
2 answers
1236
____ number of gates are required to implement the Boolean function $(AB+C)$ with using only $2$-input NOR gates.$2$$3$$4$$5$
1 votes
1 answer
1237
____ is the worst-case time complexity for all operations (i.e.,) search, update and delete) in a general Binary Search tree$O(n)$$O(n \log n)$$O( \log n)$ for search and...
3 votes
3 answers
1238
_____ IP address can be used in WAN$256.0.0.1$$172.16.0.10$$15.1.5.6$$127.256.0.1$
2 votes
3 answers
1239
____ number of queues are needed to implement a stack$1$$2$$3$$4$
1 votes
2 answers
1240
____ number of underlined graphs can be constructed using $V=(v1,v2, \dots,vn)$.$n^3$$2^{n(n-1)}/2$$n-1/2$$2^{(n-1)}/2$