adplus-dvertising

Welcome to the Theory of Computation(TOC) MCQs Page

Dive deep into the fascinating world of Theory of Computation(TOC) with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Theory of Computation(TOC), a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Theory of Computation(TOC), from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Theory of Computation(TOC). Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Theory of Computation(TOC). You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Theory of Computation(TOC) MCQs | Page 3 of 16

Q21.
Regular expression for the complement of language L = {a^n b^m I n ≥ 4, m ≤ 3} is
Discuss
Answer: (d).None of the above
Q22.
We can show that the clique problem is NP-hard by proving that
Discuss
Answer: (d).None of the above
Q23.
Given the recursively enumerable language (LRE), the context sensitive language (LCS) the recursive language (LREC) the context free language (LCF) and deterministic context free language (LDCF) The relationship between these families is given by
Discuss
Answer: (b).LCF ⊆ LDCF ⊆ LCS ⊆ LREC ⊆ LRE
Q24.
Match the following:

       List- I                                                List -II
a. Context free grammar               i. Linear bounded automaton
b. Regular grammar                     ii. Pushdown automaton
c. Context sensitive grammar     iii. Turing machine
d. Unrestricted grammar             iv. Deterministic finite automaton

code:
a   b    c    d
Discuss
Answer: (b).ii    iv    i    iii
Q25.
According to pumping lemma for context free languages:
Let L be an infinite context free language, then there exists some positive integer m such that any w ∈ L with I w I ≥ m can be decomposed as w = u v x y z
Discuss
Answer: (d).with I vxy I ≥ m and I vy I ≥ 1 such that uvi xyi z ∈ L for all i = 0,1,2,.....
Discuss
Answer: (d).S → β1 | β2  | β1A |  β2A , A   → α1A | α2 A  | λ
Q27.
If all the production rules have single non - terminal symbol on the left side, the grammar defined is :
Discuss
Answer: (a).context free grammar
Q28.
Minimal deterministic finite automaton for the language L = {0n | n ≥ 0 , n ≠ 4} will have
Discuss
Answer: (d).5 final state among 6 states
Q29.
The regular expression corresponding to the language L where L = { x ∈{0, 1}* | x ends with 1 and does not contain substring 00 } is :
Discuss
Answer: (c).(1 + 01)* (1 + 01)
Discuss
Answer: (c).S → 0 | 0 S | 1 S S | S 1 S |S S 1
Page 3 of 16

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!