Recent activity by slow_but_detemined

9 answers
1
What is the worst case time complexity of inserting $n$ elements into an empty linked list, if the linked list needs to be maintained in sorted order?$\Theta(n)$$\Theta(n...
1 answer
4
2 answers
5
If a synchronization mechanism satisfies Bounded Waiting but no Progress and also it is a busy waiting solution so will there be any starvation ?
2 answers
8
0 answers
9
Let $f(x)$ be a continuous function from $[0,1]$ to $[0,1]$ satisfying the following properties.$f(0)=0$,$f(1)=1$, and$f(x_1)<f(x_2)$ for $x_1 < x_2$ with $0 < x_1, \: x_...
3 answers
10
$\underset{x \to 2}{\lim} \dfrac{1}{1+e^{\frac{1}{x-2}}}$ is$0$$1/2$$1$non-existent
1 answer
11
Let $f$ be a continuous function with $f(1) = 1$. Define $$F(t)=\int_{t}^{t^2}f(x)dx$$.The value of $F’(1)$ is$-2$$-1$$1$$2$
0 answers
13
Let $0 < \alpha < \beta < 1$. Then $$ \Sigma_{k=1}^{\infty} \int_{1/(k+\beta)}^{1/(k+\alpha)} \frac{1}{1+x} dx$$ is equal to$\log_e \frac{\beta}{\alpha}$$\log_e \frac{1+ ...
6 answers
15
What are minimum number of tables required for the following given ER models such that they satisfy 1NF ?
4 answers
20
Which of the following system calls results in the sending of SYN packets?$\textsf{socket}$$\textsf{bind}$$\textsf{listen}$$\textsf{connect}$
1 answer
23
how to find L1/L2 for some L1 and L2 (is diagram making must )how to conclude that L1 is divisible or not divisible by L2