Write a program that acts like a simple calculator

Assignment Help Python Programming
Reference no: EM131212459

Python HomeWork

You will write a program that acts like a simple calculator for binary numbers. You should read in a string of input that has the format: number operator number. Each of the numbers should be presented in two's complement 8-bit form. So an input string might look like 10011011 + 00110110. You can assume that the user will enter the data in the proper format. You do not need to do error checking of the format.

You should divide up the input string into its three parts. You should then determine which operator is being used. The valid operators are +, -, *, and /. Based on the operator you should perform the corresponding mathematical operation on the two numbers after you convert each string of 1's and 0's into its proper corresponding decimal value. Based on the resulting value you can either display an error message about overflow occurring if the result is too big, or you can you can echo the desired calculation along with the answer you computed after converting it back into two's complement form. You should also print an error message if the calculation is supposed to divide by zero. Lastly, you should place this task inside a query loop that asks the user whether or not to continue performing calculations.

Make sure that you properly comment your program. Submit the source file along with sample output of your program demonstrating each of the calculation types here on Blackboard.

Reference no: EM131212459

Questions Cloud

An increase in the countrys labor force : "An increase in the country's labor force will result in an increase in the quantity produced of the labor-intensive good, with no change in the quantity produced of the other good." - Do you agree or disagree? Why?
What is the efficient number of cigars reduced now : This problem has no transactions costs or free riding. The Coase theorem says that, in this kind of simple example, the efficient outcome should be achieved through negotiation even if Harpo has the power to banish Groucho to another office at Gro..
Number of entrepreneurs in the united states : 1. Do you expect the number of entrepreneurs in the United States will grow in the next 10 years? Why or why not?
Increase in the regions well being or welfare : Explain why the long-term drought in the region might lead to an increase in the region's well-being or welfare. - What would make this gain in well-being more likely?
Write a program that acts like a simple calculator : You will write a program that acts like a simple calculator for binary numbers. You should read in a string of input that has the format: number operator number.
Required unit sales increase necessary : What is the required unit sales increase necessary to break even? B/E unit volume increase = (7/28.8-7))*100 = 32.1%
Effectiveness of the restorative-justice methods : Analyze the effectiveness of the restorative-justice methods of victim-offender mediation, sentencing circles, conferencing, and reparation boards.
Describe the target market for preserve products : Question 1: Describe the target market for Preserve products. Question 2: What environmental forces will be most important to understand for Preserve to be successful? (Please reference concepts related to the six external forces discussed in Ch. ..
What you learned about mobile and wearable computing devices : Based on what you have learned about mobile and wearable computing devices, prepare a 5-slide presentation to a department head or the CEO of a company to convince the audience that these devices and the data from these devices would benefit their..

Reviews

Write a Review

Python Programming Questions & Answers

  Write a program to that displays a table

Write a program to that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit and Kelvin equivalents

  Do a python project and get it running using app engine

Do a python project and get it running using App engine. Something very basic and simple

  Interaction between the customer and the machine

In Python:Simulate a cash register or ATM including the interaction between the customer and the machine (i.e. assume that you are automating the responses)

  What are the issues assciated with top-down analysis

what are the issues assciated with top-down analysis please explain?

  Write a program using the requetinteger function

write a program using the 'requetInteger' function that will ask the user to type a value that will draw a line from one point on a picture to another.

  How many of each package should be made to minimize cost

Each Bronze package has 1 pen, each Silver package has 5 pens, and each Gold package has 2 pens. How many of each package should be made to minimize their cost? What is the minimum cost?

  Make a python program that uses the getcwd

Make a Python program that uses the getcwd() function to provide a string of the current working directory. Save the string in the variable current folder and display the value.

  Project title email spam filterabstractanalyze the emails

project title email spam filterabstractanalyze the emails and predict whether the mail is a spam or not a spam.to work

  Design reusable parameterised functions

create multiple icon styles that can be drawn at different sizes, it would be very repetitive if you tried to code the whole solution using ‘brute force.' Instead you are strongly encouraged to design reusable parameterised functions to draw the i..

  Write an expression that concatenates the string

Write an expression that concatenates the String variable suffix onto the end of the String variable prefix .

  Code for the haunted house game

Improve the game by adding more features, for example you can examine more items, more props etc. You may implement this using more lists regarding items and props, remember, you should check if the object is being carried or in the location of th..

  Recursive sorts are easier to write in functional style

Recursive sorts are easier to write in functional style than others. Two recursive sorts are  Quicksort and Mergesort. Write functional versions of (a) Quicksort; (b) Mergesort in an  imperative language of your choice (e.g., C, Ada, C++, Python), us..

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