These questions are basic level ones and can be answered in less than a minute if you have seen the topic.

Recent questions tagged easy

30 votes
5 answers
785
Given the following relation instance.$$\begin{array}{|l|l|}\hline \text{X} & \text{Y} & \text{Z} \\\hline \text{1} & \text{4} & \text{2} \\ \text{1} & \text{5} & \te...
29 votes
2 answers
787
60 votes
6 answers
790
Let $P(S)$ denotes the power set of set $S.$ Which of the following is always true?$P(P(S)) = P(S)$$P(S) ∩ P(P(S)) = \{ Ø \}$$P(S) ∩ S = P(S)$$S ∉ P(S)$
41 votes
6 answers
793
Which of the following need not necessarily be saved on a context switch between processes?General purpose registersTranslation look-aside bufferProgram counterAll of the...
41 votes
7 answers
794
43 votes
9 answers
796
33 votes
8 answers
798
52 votes
3 answers
800
The most appropriate matching for the following pairs$$\begin{array}{|ll|ll|}\hline X: & \text{m = malloc(5); m = NULL;} & 1: & \text{using dangling pointers} \\\hline Y...
35 votes
4 answers
803
1 votes
1 answer
804
39 votes
4 answers
805
The number $43$ in $2's$ complement representation is$01010101$$11010101$$00101011$$10101011$
40 votes
4 answers
806
28 votes
5 answers
807
26 votes
7 answers
808
The determinant of the matrix $$\begin{bmatrix}2 &0 &0 &0 \\ 8& 1& 7& 2\\ 2& 0&2 &0 \\ 9&0 & 6 & 1 \end{bmatrix}$$$4$$0$$15$$20$
56 votes
8 answers
809
An $n \times n$ array $v$ is defined as follows:$v\left[i,j\right] = i - j$ for all $i, j, i \leq n, 1 \leq j \leq n$The sum of the elements of the array $v$ is$0$$n-1$$n...
39 votes
6 answers
810
The minimum number of cards to be dealt from an arbitrarily shuffled deck of $52$ cards to guarantee that three cards are from same suit is$3$$8$$9$$12$