Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 6 Prove the language below is not context - free. L = { 0 n 1 n 2 n | n 0 } Problem

Problem 6
Prove the language below is not context-free.
L={0n1n2n|n0}
Problem 7
Consider a Turing Machine (TM) designed to operate on inputs from the alpha-
bet {0,1}. This TM is tasked with duplicating the input string. An example
execution is provided below, where w represents any string in {0,1}** :
#w##w#w#
Compute the following:
(a) State transition diagram.
(b) State transition table.
(c) Demonstrate the steps for the following execution: #010# #010#010#.
Note: You may introduce additional characters to the working alphabet
if deemed necessary for your solution.
Problem 8
Design a Turing Machine (TM) that counts the number of a's in a given input
string. It should do this by writing a string containing as many I's as there
are a''s following the input string. The initial configuration of the machine is
#xax ....xax...# where x's represent symbols other than a's. Assuming there
are a total of nbar(a's), the transformation can be represented as:
??#xax....xax... ??# ??#xax....xax... ??# IIIIIIII ??#
Note: You may assume that AAx:x
Problem 9
Design a Turing machine that calculates the modulo 3 equivalent of a given
number represented using s, where the count of I 's indicates the number itself.
Initially, the tape head will be positioned on the blank symbol # before the
number. At the completion of execution, the machine will append 's to the
number to represent the result.
The following example demonstrates the initial and final configurations for 5-=2
(mod3).
#
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions