4/13/2021 Activity-3-Instructions_Expected_Output file:///E:/ XXXXXXXXXX2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-3-Instructions_Expected_Output.html 1/4 You may use Pycharm or...

instructions and expected outcome are attached in pdf.


4/13/2021 Activity-3-Instructions_Expected_Output file:///E:/2020-2021-2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-3-Instructions_Expected_Output.html 1/4 You may use Pycharm or Jupyter Notebook when working. For Numpy save your file as .py. For Jupyter Noted submit it in .ipynb format. (To save it as a .ipnyb file, in jupyter notebook, go to file>download as>Notebook(.ipynb)) Since not all has a laptop or pc for using, this activty will be a group activity which will have 2-3 member per group. indicate in the beggining of the program your group members (Either put it in a comment or print it) When submitting, attached your file, then screenshot of your code, then screenshot of your output. Then put on the private comment the names of your groupmate 1. Write a Python program that: generates 4 arrays of random integers from 0 to 100, each array contains 20 random integer and plots them in a scatter plot, you may choose what color you like. print all the 4 arrays and show to plot (Expected Output) 10pts Another Expected Outout example 4/13/2021 Activity-3-Instructions_Expected_Output file:///E:/2020-2021-2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-3-Instructions_Expected_Output.html 2/4 2. Write a Python program that will: ask a user how many random data it will generate in an array. Then generate an array of radnom integers from 0 to 100. Then generate an array of random floats from 0 to 1. Then the Random Integer array will be used in plotting a Pie Chart, The data will also be the label of the Pie chart. The values of the Pie chart shall explode, the Random Float array will be used as the value of explode in the pie chart. Print the number of Data inputed Print the random integer array Print the random float array Show the plot (Expected Output)24pts In [ ]: 4/13/2021 Activity-3-Instructions_Expected_Output file:///E:/2020-2021-2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-3-Instructions_Expected_Output.html 3/4 Another Expected Outcome: another: 4/13/2021 Activity-3-Instructions_Expected_Output file:///E:/2020-2021-2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-3-Instructions_Expected_Output.html 4/4 4/13/2021 Activity-4-Instructions_Expected_Output file:///E:/2020-2021-2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-4-Instructions_Expected_Output.html 1/2 You may use Pycharm or Jupyter Notebook when working. For Numpy save your file as .py. For Jupyter Noted submit it in .ipynb format. (To save it as a .ipnyb file, in jupyter notebook, go to file>download as>Notebook(.ipynb)) Since not all has a laptop or pc for using, this activty will be a group activity which will have 2-3 member per group. indicate in the beggining of the program your group members (Either put it in a comment or print it) When submitting, attached your file, then screenshot of your code, then screenshot of your output. Then put on the private comment the names of your groupmate 1. make a python Program(using Scipy Library) converts Hectares to Squaremeters. 4pts 2. make a python Program(using Scipy Library) converts Acre to Squaremeters. 4 pts 3. make a python Program(using Scipy Library) converts Liters to Cubic Meters. 4pts 4. How much is the Speed of sound in Meters per second?use a python Program(using Scipy Library) in solving this problem. 4pts 5. If Barry runs at 45 km/h, and Petrio Runs at 36km/h. How much is their speed difference in Meters per second? How much is Barry faster than Petrio? Answer in Meter per second. use a python Program(using Scipy Library) in solving this problem. 6pts 6. If I ran 10 meter per second, how much is may speed equivalent to mph(Miles per Hour)? 4/13/2021 Activity-4-Instructions_Expected_Output file:///E:/2020-2021-2nd-sem/ITE-324/Pre-Fi-Notes/Activity-Questions-Outputs/Activity-4-Instructions_Expected_Output.html 2/2 use a python Program(using Scipy Library) in solving this problem. 6pts 7.If my body temperature is 309.15 kelvin, and the allowed mall temperature is below 37.8 Celsius, those with 37.8 Celsius and above are not allowed to enter the mall. With my body Temperature, will i be allowed? What is my Body temperature in Celcuis? Use if else to determine i will be allowed to enter the mall .Use a python Program(using Scipy Library) in solving this problem. 6pts
May 09, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here