Highest voted questions in Unknown Category

#81
326
views
1 answers
2 votes
let p = you have the flu q: you miss the final examination r: you pass the courseexpress it: (p⋀q) ⋁ ( not q ⋀ r )
#82
102
views
1 answers
1 votes
Let P (x) be the statement “x can speak Russian” and let Q(x) be the statement “x knows the computer language C++.” Express each of these sentences in terms of P ...
#83
314
views
2 answers
1 votes
#84
589
views
2 answers
1 votes
The admission ticket for an Art Gallery bears a password which is changed after every clock hour based on set of words chosen for each day. The following is an illustrati...
#85
443
views
1 answers
1 votes
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$
#86
627
views
1 answers
1 votes
Gopal went to a fruit market with certain amount of money. With this money he can buy either $50$ oranges or $40$ mangoes. He retains $10\%$ of the money for taxi fare. I...
#87
571
views
1 answers
1 votes
A player rolls a die and receives the same number of rupees as the number of dots on the face that turns up. What should the player pay for each roll if he wants to make ...
#88
569
views
1 answers
1 votes
Two taps $A$ and $B$ can fill a tank in $12$ minutes and $15$ minutes respectively. The tank can be emptied by a third tap $C$ in $6$ minutes. If $A$ and $B$ are kept ope...
#89
384
views
1 answers
1 votes
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...
#90
361
views
2 answers
1 votes
Find the odd one out in the given series:$ZA, RS, DE, JK, PR, LM, YZ, NO$$JK$$LM$$ZA$$PR$
#91
326
views
1 answers
1 votes
What is the next number $16, 30, 54, 88, 132,\dots$$186$$188$$190$$206$
#92
691
views
2 answers
1 votes
In an office, $30\%$ of the employees were women and $70\%$ of the employees were above the age of $40$ years, out of which $60\%$ are men. Find the percentage of women e...
#93
647
views
1 answers
1 votes
Set of key attributes that identify weak entities related to some owner entity is classified as:Structural keyString keyPartial keyForeign key
#94
1.1k
views
1 answers
1 votes
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...
#95
441
views
2 answers
1 votes
Which of the following Page Replacement Algorithm suffers from the belady’s anomaly?$LRU$Optimal Page Replacement$FIFO$Both $LRU$ and $FIFO$
#96
375
views
1 answers
1 votes
The number of tokens in the following $C$ statement isprintf("i=%d, &i=%x", i, &i);$8$$4$$7$$10$
#97
1.3k
views
1 answers
1 votes
Contiguous memory allocation having variable size partition suffers from:External FragmentationInternal FragmentationBoth External and Internal FragmentationNone of the o...
#98
528
views
1 answers
1 votes
Calculate the modulation percentage if the modulating signal is $8\:V$ and carrier is of $12\:V$?$50$$67$$150$$33$
#99
931
views
1 answers
1 votes
In which of the following hash functions, do consecutive keys map to consecutive hash values?Division methodMultiplication methodFolding methodMid-square method
#100
356
views
1 answers
1 votes
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...