Python programme comparing for and while loops, Python Programming

Assignment Help:

1)    Write a python programmecomparing for and while loops like the following.

Math Times table

For Loop:

2x1=2

2x2=4

.....

2x12=24

While Loop:

3x1=3

3x2=6

....

3x12=36

2)    Write a program that simulates the Math method 'pow'. The program will read real Values as input and calculate the value as power of the input value (Use math library). This will then output to screen as following two examples:

Input of 3, should return 9.

Input of 4, should return 16.         

3)    Write a programme that calculates:

a)    How much an amount deposited in a bank account at r% annual interest has grown to after one, two and three years.

b)    The general formula for computing the amount including after n years is: Kn= k0 *(1+r/100)n

4)    Create a dog years programme to calculate the number of human years corresponds to the dog's age. The programme with accept the age of the dog as an input.

a)    A one year old dog roughly corresponds to 14 years old child.

b)    A dog that is two years old corresponds to 22 years old human.

c)    Every further dog year corresponds to five human years.

Example:

Enter the age of the dog: 5

The human age in years is 37

5)    Write a program that reads a sequence of integers from a file and prints a frequency report showing how many times the integers 0 to 9 occurs in the sequence.

Example of input data is 4, 5, 4, 2, 8, 9, 1, 0, 3, 6, 8, 9, display the number of occurrence for each integers from 0 to 9.

6)    Write a program that reads a line of text from the keyboard, and display after replacing each occurrence of any four-letter word in the text with the word "x***", where x is the first character in the four-letter word.

Example:Input : "This apple tree is the best"

Display output: "T*** apple t*** is the b***"

7)    Write a class Employee that stores the employee number, name, position and salary. Include the Constructor, Accessor and Mutator methods.No output required.

8)    Include in the question 8 the four methods, the following methods to reset salary, increase and decrease the salary and to print the current salary. No output required.

9)   Write a program that uses paired array. The task is to match the grade with the cutoff percentage mark.

a)    The first list (array) represents all the student grades (F2, F1, P1, P2, C, D, HD)

b)    The second list (array) holds the corresponding cutoff percentage mark required (45, 50, 55, 60, 65, 75, 85).

c)    The program should prompt and read a percentage value as input.

d)    The corresponding grade is output to the screen.

10) Write a program that reads a list of twenty integers from a file and stores them in an array.

a)    The program should print the position of the smallest number in the array.

b)    If the position of the smallest number is other than 0, the program should swap the number in position 0 with the smallest value.

c)    After swapping, the smallest number is now in position 0 and the number that was previously in position 0 is now where the smallest number was.

d)    Finally the program should print the values in the array.

Part BA glossary of at least 30 programming terms of your choice.

Correct use of Harvard Referencing Methodin both in-text and reference lists. (A glossary must be in alphabetic order.)

Expand this grid yourself and use Microsoft Word.

Programming COM101    Portfolio 1101

Term

Definition

Reference (In-text)

algorithm

A sequence of instruction a that can be used to carry out a task

Mount, Shuttleworth& Winder 2008

 

 

 

 

 

 


Related Discussions:- Python programme comparing for and while loops

Example of python code, Worked example 1   Let's examine what  happens...

Worked example 1   Let's examine what  happens when  we compute the following Python code:   def p(x, y): z = x*x - y return z + 1/z   >>> p(1.0, 2.0) -2.0

Python programs, Python programs Every  general-purpose computer has a...

Python programs Every  general-purpose computer has a various detailed design, which  defines  that  the way  its program requires  to be specified is different. The "machine

Indentation and line breaks, Every programming language has to have  some m...

Every programming language has to have  some method for indicating grouping of operations. Here is how you execute an if-then-else structure in Java:   if (s == 1){ s = s

program that receives as input from the user, Write an algorithm for a pro...

Write an algorithm for a program that receives, as input from the user, 2 string variables and 2 integer variables; then joins together and displays the combined strings; and final

Problem, an array A[0..n-1] of nr red elements, nw white elements and nb bl...

an array A[0..n-1] of nr red elements, nw white elements and nb blue elements in random order such that 0 = nr,nw,nb = n and nr + nw + nb = n, and arranging them such that all reds

Van der waals equation of state, how to make a python programme for van der...

how to make a python programme for van der waals equation of state with surface discontinouty

Modules, Modules As you start to write larger programs, you will want ...

Modules As you start to write larger programs, you will want  to save the function de?nitions in multiple ?les, collected together according to what  they  do.  So, for exampl

#1 - Pseudo Code, Ask question #Minimum 100 worIn this project, create the ...

Ask question #Minimum 100 worIn this project, create the pseudo code from the following request. The program must have some sort of menu that allows users to make selections to

Prime number, Use the function to compute and print the sum of first n prim...

Use the function to compute and print the sum of first n prime numbers.

Programs and data , Programs and Data Object-oriented programming is a...

Programs and Data Object-oriented programming is a popular way  of managing programs, which  groups together data  with  the procedures that  works on them,  thus  facilitatin

Write Your Message!

Captcha
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