Highest voted questions in Unknown Category

1 votes
2 answers
81
1 votes
1 answer
83
What is the value of $k$ for which the following system of equations has no solution:$\text{2x-8y=3 and kx+4y=10}$$-2$$1$$-1$$2$
1 votes
1 answer
85
1 votes
1 answer
87
Arjun by car takes double the time taken by bus to travel from Delhi to Agra. What is the Speed of the Bus if the Speed of the Car is $40\;km/hr$?$40\;km/hr$$60\;km/hr$$8...
1 votes
2 answers
88
Find the odd one out in the given series:$ZA, RS, DE, JK, PR, LM, YZ, NO$$JK$$LM$$ZA$$PR$
1 votes
1 answer
89
What is the next number $16, 30, 54, 88, 132,\dots$$186$$188$$190$$206$
1 votes
1 answer
91
Set of key attributes that identify weak entities related to some owner entity is classified as:Structural keyString keyPartial keyForeign key
1 votes
1 answer
92
Which sorting algorithm sorts by moving the current data element past the already sorted values and repeatedly interchanges it with the preceding value until it is in its...
1 votes
2 answers
93
Which of the following Page Replacement Algorithm suffers from the belady’s anomaly?$LRU$Optimal Page Replacement$FIFO$Both $LRU$ and $FIFO$
1 votes
1 answer
94
The number of tokens in the following $C$ statement isprintf("i=%d, &i=%x", i, &i);$8$$4$$7$$10$
1 votes
1 answer
95
Contiguous memory allocation having variable size partition suffers from:External FragmentationInternal FragmentationBoth External and Internal FragmentationNone of the o...
1 votes
1 answer
96
Calculate the modulation percentage if the modulating signal is $8\:V$ and carrier is of $12\:V$?$50$$67$$150$$33$
1 votes
1 answer
97
In which of the following hash functions, do consecutive keys map to consecutive hash values?Division methodMultiplication methodFolding methodMid-square method
1 votes
1 answer
98
Which of the following machine model can be used in a necessary and sufficient sense for lexical analysis in modern computer language?Deterministic Push down AutomataFini...
1 votes
1 answer
99
Typical time requirement for operations on queues is :$O(1)$$O(n)$$O(logn)$$O(n^2)$
1 votes
1 answer
100
Which of the following is component of Hadoop?$YARN$$HDFS$Map reduceAll of the options