0 votes
1 answer
63
A palindrome is a string that reads the same in reverse (e.g. ABBA or KAYAK or MALAYALAM).How many strings of length 5 using the letters from $\{A, B, C, D, E\}$ have no ...
0 votes
0 answers
64
Compute $\int_{16}^{\infty} \frac{1}{x} \cdot \frac{1}{\sqrt{\sqrt{x}-1}} d x$.$0$$\frac{\pi}{3}$$\frac{\pi}{2}$$\frac{2 \pi}{3}$$2 \pi$
0 votes
0 answers
69
0 votes
1 answer
72
The complexity of Kruskal's minimum spanning tree algorithm on a graph with ' $n$ ' nodes and ' $e$ ' edges is :$\mathrm{O}(n)$$\mathrm{O}(n \log n)$$\mathrm{O}(e \log n)...
0 votes
1 answer
73
0 votes
3 answers
74
The set of positive integers under the operation of ordinary multiplication is :not a monoidnot a groupa groupan Abelian group
0 votes
0 answers
75
In a set of $8$ positive integers, there always exists a pair of numbers having the same remainder when divided by :$7$$11$$13$$15$
0 votes
1 answer
76
An example of a tautology is :$x \vee y$$x \mathrm{v}(\sim y)$$x \mathrm{v}(\sim x)$$(x=>y) \wedge(x<=y)$
0 votes
1 answer
77
Among the logic families $\text{RTL, TTL, ECL}$ and $\text{CMOS}$, the fastest family is :$\text{ECL}$$\mathrm{CMOS}$$\text{TTL}$$\text{RTL}$
0 votes
1 answer
78
The octal equivalent of the hexadecimal number $\mathrm{FF}$ is :$100$$150$$377$$737$
0 votes
1 answer
80
The idempotent law in Boolean algebra says that:$\sim(\sim x)=x$$x+x=x$$x+x y=x$$x(x+y)=x$