0 votes
1 answer
62
A connected planar graph having $6$ vertices, $7$ edges contains ___________ regions.$15$$11$$3$$1$
0 votes
0 answers
63
What is the time complexity of the following recursive function?int ComputFun(int n) { if(n<=2) return 1; else return (DoSomething(floor(sqrt(n)))+n); }$\Theta(n)$$\Theta...
0 votes
0 answers
70
The function $f(x,y) = x^{2} + y^{2} + 6x + 12$ has :minimum value, $-3$ and maximum value, $0.$only minimum value, $3.$only maximum value, $12.$neither maxima nor minima...
0 votes
1 answer
72
For the probability density function $f(x) = cx^{2}(1-x), 0<x<1,$ the value of constant $c$ and mean of the distribution are : $6, 0.4$$8, 0.5$$12, 0.6$$8, 0.6$
0 votes
1 answer
74
The routing table of a router is shown below:$$\begin{array}{|l|l|l|} \hline \textbf {Destination} & \textbf {Subnet Mask} & \textbf{Interface} \\\hline \text {128.75.4...
0 votes
0 answers
75
1 votes
1 answer
80