Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help (everything given) 1. WHILEL uses the same datatype of binary trees as WHILE does. Consider now the following trees in D: (a)
I need help (everything given)
1. WHILEL uses the same datatype of binary trees as WHILE does. Consider now the following trees in D: (a) >> (c) >>> According to our encoding of datatypes in D, decide for each tree (a)-(d) whether it encodes i a list of numbers; if it does give the corresponding list. ii a list of lists of numbers; if it does give the corresponding list. Note that an empty list can always be considered a list of numbers and a list of lists of numbers. [20 marks) 2. Let prog be the WHILE++-program in Figure 1. Explain what program prog in Figure 1 returns as output for a given input d e D. In other words, state what [prog] WHILE++(d) is for any d e D. (Don't describe the code in the program.) [14 marks) prog read L foreach x in L { while XL Y:= cons nil Y; X:= tl x } } } write Y Figure 1: WHILE++-program prog 1. WHILEL uses the same datatype of binary trees as WHILE does. Consider now the following trees in D: (a) >> (c) >>> According to our encoding of datatypes in D, decide for each tree (a)-(d) whether it encodes i a list of numbers; if it does give the corresponding list. ii a list of lists of numbers; if it does give the corresponding list. Note that an empty list can always be considered a list of numbers and a list of lists of numbers. [20 marks) 2. Let prog be the WHILE++-program in Figure 1. Explain what program prog in Figure 1 returns as output for a given input d e D. In other words, state what [prog] WHILE++(d) is for any d e D. (Don't describe the code in the program.) [14 marks) prog read L foreach x in L { while XL Y:= cons nil Y; X:= tl x } } } write Y Figure 1: WHILE++-program progStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started