!6.11 Additional practice: Engineering examples "6.13 LAB: Filter and sort a list 6.12 LAB: Varied amount of input data Statistics are often calculated with varying amounts of input data. Write a...

1 answer below »
Hell I have 4 labs in ZY BOOKS that I need completed and a Pseudocode Assignment for my IT INTRO TO SCRIPTING 140 CLASS. I have more files to attach.


!6.11 Additional practice: Engineering examples "6.13 LAB: Filter and sort a list 6.12 LAB: Varied amount of input data Statistics are often calculated with varying amounts of input data. Write a program that takes any number of integers as input, and outputs the average and max. Ex: If the input is: 15 20 0 5 the output is: 10 20 247772.2201088.qx3zqy7 LAB ACTIVITY 6.12.1: LAB: Varied amount of input data 0 / 10 Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the Qrst box, then click Run program and observe the program's output in the second box. Enter program input (optional) If your code requires input values, provide them here. Input (from above)# main.py (Your program) # Output (shown below) Program output displayed here Signature of your work History of your effort will appear here once you begin working on this zyLab. ma...py Load default template... ''' Type your code here. ''' Develop mode Submit mode Run program What is this? Feedback? 1 My library > IT 140: Introduction to Scripting v3 home > 6.12: LAB: Varied amount of input data$ % zyBooks catalog & Help/FAQ Jessica Coupar' ( https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/11 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/13 https://learn.zybooks.com/library https://learn.zybooks.com/zybook/SNHUIT140v3 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/12 !6.12 LAB: Varied amount of input data "6.14 Dictionaries 6.13 LAB: Filter and sort a list Write a program that gets a list of integers from input, and outputs non-negative integers in ascending order (lowest to highest). Ex: If the input is: 10 -7 4 39 -6 12 2 the output is: 2 4 10 12 39 For coding simplicity, follow every output value by a space. Do not end with newline. 247772.2201088.qx3zqy7 LAB ACTIVITY 6.13.1: LAB: Filter and sort a list 0 / 10 Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the Trst box, then click Run program and observe the program's output in the second box. Enter program input (optional) If your code requires input values, provide them here. Input (from above)# main.py (Your program) # Output (shown below) Program output displayed here Signature of your work History of your effort will appear here once you begin working on this zyLab. ma...py Load default template... ''' Type your code here. ''' Develop mode Submit mode Run program What is this? Feedback? 1 My library > IT 140: Introduction to Scripting v3 home > 6.13: LAB: Filter and sort a list$ % zyBooks catalog & Help/FAQ Jessica Coupar' ( https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/12 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/14 https://learn.zybooks.com/library https://learn.zybooks.com/zybook/SNHUIT140v3 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/13 !6.17 Dictionary nesting "6.19 LAB: Replacement words 6.18 LAB: Word frequencies Write a program that reads a list of words. Then, the program outputs those words and their frequencies. Ex: If the input is: hey hi Mark hi mark the output is: hey 1 hi 2 Mark 1 hi 2 mark 1 247772.2201088.qx3zqy7 LAB ACTIVITY 6.18.1: LAB: Word frequencies 0 / 10 Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the Prst box, then click Run program and observe the program's output in the second box. Enter program input (optional) If your code requires input values, provide them here. Input (from above)# main.py (Your program) # Output (shown below) Program output displayed here Signature of your work History of your effort will appear here once you begin working on this zyLab. ma...py Load default template... ''' Type your code here. ''' Develop mode Submit mode Run program What is this? Feedback? 1 My library > IT 140: Introduction to Scripting v3 home > 6.18: LAB: Word frequencies$ % zyBooks catalog & Help/FAQ Jessica Coupar' ( https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/17 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/19 https://learn.zybooks.com/library https://learn.zybooks.com/zybook/SNHUIT140v3 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/18 !6.18 LAB: Word frequencies "7.1 Reading files 6.19 LAB: Replacement words Write a program that replaces words in a sentence. The input begins with word replacement pairs (original and replacement). The next line of input is the sentence where any word on the original list is replaced. Ex: If the input is: automobile car manufacturer maker children kids The automobile manufacturer recommends car seats for children if the automobile doesn't already have one. the output is: The car maker recommends car seats for kids if the car doesn't already have one. You can assume the original words are unique. 247772.2201088.qx3zqy7 LAB ACTIVITY 6.19.1: LAB: Replacement words 0 / 10 Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the Trst box, then click Run program and observe the program's output in the second box. Enter program input (optional) If your code requires input values, provide them here. Input (from above)# main.py (Your program) # Output (shown below) Program output displayed here Signature of your work History of your effort will appear here once you begin working on this zyLab. ma...py Load default template... ''' Type your code here. ''' Develop mode Submit mode Run program What is this? Feedback? 1 My library > IT 140: Introduction to Scripting v3 home > 6.19: LAB: Replacement words$ % zyBooks catalog & Help/FAQ Jessica Coupar' ( https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/18 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/7/section/1 https://learn.zybooks.com/library https://learn.zybooks.com/zybook/SNHUIT140v3 https://learn.zybooks.com/zybook/SNHUIT140v3/chapter/6/section/19
Answered 1 days AfterOct 09, 2021

Answer To: !6.11 Additional practice: Engineering examples "6.13 LAB: Filter and sort a list 6.12 LAB: Varied...

Neha answered on Oct 09 2021
140 Votes
Start
Show the start room to player
Show the instructions to player
While true
Check for the cur
rent room of player
If current room of player is not exit
then
Show the status of player
Get command from player
If command == set current to exit
Return
If command == go
Move between...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here