347 views
0 votes
0 votes
Which of the following is not decidable:

A) Given a Turing machine M, a string S and an integer k, M accepts S within k steps

B) Equivalence of two given turing machines

C) Language accepted by a given finite state machine is not empty

D) Language generated by a context free grammar is not empty

1 Answer

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
0 answers
3
Sankaranarayanan P.N asked Oct 27, 2016
308 views
IN a binary tree, the number of internal nodes of degree one is 5 and the number of internal nodes of degree 2 is 10. The number of leaf nodes in the binary tree isA) 15B...
0 votes
0 votes
0 answers
4
Sankaranarayanan P.N asked Oct 27, 2016
330 views
The maximum number of edges in an acyclic undirected graph with n verticesA) n - 1B) nC) n +1D) 2n -1