Recent activity by heisenberggg

2 answers
1
How many pairs of positive integers do $m$ and $n$ satisfy in $\frac{1}{m}+\frac{4}{n}=\frac{1}{12}, $ where $n$ is odd and less than $60?$3579
2 answers
2
Huffman tree is constructed for the following data :$\{A,B,C,D,E\}$ with frequency $\{0.17,0.11,0.24,0.33\ \text{and} \ 0.15 \}$ respectively. $100\ 00\ 01101$ is decoded...
3 answers
4
If $2a+3b+c=0$, then at least one root of the equation $ax^2+bx+c=0$, lies in the interval:$(0,1)$$(1,2)$$(2,3)$$(1,3)$
3 answers
5
What is the complexity of the following code?sum=0; for(i=1;i<=n;i*=2) for(j=1;j<=n;j++) sum++;Which of the following is not a valid string?$O(n^2)$$O(n\log\ n)$$O(n)$$O(...
6 answers
6
Match the following with respect to algorithm paradigms :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\ \text{a.} & \text{Merge sort} & \text{i.} & \te...
5 answers
8
2 answers
11
Virtual circuit is associated with a __________ service.ConnectionlessError-freeSegmentationConnection-oriented
2 answers
12
Which transport class should be used with residual-error network layer ?$TP0, TP2$$TP1, TP3$$TP1, TP3, TP4$$TP0, TP1, TP2, TP3, TP4$
2 answers
13
Which transport class should be used with a perfect network layer ?$TP0$ and $TP2$$TP1$ and $TP3$$TP0, TP1, TP3$$TP0, TP1, TP2, TP3, TP4$
3 answers
14
Making sure that all the data packets of a message are delivered to the destination is _________ control.ErrorLossSequenceDuplication
4 answers
15
Error control is needed at the transport layer because of potential error occurring __________.from transmission line noisein routerfrom out of sequency deliveryfrom pack...
3 answers
16
2 answers
17
3 answers
18
Application layer protocol defines:types of messages exchangedrules for when and how processes send and respond to messagesmessage format, syntax and semanticsall of the ...
1 answer
21
In networking terminology UTP meansUnshielded Twisted pairUbiquitious Teflon portUniformly Terminating portUnshielded T- connector port
6 answers
22
Given a mask, M=255.255.255.248. How many subnet bits are required for given mask M?(A) 2 (B) 3 (C) 4 (D)5
4 answers
27
Is Y' + Z' same as (YZ)' ? Please explain this concept of compliments..!!
2 answers
28
Which of the following flip flops is used as a 1-bit memory element?(A) T flip flop(B) SR flip flop(C) D flip flop(D) JK flip flop
4 answers
30
If there are $m$ input lines and $n$ output lines for a decoder that is used to uniquely address a byte addressable $1$ KB RAM, then the minimum value of $m+n$ is _______...