Most viewed questions in Others

2 votes
1 answer
1221
Let $$\begin{align} & A=\left\{(\alpha, \beta) \in \mathbb{Z}^{2} \mid \text { the roots } r_{1}, r_{2}, r_{3}\right. \text { of the polynomial } \\ & \qquad \left.p(x)=x...
1 votes
0 answers
1222
0 votes
1 answer
1225
0 votes
1 answer
1226
Let $R$ be the set of all binary relations on the set $\{1,2,3\}$. Suppose a relation is chosen from $R$ at random. What is the probability that the chosen relation is sy...
0 votes
1 answer
1227
Which type of coupling is least preferred ? Content couplingData couplingControl couplingCommon coupling
0 votes
0 answers
1229
Which of the following is not a solution representation in a genetic algorithm?Binary valuedReal valuedPermutationCombinations
1 votes
2 answers
1230
The roots of the polynomial $p(x)=x^{4}-2x^{3}-2x^{2}+8x-8$ are:$1, -1, 2, 2+3 i$$1+i, 1-i, 2, -2$$1, -1+i, 2, 2+3 i$$1+i, -1+i, 2, -2$
0 votes
1 answer
1231
Match $ \text{List-I}$ and $ \text{List-II}$:$$\begin{array}{llll} & \text{List I} && \text{List II} \\ \text{(a)} & \text{Physical layer} & \text{(i)} & \text{Provid...
–3 votes
0 answers
1232
0 votes
2 answers
1233
wht if hard work doesn't rplies positively...how should i deal with it??
1 votes
1 answer
1235
Consider a program with following data:Unique operator $=10$, unique operands $=15$Total operator $=30$, Total operands $=40$What is the estimated length of program?$132$...
0 votes
1 answer
1236
1 votes
1 answer
1237
Answer whether the following statements are True or False.For any finite cyclic group $G$, there exists a prime power $q$ such that $G$ is a subgroup of $\mathbb{F}_{q}^{...
0 votes
1 answer
1239
0 votes
1 answer
1240
What does the following code do $?$int a, b; a = a + b; b = a – b; a = a – b;leaves $a$ and $b$ unchanged$a$ doubles and stores in $a$$b$ doubles and stores in $a$Exc...