Recent posts tagged preparation-advise

2
where i was fucked was . i learned learned and learned . never took test series seriously as there were a lot of wrong questions. what i focussed was on the type of quest...
3
$L=\{a^n c b^{2n}\}$$\quad=\{acbb,aacbbbb,aaacbbbbbb,\ldots\}$Here, $\textbf{c}$ acts as center. Push $2$ $a$'s for each $\textbf{a}$ and after $\textbf{c}$ start poppin...
4
if they ask that " atleast how many edges are there in multigraph"then our ans will be n-k ie 7 edges.??
5
A player in the Powerball lottery picks five different integers between 1 and 59, inclusive, and a sixth integer between 1 and 39, which may duplicate one of the earlier ...
6
Show that in a group of five people (where any two people are either friends or enemies), there are not necessarily three mutual friends or three mutual enemies.
7
You should know the precedence rule. $\to$ has higher precedence than quantification.
8
For empty string as language, q0 as final states gives 16 DFAs. But when both q0 and q1 are final states we must ensure none of the transitions go to q1 from q0. This red...
10
All 3 test() are inside "PAR BEGIN, PAR END" so they execute concurrently..
11
I doubt the correctness of this solution, the diagram below; in Red Rectangle shows what this solution is suggesting, on the other hand the image in the Green Rectangle s...
13
Yeah why not you have found a solution it cab be one of the option but always choose the best one
14
Answer: D3NF will be adequate for normal relational database design since 3NF tables are free of insertion, update, and deletion anomalies.
16
Link Utilization $=\dfrac{\text{Amount of data sent}}{\text{Max. amount of data that could be sent}}$Let $x$ be the frame size in bits.In stop-and-wait protocol, once a f...
17
The total number of nodes accessed including root will be 5.The order is,(9) >(5) >(5,7) >(9,11) >(13,15).
18
Arjun sir plz explain the (b) part,,i m not getting it.
19
Answer - B.Degree of generator polynomial is $3$ hence $3\text{-bits}$ are appended before performing divisionAfter performing division using $2's$ complement arithmetic ...
20
Why 6 bits for addresses for 11 address instruction?
25
Instead of finding a function 'f' for the first MUX (in terms of z,x and y) and the second MUX (in terms of f , x and y), we can logically find out the answer.We can put ...
26
Let $G$ be a weighted undirected graph and e be an edge with maximum weight in $G$. Suppose there is a minimum weight spanning tree in $G$ containing the edge $e$. Which ...
27
Time without pipeline $=6 \text{ stages}=6 \text{ cycles}$Time with pipeline $=1+\text{stall freqency}\times \text{stall cycle}$ $=1+.25\times 2$ $=1.5$Speed up $=\dfrac{...
28
answer - DAB + C = ((AB + C)')' = ((AB)'C')' = ((A' + B')C')' = (A' + B')' + Ctwo NOR gates for complementing A and Bone for computing (A' + B')'one to compute ((A' + B')...
29
$$P\left(x\right) = \left(\neg \left(x=1\right)\wedge \forall y \left(\exists z\left(x=y*z\right)\right) \Rightarrow \left(y=x\right) \vee \left(y=1\right) \right)$$
30
The formula used to compute an approximation for the second derivative of a function $f$ at a point $x_0$ is$\dfrac{f(x_0 +h) + f(x_0 – h)}{2}$$\dfrac{f(x_0 +h) - f(x_0...