Calculates the median and shows it

Assignment Help Python Programming
Reference no: EM132354119

Question

q1 part 1 in python do a program to do the following:

1) User enters a file name (such as "myMovies.txt").

2) User enters the titles of 4 of their favorite moveis (use a loop!).

3) Program Writes the 4 titles to a file, one per line, then closes the file (use a loop!).

4) Program Reads the 4 titles from "myMovies.txt" stores them in a list and shows the list

5) The program writes the titles in reverse order into a file "reverseOrder.txt"

6) Submit the 3 files (your "p43.py" program and the two files "myMoveis.txt" and "reverseOrder.txt")

Sample Run:

Please enter a file name: myMovies.txt

Please enter a movie title #1: movie1

Please enter a movie title #2: movie2

Please enter a movie title #3: movie3

Please enter a movie title #4: movie4

... Writing the 4 movie titles to file 'myMovies.txt'

... Reading the 4 movie titles from file into a list: [movie1, movie2, movie3, movie4]

... Writing the 4 movie titles in revers to 'reverseOrder.txt'

Content of myMovies.txt:

movie1

movie2

movie3

movie4

Content of reverseOrder.txt

movie4

movie3

movie2

movie1

part 2) Write a program which

a) Writes a random number (50 to 55) of numbers (0 - 100) in a file

b) Opens the file and reads the numbers from it into a list

c) Sorts the list and Shows it. (you can't use python built-in functions sort(), sorted(), sum(), must write your own code)

d) Calculates the median and shows it (can't use any python built-in function for median)

TO CALCULATE MEDIAN:

If there is an odd number of data values then the median will be

the value in the middle.

For the data set: 1, 1, 2, 5, 6, 6, 9 the median is 5.

If there is an even number of data values then the median will be

the average of the two data values in the middle.

For the data set: 1, 1, 2, 6, 6, 9 the median is 4.

The middle two values are 2 and 6, so (2+6) / 2 = 8 /2 = 4

Reference no: EM132354119

Questions Cloud

Evaluate different types of research methods : Examine the developmental components of the research process. Test data for a business research project.Evaluate different types of research methods.
Write a program that will utilize a text input file : Write a program that will utilize a text input file and compute the listed specifications. The text input file "data.txt" is listed below. Build your program.
Investigators use digital forensic methods : Law enforcement professionals and investigators use digital forensic methods to solve crimes every day.
Key element of the aforementioned executive risk : Which is the key element of the aforementioned executive risk. The description included herein, and associated explanatory and expository details are meant
Calculates the median and shows it : User enters the titles of 4 of their favorite moveis.Program Reads the 4 titles from myMovies txt stores them in a list and shows the list
Legal-ethical implications for individuals and populations : Evaluate public health policies and practices as they relate to legal and ethical implications for individuals and populations.
You have experienced where person professionalism : Discuss an example you have experienced where a person's professionalism or credibility was called into question by mistakes in their communication
Ethical challenges faced by organizations operating globally : Describe the ethical challenges faced by organizations operating globally. As the connection builds up its business all around then they don't just comprehend
Organization contribute to overall employee satisfaction : How can the culture of an organization contribute to overall employee satisfaction? What elements contribute to the overall culture of an organization?

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to add ded at the end of a given word

Write a Python program to add 'ded' at the end of a given word (length should be at least 3). If the given string already end with ‘ded' then add ‘ing' instead.

  Create a list that contains the months of the year

Create a list that contains the months of the year? Create a loop to print the month number and name? The response paper should be in APA format.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Construct a model of a byte adder

Construct a model of a byte adder based on the bit adder and Specify an algorithm for integer addition based on binary operation - Create a program in Python which implement the model of the adder

  Permutation ciphers

Permutation Ciphers (a.k.a. Transposition Ciphers) are another class of simple cryptosystems. For this we use the functions apply(.,.) and inv(.) from Homework 4; copy these two functions into your le as auxiliary functions.

  Design an application in python

Design an application in Python- The application would generate a set of 100 integers in a random manner in the range of 50 to 150 including both the numbers in the range

  Write a python program that performs simple encryption

You are required to write a Python program that performs simple encryption and decryption on strings entered by the user. To do so, you are to use one of the simplest and most widely known encryption techniques known as the Caesar Cipher

  Define function that convert number value to character digit

COP 1500 Intro Computer Science Number Systems Project Assignment - Then define a function that can convert a number value to a character digit

  What are files and what are the benefits of using files

Write a Python program that reads a text file 'sentence.txt' containing four lines of text and prints those lines.

  Write a program to check whether a string entered palindrome

Write a program to check whether a string entered is a palindrome. A string is a palindrome if it reads the same forward and backwards.

  How would you structure testing of the fix prior to delivery

Would you make any changes to your configuration management strategy to accommodate the fix? How would you structure testing of the fix prior to delivery?

  What will be displayed after the code runs

Assuming the random module has been imported into its default namespace, which of the following could be used to generate a random even integer.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd