1 votes
1
Can any tell the formula for A<B and A=BI understand the solution but I didn’t found any formula on net. Any valid links are welcome.
1 votes
2
How to proceed in such questions.Consider set $R = {(1, 1), (2, 1), (3, 2), (4, 3)}$. If set $P = R^1 \cup R^2 \cup R^3, $ then which of the following represents the set...
1 votes
7
int m= -14;int n=6;int o;o=m%++n;n+=m++ - o;m<<=(o^n)&3;assuming 2's complement arithemetic ; what should be the final value of m,n,o??
1 votes
12
shouldnt the answer be 1??
2 votes
13
2 votes
14
A cinema hall has a capacity of 100 seats–40 seats in the balcony and 60 seats on theground floor. In how many ways can 100 viewers be accommodated, if 10 of themwant t...
4 votes
15
The equations x + 4y + 8z = 16, 3x + 2y + 4z = 12 and 4x + y + 2z = 10 have(A) Only one solution(B) Two solutions(C) Infinitely many solutions(D) No solution
0 votes
16
2 votes
17
Prove that every complete lattice is bounded lattice but not vice-versa .
4 votes
18
6 votes
19
Maximum number of BFS Traversal Possible on BST of height 3 is ..........
1 votes
20
can anyone explain how TLB is organized when it is used as Direct mapped and set-assosiative or suggest any resource to read ?https://gateoverflow.in/1840/gate2006-62-is...
1 votes
21
1 votes
23
Find how many min NAND gates are required to realize the function :1- f(A,B,C)=A+BC2-f(A,B,C,D)=(A'+B')(C+D)please help me with the intuition required?
2 votes
26
Locate the inflection points and region where f(x) is concave up or downf(x)=$-x^3+x^2+x$
3 votes
27
How many Super keys Possible for R(A,B,C,D,E) with1. {A,BC,DE} as the keys ?2. {A,BC,CDE} as the keys ?
1 votes
28