Question
L1 = {a^i b^j c^k | i = j, k ≥ 1}
L1 = {a^i b^j | j = 2i, i ≥ 0}
Which of the following is true?
a.
L1 is not a CFL but L2 is
b.
L1 ∩ L2 = ∅ and L1 is non-regular
c.
L1 ∪ L2 is not a CFL but L2 is
d.
There is a 4-state PDA that accepts L1, but there is no DPDA that accepts L2
Posted under GATE cse question paper Theory of Computation(TOC)
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Consider the following languages. L1 = {a^i b^j c^k | i = j, k ≥ 1} L1 = {a^i b^j | j = 2i, i ≥ 0} Which of the following is true?
Similar Questions
Discover Related MCQs
Q. Which of the following languages is (are) non-regular?
L1 = {0^m1^n | 0 ≤ m ≤ n ≤ 10000}
L2 = {w | w reads the same forward and backward}
L3 = {w ∊ {0, 1} * | w contains an even number of 0's and an even number of 1's}
View solution
Q. Which of the following intuitive definition is true about LR(1) Grammar.
View solution
Q. Consider the Following regular expressions
r1 = 1(0 + 1)*
r2 = 1(1 + 0)+
r3 = 11*0
What is the relation between the languages generated by the regular expressions above ?
View solution
Q. Consider regular expression r, where r = (11 + 111)* over Ʃ = {0, 1}. Number of states in minimal NFA and DFA respectively are:
View solution
Q. Consider the grammar G.
E -> TE’
E’ -> +TE’ | ԑ
T’ -> FT’
T’ -> *FT’ | ԑ
F -> (E) | id
If LL(1) parsing table is constructed using the grammar G, then how many entries are present in the row that represents E’ nonterminal ? (consider the entries which are not error/not blank entries)
View solution
Q. Let, init (L) = {set of all prefixes of L},
Let L = {w | w has equal number of 0’s and 1’s}
init (L) will contain:
View solution
Q. Suppose M1 and M2 are two TM’s such that L(M1) = L(M2). Then
View solution
Q. Consider the following decision problems:
(P1) Does a given finite state machine accept a given string
(P2) Does a given context free grammar generate an infinite
number of stings
Which of the following statements is true?
View solution
Q. Which of the following statements is true ?
View solution
Q. Consider the following problem X.
Given a Turing machine M over the input alphabet Σ, any
state q of M And a word w∈Σ*, does the computation of M
on w visit the state q?
Which of the following statements about X is correct?
View solution
Q. The language accepted by a Pushdown Automation in which the stack is limited to 10 items is best described as
View solution
Q. Which of the following is true?
View solution
Q. The C language is:
View solution
Q. Ram and Shyam have been asked to show that a certain problem Π is NP-complete. Ram shows a polynomial time reduction from the 3-SAT problem to Π, and Shyam shows a polynomial time reduction from Π to 3-SAT. Which of the following can be inferred from these reductions ?
View solution
Q. Nobody knows yet if P = NP. Consider the language L defined as follows. Which of the following statements is true ?
View solution
Q. If the strings of a language L can be effectively enumerated in lexicographic (i.e., alphabetic) order, which of the following statements is true ?
View solution
Q. Let G = ({S}, {a, b} R, S) be a context free grammar where the rule set R is S → a S b | SS | ε . Which of the following statements is true?
View solution
Q. Define languages L0 and L1 as follows :
L0 = {< M, w, 0 > | M halts on w}
L1 = {< M, w, 1 > | M does not halts on w}
Here < M, w, i > is a triplet, whose first component. M is an encoding of a Turing Machine, second component, w, is a string, and third component, i, is a bit. Let L = L0 ∪ L1. Which of the following is true ?
View solution
Q. The language {a^m b^n C^(m+n) | m, n ≥ 1} is
View solution
Q. Consider the following grammar G:
S → bS | aA | b
A → bA | aB
B → bB | aS | a
Let Na(w) and Nb(w) denote the number of a's and b's in a string w respectively. The language L(G) ⊆ {a, b}+ generated by G is
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Theory of Computation(TOC)? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!