Recent questions tagged uppcl2018

1 votes
1 answer
2
The set of equations $x^{2} + y^{2} = 1$ and $x + y = 0$ has how many real solutions?Infinite number of solutionsNo solution$2$ solutions$1$ solution
0 votes
1 answer
5
If $703_{x}$ (in base-$x$ number system) equals $504_{y}$ (in base-$y$ number system), then possible values of $x, y$ are:$17, 18$None of these$8, 11$$12, 13$
0 votes
1 answer
6
The value of $\dfrac{|x|}{x}$ at $x= 0$ is:InfinityNot defined$1$$0$
0 votes
1 answer
8
The decimal value $0.625$equals the binary $0.111$ equals no finite binary string equals the binary $0.101$ equals the binary $0.10011$
0 votes
1 answer
9
What is the sum of the following series:$$2 + 4+ 6+ 8+ \dots + 94 + 96 + 98 + 100$$$4300$$2000$$3240$$2550$
0 votes
1 answer
10
Arrange the words given below in a meaningful sequence.Key DoorLockRoomSwitch On$4, 2, 1, 5, 3 $$1, 3, 2, 4, 5 $$1, 2, 3, 5, 4 $$5, 1, 2, 4, 3 $
0 votes
1 answer
14
Consider the following array of elements$<70, 23, 60, 19, 13, 16, 1, 4, 8, 12, 7, 10, 85>$The minimum number of interchanges needed to convert into a max-heap is $4$$1$$3...
0 votes
1 answer
15
The recurrence equation $T(n) = T(\sqrt{n}) + O(1)$ has the following asymptotic solution:$T(n) = O(\sqrt{n})$$T(n) = O(\log n)$$T(n) = O(n^{1/\log n})$$T(n) = O(\log \lo...
0 votes
1 answer
20
In a course, a professor gives five grades $\{\text{A, B, C, D, F}\}.$ What is the minimum number of students required so that four of them are guaranteed to get the same...
0 votes
1 answer
22
0 votes
1 answer
23
We have a database table with relational schema $\text{R(XYZPQ)}:$$$\begin{array}{|c|c|c|c|c|} \hline \text{X} & \text{Y} & \text{Z} & \text{P} & \text{Q} \\\hline \text{...
0 votes
0 answers
28
Let $\text{A}$ be a $2 \times 2$ matrix with integer entries. Which of the following could be its eigenvalue?$\sqrt[3]{2}$$\pi$$\frac{1}{\sqrt{2}}$$\sqrt{2}$
0 votes
0 answers
30
The Adjacency matrix of a directed graph $\text{G}$ is given below.$\begin{array} {} & a & b & c & d & e & f & g & h & i \\ a & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 \\ b & ...