0 votes
0 answers
82
Let $A, B$ be subsets of $\{0, \ldots, 9\}$. It is given that, on choosing elements $a \in A$ and $b \in B$ at random, $a+b$ takes each of the values $0, \ldots, 9$ with ...
0 votes
0 answers
83
If $f: \mathbb{R} \rightarrow \mathbb{R}$ is uniformly continuous, then there exists $M>0$ such that for all $x \in \mathbb{R} \backslash[-M, M]$, we have $f(x) < x^{100}...
0 votes
0 answers
84
0 votes
0 answers
86
From where to get syllabus for OIL senior officer IT.
0 votes
1 answer
87
0 votes
1 answer
88
An example of a tautology is :$x \vee y$$x \mathrm{v}(\sim y)$$x \mathrm{v}(\sim x)$$(x=>y) \wedge(x<=y)$
0 votes
3 answers
89
Which of the following data structures is most efficient in terms of both space and time to reverse a string of characters?Linked listStackArrayTree
0 votes
1 answer
90
The octal equivalent of the hexadecimal number $\mathrm{FF}$ is :$100$$150$$377$$737$
0 votes
1 answer
91
Which of the following set of keywords constitutes a mapping in $\text{SQL}$?$\text{SELECT, FROM, TABLE}$$\text{SELECT, FROM, WHERE}$$\text{CONNECT, TABLE, CREATE}$$\text...
0 votes
0 answers
94
In a set of $8$ positive integers, there always exists a pair of numbers having the same remainder when divided by :$7$$11$$13$$15$
0 votes
1 answer
95
Files that are related to input/output and are used to model serial $\text{I/O}$ devices such as terminals, printers and networks are called:regular filescharacter specia...
0 votes
0 answers
96
Which of the following can be the sequence of nodes examined in a binary search tree while searching for key $98$?$100, 50, 75, 60, 98$$100,120,90,95,98$$200, 70, 100, 95...
0 votes
2 answers
98
0 votes
2 answers
99
Consider the following $\mathrm{C}$ code :{int a = 5, b=9; float r; r= b /a ;}What is the value of $\text{r}$ ?$1.8$$1.0$$2.0$$0.0$