Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Foundations of Computing UFCFFS-30-1 Portfolio Task 3 Due 23-12-2020 Mark /20 Based on the FA you already designed, your next task is to extend it

image text in transcribed

image text in transcribed

Foundations of Computing UFCFFS-30-1 Portfolio Task 3 Due 23-12-2020 Mark /20 Based on the FA you already designed, your next task is to extend it to a Pushdown Automaton (PDA) which can recognise arithmetic expressions with brackets. All brackets must be paired up correctly. Multiplication operator can't be omitted. Some accepted examples: 1, -2, -(1). (1+2)*(3-7-3), 1/-3-1), 8*-(3/8), ((1.2))/(2.1) Some rejected examples: (3). (2)(3), 4-X. (1.)5, ((3)3) In Appendix, we show you an example of PDA which accepts strings of unary numbers with correctly matched brackets. Please fully understand how it works. When you design your PDA, you should use your FA (from previous worksheet) as a start point. You need to modify your FA into a PDA, thinking carefully where are the positions you should allow open/close brackets. For full marks the diagram must be complete and correct in every respect. This worksheet is worth of 30% this term's assignment. The hand in date is Thursday 23rd of Dec 2020. Appendix An Example of PDA A simple example of PDA is a recogniser for the language {1, 11, 111,(1). (1)(1). (1(11)). ((1)(1)11). .....} Below is a posible PDA. push(* 1, gp Si S3 push($) 1 ngp AS pop 'push(*) 1 pop Task 2 model answer Please use this as a start point for Portfolio task 3 0-9 0-9 start digit dec1 0-9 0-9 sign (dec2 0-9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions