Normal difficulty questions. These questions require correct understanding of the topic and the application of it. Those who have prepared must be able to do these questions with in 3 minutes.

Recent questions tagged normal

37 votes
5 answers
2312
The following arrangement of master-slave flip flopshas the initial state of $P, Q$ as $0, 1$ (respectively). After three clock cycles the output state $P, Q$ is (respect...
35 votes
6 answers
2313
Which functions does NOT implement the Karnaugh map given below? $(w + x) y$$xy + yw$$(w + x) (\bar{w} + y) (\bar{x} + y)$None of t...
37 votes
4 answers
2317
A polynomial $p(x)$ satisfies the following:$p(1) = p(3) = p(5) = 1$ $p(2) = p(4) = -1$The minimum degree of such a polynomial is$1$$2$$3$$4$
35 votes
3 answers
2318
Let $S = \sum_{i=3}^{100} i \log_{2} i$, and $T = \int_{2}^{100} x \log_{2}x dx$.Which of the following statements is true?$S T$$S = T$$S < T$ and $2S T$$2S ≤ T$
0 votes
1 answer
2324
0 votes
0 answers
2325
24 votes
2 answers
2326
If $A = \begin{pmatrix} 1 & 0 & 0 & 1 \\ 0 & -1 & 0 & -1 \\ 0 & 0 & i & i \\ 0 & 0 & 0 & -i \end{pmatrix}$ the matrix $A^4$, calculated by the use of Cayley-Hamilton theo...
4 votes
2 answers
2327
1 votes
1 answer
2328
If the linear velocity $\vec V$ is given by $$\vec V = x^2y\,\hat i + xyz\,\hat j – yz^2\,\hat k$$The angular velocity $\vec \omega$ at the point $(1, 1, -1)$ is ______...
1 votes
0 answers
2329
The radius of convergence of the power series$$\sum_{}^{\infty} \frac{(3m)!}{(m!)^3}x^{3m}$$ is: _____________
15 votes
3 answers
2330
$\displaystyle \lim_{x \to 0} \frac{x(e^x - 1) + 2(\cos x -1)}{x(1 - \cos x)}$ is __________
1 votes
1 answer
2331
1 votes
1 answer
2332
The function $f\left(x,y\right) = x^2y - 3xy + 2y +x$ hasno local extremumone local minimum but no local maximumone local maximum but no local minimumone local minimum an...
40 votes
4 answers
2335
If $G$ is a group of even order, then show that there exists an element $a≠e$, the identity in $G$, such that $a^2 = e$.
10 votes
2 answers
2336
Draw the precedence graph for the concurrent program given belowS1 parbegin begin S2:S4 end; begin S3; parbegin S5; begin S6:S8 end parend end; S7 parend; S9