Write the numeric result of the total end of year profit

Assignment Help Data Structure & Algorithms
Reference no: EM131391127

Assignment

1- Draw the flowchart for the following process using the standard symbols in your text...

Scenario: Start, Read in a data set , Clean up the data, Calc the data, Print the result, Wrapup. Where these names indicate modules.

Embed this flowchart in a word doc and submit with file name appended with your initials e.g.

"myFlowChartRHR.doc"

2- Scenario: Jo expects his store to increase its' profits by 50% next year. Currently Jo has 12000 in profit. Use termsappropriate to this domain. Think Domain Driven Design !

a. Write the algebraic ( that is, without numbers) equation to express his total end of year profit. Use appropriate domain terminology to create your variables.

b. write the algebraic Python equation using your variables of part a.

c. write the numeric result of the total end of year profit, show the numeric equation

3- Scenario:

Write the algebraic equation of the following, placing parentheses to indicate precedence and grouping.

Do this on the same line ,with parentheses clearly spaced

a. A/B/C*D+C

b. A/B^3*4 /D

c. A ^ 3 ^ 2 * 5

4- Scenario: Given the below customer purchasing state patterns at a store:

A = the customer wants to make a purchase > $200

B = the customer owes $500 to the store

C = take to be always True, e.g., customer is a US citizen . assume C is always true

which means that the ‘C' column will have all ‘T' values

Set up a truth table with three columns for the A, B, C and three additional columns,

(a, b ,c ) reflecting the conditions below: place a "T" or "F" in the appropriate column cells

a. A or Not B ( i.e. place a T or F in all the cells of this ‘a' column)

b. A or B or C

c. A and B and Not C

5- Given the api of a module Process(X, Y) where part of the api says that X, Y must be numeric.

Explain the difference between the X, Y in Process (X,Y) and the a, b in Process (a, b) shown below?

How would you characterize these variables and why?

a = 10

b = 30

Process( a, b)

6- Distinguish between a global and a local variable, by using the procedure below.

Consider two modules, named ‘A' and ‘B' and variables x, y

If x is global variable initially set to 30 in module A and x is also in module B, while y = 10 is a local variable in module A and ‘y' is a local variable in module B set to -10

Suppose x is changed in module B to 50 and y is changed to 5 in module B

a. State in general the difference between a global and a local variable

b. If x was set to 30 initially in module A, what would x initially be in module B?

c. If x in module B is now set to 50 what is x now in module A?

d. If y in module B is now set to 42, what is ‘y' now in module A?

7- Scenario: An area of lawn is to be covered with sod and its cost calculated.

The length is L and the width is W. The cost of sod is D dollars per square foot. Write the Python code to express the following:

Note: I am not asking you to run anything, just write it out in Python. Also, I used short hand for length, width, etc. You should not. Write out appropriate variable names.

a. Write the Python code to express the area, use appropriate domain terminology.

b. Write the Python code to express the cost of the sod, given you have the area from part ‘a'.

c. Write the Python code: If the lawn must be re-sodded four time a year, what is the annual cost?

You should end up with three lines of Python code.

Reference no: EM131391127

Questions Cloud

Develop a profit and loss statement for the first year : The Interim Assignment is to develop a Profit and Loss Statement for the first year of operations, which you will see is also part of the required content of your final assessment paper
Describe four trends in the macro or market environment : Identify and briefly describe four trends in the macro/market environment that will have or recently had an influence on the selected industry.
What measures could you put in place to prevent something : A patient in your hospital was placed in restraints due to agitation and to prevent her from harming herself or others. During normal morning rounds, a nurse discovered the patient dead in her bed. As the administrator, how do you handle this cris..
What is the purpose of the agarose gel : With regard to electrophoreses, what is the purpose of the agarose gel, buffer solution, electrical current, cathode (negative probe), and anode (positive probe)?
Write the numeric result of the total end of year profit : IFT 194- Write the algebraic Python equation using your variables of part a. Write the numeric result of the total end of year profit, show the numeric equation
Proposal considering need for self directed leadership : Develop a clear statement validating the need for self-directed leadership preparation for a competitive, complex, and diverse workplace.
Discuss about the post given below : Elara Healthcare is one of the first growing healthcare companies and is dedicated to initiating creative and new software technologies in the healthcare industry. Elara Healthcare values their patients and therefore, they engage in satisfying the..
Solution to a key underlying problem : Identify a global health issue and outline a solution to a key underlying problem. Please answer in no more than 300 words.
Review proposals on how to move forward on security issues : Review proposals on how best to move forward on security issues. As a network engineer, you have been asked to prepare a network proposal on how to set up a secure network infrastructure in this building to support university operations.

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  What is the most difficult part of creating the algorithm

Pseudocode algorithm you would write for a simple task. What do you think is the most difficult part of creating the algorithm? What can you do to make this process easier?

  Explain different types of data structures in brief

ADVANCED DATA STRUCTURE(CAT-701) Define data structure. What is the main advantage of data structure and Explain different types of data structures in brief.

  Find the minimum cost path from a designated node

Find the Minimum Cost Path from a designated start node to a designated destination node in a graph.

  Analyze the worst-case runtime of the new merge sort

Analyze the worst-case runtime of the new merge sort and compare the complexity of the original merge sort with the complexity of the new merge sort.

  Data and process modeling

The next phase in the project development cycle is to develop a logical model of the system based on the system requirements. The first step is about the "what" step. We need to show what the system will do, without worrying about how it will do..

  What role will cryptography play during the election process

2016 is an election year in the United States. What role will cryptography play during the election process? Think about secure one-to-one communication, multi-party communication, multiparty computation etc. All posts must be at least 125 words l..

  Determine effective transfer rate

Assume a network transmits 1024 byte packets having a 128-byte header and a four byte checksum. If a workstation on the network is guaranteed to be able to transmit one packet every x time units,

  Complex routing algorithm are used to maintain routing table

Complex routing algorithms are used to maintain routing table

  Evaluate each of the following statements

If x = 5, y = 6, z = 4, and w = 3.5, evaluate each of the following statements, if possible. If it is not possible, state the reason.

  Write functions to push and pop the stack

Write functions to push and pop the stack. Write a driver main program which gives 5 values (5 nodes created) that will push, pop and display data stored.

  Explaining augmented red-black tree

Consider T be augmented red-black tree, where each node x has attribute x.size, which is number of internal nodes in subtree rooted at x. Given such augmented red-black tree T.

  Question about arrays, vector and stl

Suppose if x denotes the mean of a sequence of numbers x1, x2,.....xn, variance is the average of the squares of the deviations of numbers from the mean.

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