Recent posts tagged preparation-advise

2,063
2,063 views
1)How many 4 digit no are there with 6 appearing exactly once?2)How many integers in set{,2,3, -1,00,000} contains exactlu one 3 one 4 one 5 in their decimal representati...
3,890
3,890 views
i think it would be T(n) = (logn)2 T(n/2) +c O(logn(log(logn)) not possible .
5,549
5,549 views
Ans is D) 2700If an integer constant starts with 0, it is considered an octal constant. So 0570 = 101 111 000 in binary as each octal digit can be directly converted to 3...
12,290
12,290 views
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,279
3,279 views
$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...
1,456
1,456 views
if they ask that " atleast how many edges are there in multigraph"then our ans will be n-k ie 7 edges.??
23,357
23,357 views
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,985
6,985 views
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.
5,446
5,446 views
You should know the precedence rule. $\to$ has higher precedence than quantification.
8,926
8,926 views
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...
3,713
3,713 views
43,542
43,542 views
All 3 test() are inside "PAR BEGIN, PAR END" so they execute concurrently..
8,068
8,068 views
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...
3,064
3,064 views
Yeah why not you have found a solution it cab be one of the option but always choose the best one
12,813
12,813 views
Answer: D3NF will be adequate for normal relational database design since 3NF tables are free of insertion, update, and deletion anomalies.
4,024
4,024 views
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...
8,499
8,499 views
The total number of nodes accessed including root will be 5.The order is,(9) >(5) >(5,7) >(9,11) >(13,15).
9,518
9,518 views
Arjun sir plz explain the (b) part,,i m not getting it.
5,612
5,612 views
Answer - B.Degree of generator polynomial is $3$ hence $3\text{-bits}$ are appended before performing divisionAfter performing division using $2's$ complement arithmetic ...
2,047
2,047 views
Why 6 bits for addresses for 11 address instruction?
4,800
4,800 views
can you convert this comment to an answer?
2,684
2,684 views
7,317
7,317 views
6,689
6,689 views
2,166
2,166 views
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 ...
55,346
55,346 views
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 ...