Recent questions in Others

0 votes
0 answers
91
A superkey for an entity consists of :one attribute onlyat least two attributesat most two attributesone or more attributes
0 votes
1 answer
92
Which of the following set of keywords constitutes a mapping in $\text{SQL}$?$\text{SELECT, FROM, TABLE}$$\text{SELECT, FROM, WHERE}$$\text{CONNECT, TABLE, CREATE}$$\text...
0 votes
0 answers
93
0 votes
3 answers
96
Which of the following data structures is most efficient in terms of both space and time to reverse a string of characters?Linked listStackArrayTree
0 votes
0 answers
97
Which of the following can be the sequence of nodes examined in a binary search tree while searching for key $98$?$100, 50, 75, 60, 98$$100,120,90,95,98$$200, 70, 100, 95...
1 votes
1 answer
98
Which of the following is true for a sorted list with ' $n$ ' elements?Insertion in a sorted array takes constant time.Insertion in a sorted linear linked list takes cons...
0 votes
1 answer
99
Files that are related to input/output and are used to model serial $\text{I/O}$ devices such as terminals, printers and networks are called:regular filescharacter specia...
0 votes
0 answers
100
An example of a possible file attribute is:minimum sizepermanent flagarchive flagEBCDIC flag
0 votes
0 answers
101
0 votes
0 answers
102
0 votes
2 answers
103
For a channel of $3 \mathrm{KHz}$ bandwidth and signal to noise ratio of $30 \mathrm{~dB}$, the maximum data rate is:$3000 \mathrm{bps}$$6000 \mathrm{bps}$$15000 \mathrm{...
0 votes
1 answer
104
An example of a public key encryption algorithm is :Caesar cipher algorithmDES algorithmAES algorithmKnapsack algorithm
0 votes
0 answers
105
With reference to hierarchical routing, the optimum number of levels for an $m$ router subnet is:$m^{2}$$m$$\ln m$$\sqrt{m}$
0 votes
1 answer
106
Assembler program is :dependent on the operating systemdependent on the compilerdependent on the hardwareindependent of the hardware
0 votes
1 answer
108
At the end of parsing,tokens are identified.set of instructions are identified.the syntactic groups are identified.machine instructions are identified.
0 votes
0 answers
109
Dead-code elimination in machine code optimization refers to :removal of all labels.removal of values that never get used.removal of function which are not involved.remov...
0 votes
0 answers
110
A parse tree is an annotated parse tree if :it shows attribute values at each node.there are no inherited attributes.it has synthesized nodes as terminal nodes.every non-...