5 votes
4
An array of $2$ two byte integers is stored in big endian machine in byte addresses as shown below. What will be its storage pattern in little endian machine ?$$\begin{ar...
2 votes
5
A candidate key should have unique values and a chosen CK is called primary key. Null is also unique. Why (C) is not answer?
0 votes
6
How many minimum number of tables are required for this ER Diagram?
4 votes
7
In IEEE $754$ single floating point format, how many numbers can be represented in the interval [10, 16)? A. $2^{21}$ B. $3 * 2^{21}$ C. $5 * 2^{21}$ ...
3 votes
10
Let $A$ be a real $2 \times 2$ matrix. If $5+3i$ is an eigenvalue of $A$, then $det(A)$equals 4equals 8equals 16cannot be determined from the given information
2 votes
11
The value of $$\begin{vmatrix} 1 & \log _x y & \log_x z \\ \log _y x & 1 & \log_y z \\ \log _z x & \log _z y & 1 \end{vmatrix}$$ is$0$$1$$-1$None of these
3 votes
14
True/False Question :The equation $x^{3}+3x-4=0$ has exactly one real root.
2 votes
16
True/False Question:$f : \left [ 0,\infty \right ]\rightarrow \left [ 0,\infty \right ]$ is continuous and bounded then $f$ has a fixed point.
2 votes
19
3 votes
21
How many pairs $(x,y)$ such that $x+y <= k$, where x y and k are integers and $x,y>=0, k 0$.Solve by summation rules.Solve by combinatorial argument.