100%(1)1 out of 1 people found this document helpful
This preview shows page 32 - 38 out of 63 pages.
Question 9CorrectMark 1.00 out of 1.00Flag questionQuestion text
blank challenged the mathematical community to find an infallible, mechanical method for constructing and checking truth of mathematical statements.DavidHilbertAlanTuringLeibniz’sDreamGeorgeBooleAlonzoChurchFeedbackYour answer is correct.Question 10CorrectMark 1.00 out of 1.00Flag questionQuestion textAre ambiguous grammar context free?Question 11CorrectMark 1.00 out of 1.00Flag questionQuestion textThe recursive inference procedure determines that string w is in the language ofthe variable A, A being the starting variable.Question 12CorrectMark 1.00 out of 1.00
Flag questionQuestion textA language accepted by Deterministic Push down automata is closed under which of the following?FeedbackYour answer is correct.Question 13CorrectMark 1.00 out of 1.00Flag questionQuestion textA PDA machine configuration (p, w, y) can be correctly represented as ____________ . Select one:a. unprocessed input, stack content, current stateb. current state, stack content, unprocessed inputc. current state, unprocessed input, stack content FeedbackYour answer is correct.Question 14CorrectMark 1.00 out of 1.00
Flag questionQuestion textWhich among the following is not a part of the Context free grammar tuple?FeedbackYour answer is correct.Question 15CorrectMark 1.00 out of 1.00Flag questionQuestion textProduction Rule: aAb->agb belongs to which of the following category?FeedbackYour answer is correct.Question 16IncorrectMark 0.00 out of 1.00
Flag questionQuestion textA general purpose, programmable, information processor with input and output. Answer: Question 17CorrectMark 1.00 out of 1.00Flag questionQuestion textAny set that represents the value of the Regular Expression is called a Property set.Select one:Question 18CorrectMark 1.00 out of 1.00Flag questionQuestion textDifferent approaches to draw a derivation tree:* Starts from tree leaves. It proceeds upward to the root which Answer 1Bottom-up Approachcentral processing unit
is the starting symbol S* Starts with the starting symbol S. It goes down to tree leaves using productions.Answer 2FeedbackYour answer is correct.