These questions are basic level ones and can be answered in less than a minute if you have seen the topic.

Recent questions tagged easy

4 votes
1 answer
212
If the number $715∎423$ is divisible by $3$ (∎ denotes the missing digit in the thousandths place), then the smallest whole number in the place of ∎ is _________.$0...
2 votes
3 answers
213
0 votes
0 answers
214
Let $f(x) = 3x^{3} - 7x^{2} + 5x + 6$. The maximum value of $f(x)$ over the the interval $[ 0 , 2 ]$ is_________(Upto $1$ decimal place)
4 votes
2 answers
216
5 votes
2 answers
217
The three roots of the equation $f(x) = 0$ are $x = \{−2, 0, 3\}$. What are the three values of $x$ for which $f(x − 3) = 0?$$−5, −3, 0$$−2, 0, 3$$0, 6, 8$$1, 3...
4 votes
1 answer
218
A set of $4$ parallel lines intersect with another set of $5$ parallel lines. How many parallelograms are formed?$20$$48$$60$$72$
1 votes
2 answers
219
4 votes
2 answers
220
27 votes
6 answers
226
The set of all recursively enumerable languages is:closed under complementationclosed under intersectiona subset of the set of all recursive languagesan uncountable set
15 votes
10 answers
228
$\text{ What is the missing number in the following sequence?}$$$2,\,12,\,60,\,240,\,720,\,1440,\,\underline{\;\;\;\;\;\;\;\;},0$$$2880$$1440$$720$$0$
3 votes
3 answers
230
1 votes
2 answers
232
1 votes
2 answers
233
1 votes
1 answer
235
4 votes
1 answer
236
Is "$x^{2}-25=0$" a proposition?
2 votes
0 answers
237
Is the following instruction a no operation instruction? If yes, how? As R0 will now have 2*R0 as value so can it be really considered as NOP even if the value of registe...
10 votes
8 answers
239
Which of the following data structure is useful in traversing a given graph by breadth first search?StackQueueListNone of the above
6 votes
1 answer
240
The best data structure to check whether an arithmetic expression has balanced parenthesis is a:QueueStackTreeList