11 votes
2 answers
2
My Question $\{\langle M \rangle \mid M$ is a TM and there exist an input whose length is less than 100, on which $M$ halts$\}$I have to check that it is Turing Recogniza...
15 votes
1 answer
3
4 votes
2 answers
4
1 votes
1 answer
5
How many ways are there to seat six people around a circular table where two seatings are considered the samewhen everyone has the same two neighbors without regard to wh...
3 votes
2 answers
7
complement of a complete bipartite graph Km,n .please provide a figure for explanation.
3 votes
0 answers
8
For which values of m and n is Km,n regular?
2 votes
1 answer
9
Let n be a positive integer. Show that a subgraph induced by a nonempty subset of the vertex set of Kn is a complete graph.
3 votes
1 answer
10
Suppose that A is a nonempty set, and f is a function that has A as its domain. Let R be the relation on A consisting of all ordered pairs (x, y) such that f (x) = f (y)....
1 votes
2 answers
11
iff(n) ≠ O(g(n)) then, g(n) ≠ O(f(n)) state true or false with explanation.
2 votes
3 answers
12
Given that, f(n) = O(g(n)) then it implies that h(f(n)) = O(h(g(n)). State TRUE/FALSE with proper Explanation/Examples.Please provide mathematical proof,don't just prove ...
7 votes
2 answers
14
6 votes
4 answers
15
In which class of Flynn's taxanomy, Von Neumann architecture belongs to?SISDSIMDMIMDMISD
9 votes
5 answers
16
Let the page fault service time be $10$ ms in a computer with average memory access time being $20$ ns. If one page fault is generated for every $10^6$ memory accesses, w...
4 votes
4 answers
17
What is the output of this C code?#include<stdio.h void main() { int k=5; int *p=&k; int m=&p; printf("%d %d %d",k,*p, m); }5 5 5 5 5 junk5 junk junkcompile time error
4 votes
3 answers
19
The functional difference between $SR$ flip-flop and $J$-$K$ flip-flop is that :$J$-$K$ flip-flop is faster than $SR$ flip-flop$J$-$K$ flip-flop has a feedback path$J$-$K...
8 votes
2 answers
20
Which of the following binary number is the same as its $2's$ complement ?$1010$$0101$$1000$$1001$