0 votes
1 answer
1
How is the NIT Delhi for M.tech,can anyone from NITD please share ur experience? Please post stats about placements.Does average student can get placement (atleast 6LPA)?...
0 votes
0 answers
2
Can anybody elaborate on how to apply for the ISRO's scientist C post(from recent advertisement)
0 votes
1 answer
3
SELECT * FROM TABLENAME WHERE column_name = (SUBQUERY which returns same data types as column_name); Is this query erroneous bcoz of an equal operator?
0 votes
0 answers
6
Consider the following grammar with corresponding synthesized attributes:If “F.val” gives the value of the binary fraction generated by F in above grammar then, the v...
0 votes
2 answers
7
Which gates are functionally complete?e.g.NAND
1 votes
1 answer
8
1. macros are not considered as tokens in tokenizing.2.#include considered as single token2.stdio.h considered as single token. Are the above statements true?
0 votes
0 answers
10
Let x is a binary number and a functionf(x)= 1’s Complement(2’s Complement ( x ))If x= 0110 then f6(x)= ____.Note: fk(x)= f(fk-1(x)) ,k>1.
0 votes
0 answers
12
Is the given conversiion from XNOR to XOR true?
0 votes
0 answers
13
Use of Auxillary carry flag? Which flag is used in jump instruction?
2 votes
0 answers
14
How to solve such ex?Here anwer is (A)
0 votes
1 answer
15
When to consider seek time,rotational latency,transfer time?Here answer is option(D)
0 votes
0 answers
16
0 votes
0 answers
17
Can anyone please give differences, disadvantage, equations(of sum and carry) forHalf AdderHalf SubtractorFull adderFull subtractor
0 votes
1 answer
18
Let $f (n) = Ο(n), g(n) = \Omega(n)$ and $h(n) = \theta(n)$. Then $g(n) + f(n).h(n)$ is ______How to solve such examples.Rules for math of asymptotic notations(mul,div,a...
1 votes
0 answers
20
σ(x<y) ( π(x,y) R ) Is this type of query valid or should I have selection operator inside the and projection outside or both are same?