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

138
views
1 answers
5 votes
Suppose that $\left\{\mathbf{v}_{\mathbf{1}}, \mathbf{v}_{\mathbf{2}}, \mathbf{v}_{\mathbf{3}}\right\}$ is a linearly independent set of vectors in $\mathbb{R}^{6}$.Furth...
269
views
2 answers
6 votes
Let $A$ be an $n \times n$ matrix of real or complex numbers. Which of the following statements are equivalent to: “the matrix $A$ is invertible”?The columns of $A$ a...
286
views
3 answers
8 votes
Let $M$ be a $2 \times 2$ matrix with the property that the sum of each of the rowsand also the sum of each of the columns is the same constant $c$. Which (if any) any of...
142
views
1 answers
4 votes
Let $A$ and $B$ be two $n \times n$ matrices. If $B$ is invertible and $(I+BA)^{-1} = 2B^2$, then which of the following is the correct definition of $A$ in terms of $B$?...
216
views
1 answers
0 votes
How many 256 X 1K bit chips are required to build 1 MB of memory?
2.5k
views
4 answers
2 votes
​​​​For a Boolean variable $x$, which of the following statements is/are FALSE?$x .1=x$$x+1=x$$x \cdot x=0$$x+\bar{x}=1$
421
views
1 answers
2 votes
What are the sequence of popped-out values if the sequence of operations - $\textsf{push(1), push(2), pop, push(1), push(2), pop, pop, pop, push(2), pop}$ are performed o...
521
views
1 answers
3 votes
Consider the following NFA $M$ and say what language is recognised by constructing the machine that recognises the complement of $L(M)$ in $\{a\}^*$.$\emptyset$$\{a\}^*$$...
476
views
1 answers
4 votes
241
views
1 answers
0 votes
A truth table will need how many rows if there are $n$ variables.$2 * n$$n$$2^n$None of the above
456
views
2 answers
1 votes
Pointer p to an array of integers (of size 2 Bytes) is initialized to 200. What is the value of p+3?206203212204
260
views
1 answers
0 votes
In SQL the statement $\text{select * from R, S}$ is equivalent to$\text{select * from R natural join S}$$\text{select * from R cross join S}$$\text{select * from R outer ...
339
views
1 answers
0 votes
If $\mathrm{A}, \mathrm{B}$ and $\mathrm{C}$ can complete a piece of work in $3,5$ and $6$ days respectively, they together will complete the work in$1 \frac{3}{7}$ days$...