ISRO Scientist Examination December 2017 for Computer Science & Engineering

Recent questions tagged isrodec2017

1 votes
1 answer
62
$\text{Type-IV} JDBC$ driver is a driverwhich is written in $C++$which requires an intermediate layerwhich communicates through Java socketswhich translates $JDBC$ functi...
5 votes
2 answers
63
Consider the following schema:$\text{Sailors(sid,sname,rating,age)}$$\text{Boats(bid,bname,colour)}$$\text{Reserves(sid,bid,day)}$Two boats can have the same name but the...
5 votes
1 answer
65
Consider the schema$\text{Sailors(sid,sname,rating,age) with the following data}$$\begin{array}{|l|l|l|l|} \hline \textbf{sid} & \textbf{sname} & \textbf{rating} & \textb...
1 votes
2 answers
66
If vectors $\vec{a}=2\hat{i}+\lambda \hat{j}+\hat{k}$ and $\vec{b}=\hat{i}-2\hat{j}+3\hat{k}$ are perpendicular to each other, then value of $\lambda$ is$\dfrac{2}{5}$ $2...
6 votes
2 answers
67
The function $f:[0,3]\rightarrow [1,29]$ defined by $f(x)=2x^{3}-15x^{2}+36x+1$ isinjective and surjectivesurjective but not injectiveinjective but not surjectiveneither ...
3 votes
3 answers
68
The number of elements in the power set of $\{\{1,2\},\{2,1,1\},\{2,1,1,2\}\}$ is$3$ $8$ $4$ $2$
3 votes
1 answer
69
If $T(x)$ denotes $x$ is a trigonometric function, $P(x)$ denotes $x$ is a periodic function and $C(x)$ denotes $x$ is a continuous function then the statement "It is no...
1 votes
6 answers
70
The proposition $(P\Rightarrow Q)\wedge (Q\Rightarrow P)$ is aTautologyContradictionContingencyAbsurdity
4 votes
2 answers
71
Let $f(x)=\log|x|$ and $g(x) =\sin x$. If $A$ is the range of $f(g(x))$ and $B$ is the range of $g(f(x))$ then $A\cap B$ is$[-1,0]$$[-1,0)$$[-\infty ,0]$$[-\infty ,1]$
3 votes
1 answer
72
If $x=-1$ and $x=2$ are extreme points of $f(x)=\alpha \log \mid x \mid+\beta x^2+x$ then$\alpha=-6,\beta=\dfrac{-1}{2}$ $\alpha=2,\beta=\dfrac{-1}{2}$ $\alpha=2,\beta=\d...
8 votes
4 answers
75
Suppose $A$ is a finite set with $n$ elements.The number of elements and the rank of the largest equivalence relation on $A$ are$\{n,1\}$$\{n,n\}$$\{n^2,1\}$$\{1,n^2\}$
40 votes
5 answers
77
What is the maximum height of any AVL-tree with $7$ nodes? Assume that the height of a tree with a single node is $0$.$2$$3$$4$$5$