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

  Calculate and display the average of the 5 scores

Each gymnast in a competition receives scores from 5 judges. Write a Python program to do the following. calculate and display the average of the 5 scores.

  What inlet flow rate would we just start to overflow

What inlet flow rate would we just start to overflow the bucket - Write a line of Python code to use fsolvewith the callback function defined

  Write a python program that prints out a table

Write a Python program that prints out a table of values of all even powers of 2 from 2**0 through 2**32. For each value, print the value in decimal, hexadecimal, and binary.

  Explain why the statistics run are meaningful

Explain any missing values, duplicate data, and outliers. Are those mistakes? How do you deal with these problems? Give justifications for your methods.

  Accept a temperature in fahrenheit and convert it to celsius

How to write a module named temperatureConverter.py with the following functions, and use these in your own program, mymain.py.

  List of integers path that represents a proposed path

Create function post_time that returns how long it will take Johnny's card to travel the given path using divide and conquer.

  Determine an athletes final score for the event

Determine an athletes final score for the event, the highest and lowest judges' scores are discarded and then the average of the rest of the scores

  Create a list called readinglist with two books

Define a function called printList that takes in a list as a parameter and prints the entries in the list one entry per line. If the list is empty have program.

  Implement your algorithm in python

Create a good design of the functions to make the best use of the code and avoid duplication - design your program so that it has components that can be reused

  Write a python program that generates a small web site

ICT112 Assignment - Generated Web Site for Sports Club. You first task is to choose a sport or club, and get some suitable input data

  4COM1037 Programming Assignment

4COM1037 Programming Assignment Help and Solution - University of Hertfordshire, UK - Assessment Writing Service - Basic Game Development in Python

  Write a function which should accept a list argument

Write a function which should accept a list argument and an integer argument as input. The function should return a new list containing the k largest value.

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