0 votes
1
0 votes
2
The characteristic equation of the $\text{D}$ flip-flop is : $\text{Q=D}$$\text{Q=1}$$\text{Q=0}$
1 votes
3
0 votes
5
0 votes
6
Shaik Masthanplease explain me ..thank you
3 votes
7
What will be TC here?Ans given $O(n^{2})$ , while I am getting $O(n)$
2 votes
8
if the sum of the diagonal elements of a 2x2 matrix is (-6) then the maximum possible value of determinant of the matrix is
0 votes
9
1 votes
10
1 votes
12
Given a sorted array of n elements where other than one element x every other elenent repeat two times then how much time will it take to find position of x
0 votes
13
other than last year questions, what are the other sources to prepare for gate cs?
0 votes
14
Question.Construct the Dag for the following Assume that + is left associative?a)a+b+(a+b)b)a+b+a+bc)a+a+(a+a+a+(a+a+a+a))Please give the Answer to these questions?????
0 votes
15
WHATS THE MAIN DIFFERENCE between RECURSIVELY ENUMARABLE but not RECUSIVEand NOT RECURSIVELY ENUMARABLE??????/PLZ help me out with this
0 votes
16
1)Let G be CFG. Whether L(G) is CFL.Q)Is it decidable or not?2)Let G be CFG and unambiguous. Whether L(G) is CFL.Q)Is it decidable or not?
0 votes
19
Please explain this???
1 votes
20
I gave gate 2018 and got 2262 rank(43.33 marks)) .Is there any chance for me to get I to NITs for mtech now....
1 votes
21
What is the output of below code?#include<stdio.h Int check(int); Int main() { Int k=35,z; z=check(k); printf("z=%d\n",z); return 0; } int check(int m) { int m; if(m>40) ...
2 votes
22
If R be an equivalence relation on the set, A={6,7,8,9,10} defined by, R={(6,6),(7,7),(8,8),(9,9),(10,10),(6,7),(7,6),(8,9),(9,8),(9,10),(10,9),(8,10),(10,8)}, its partit...
0 votes
23
main(){int a = 1; int b = 1; int c = a || b ; printf("a = %d b=%d\n",a,b); return 0;}
1 votes
26
Please give some example regarding number of edges in dense graph is - |E| < |V2|I get that when we take log both sides we get O(ElogV), but I can't get this |E| < |V2|