Write for loop code fragment using only a while loop

Assignment Help Python Programming
Reference no: EM133087638

ITECH1400 Foundations of Programming

Question 1.

In this course six steps to problem solving were introduced. In your own words, state the sixth step and describe how it might be used in problem solving.

Question 2
The two software development methodologies discussed were the waterfall method and the more iterative agile development methodology. a) Briefly describe each model including a diagram. b) What are the main differences between the two models?

Question 3.
To write any procedural program only three programming structures are needed - Sequence, Selection & Repetition - was demonstrated by Boehm & Jacopini in 1966.
Draw diagrams which illustrate these three structures.
Sequence (code reading order): Code is read from left to right and top to bottom of the page
Selection (branching): Choices are made depending on certain conditions Repetition (loops): We can repeat a piece of code as many times as we wish

Question 4.
Re-write this for loop code fragment using only a while loop.

Question 5.
Give an example of one exception and the reason why it is raised. What happens if we don't use exception handling and the program raises an exception?

Question 6.
Explain what software libraries are and why we may decide to use them when developing our own programs. In your answer name two examples of specific software libraries.

Question 7.
Sort the following series of values into ascending order using the Selection Sort algorithm. Write out the complete row of numbers each time two values change places and circle the two values that have changed places.

Question 8.
List and briefly describe five (5) reasons why testing is important and why we write unit tests.

Question 9.
In the context of programming, briefly define the following terms: Performance, Efficiency and Optimisation.

Question 10.
Write what will be printed when this code is executed:

Question 11.
Draw a class diagram for a Person with four (4) attributes and four (4) methods. Include private and public attributes.

Question 12.
Write what will be printed when this code is executed:

def max(num1, num2):

if num1 > num2: result = num1
else:
result = num2
return result

def main():
i = 5
j = 2
k = max(i,j)
print("The larger number of", i, "and", j, "is", k) main()

Reference no: EM133087638

Questions Cloud

Describe characteristics of a complex problem : Describe four key characteristics of a complex problem and describe what debugging source code is and explain why may need to debug our code
How much will dennis receive : To realize this, Mrs. Coronacion will invest P2,500 at the beginning of each year after Dennis turns 7. How much will Dennis receive at the age of 19
Compute the company payback reciprocal : Question - A machine costing P8,350 yields total cash flows of P.13,100 over 5 years. Compute the company payback reciprocal
What is your rate of return : You buy stock for $20.8 per share and sell it for $28.8 after holding it for slightly over year and collecting a $1.9 per share dividend. What is rate of return
Write for loop code fragment using only a while loop : Briefly describe each model including a diagram and What are the main differences between the two models
Is this case a question of ethic or csr : Is this case a question of Ethic or CSR? Explain with examples taken from the text.
Prepare all the necessary journal entries : Prepare all the necessary journal entries in respect of LL's investment in HL using the equity method of accounting for the year ended 30 June 2022
Making windows at wella : Wella Corporation is a privately held manufacturer of doors and windows with annual sales in excess of $900 million. Some of the company's products are "standar
Read the editorial page or letters to the editor section : Read the editorial page or letters to the editor section of one of the local newspapers--Journal News, New York Times, Daily News, or New York Post.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  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.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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