Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

* In performing Arithmetic Operations in programming languages, the programs will execute the operations in special order, also called order of operations or role of

image text in transcribed

* In performing Arithmetic Operations in programming languages, the programs will execute the operations in special order, also called order of operations or role of Rules of precedence. Using these rules. Calculate the following operation and decode it in all the steps for: (2*5/7) + (4*3) - 7+9 (8-1) A company X asked to design a program for SONY Play Station games Company. The program will determine the earning rate overtime. Input includes the game selling price and actual purchase price for a second-hand game. The output is the earning, which is the game selling price minus the actual purchase minus the 5% tax. There will be three modules for the program where the main program declares global variables and calls housekeeping, information, and order-complete modules: (1) The housekeeping module prompts for and accepts a game selling price. The information module allows and accepts the purchase price, calculates the profit, and displays the result. The order-complete module displays the message Thanks for Purchasing from us. 1. Draw the hierarchy chart and then plan the logic for a program for the trading manager of the SONY Play Station games Company 2. Draw a structured flowchart or describing how to study for an exam. Include at least two decisions and two loops. 3. In Object Oriented Programming there are four important features, discuss them what are they and justify their usages and differences. 4. In a class of programming, there were an argument on the advantages of creating a useful, extendable superclass is helpful to create more organize program, do you agree with their statement or not? In your opinion, what advantages can superclass add to the code? 5. Give 3 reasons for writing the programs in structured manner. * In performing Arithmetic Operations in programming languages, the programs will execute the operations in special order, also called order of operations or role of Rules of precedence. Using these rules. Calculate the following operation and decode it in all the steps for: (2*5/7) + (4*3) - 7+9 (8-1) A company X asked to design a program for SONY Play Station games Company. The program will determine the earning rate overtime. Input includes the game selling price and actual purchase price for a second-hand game. The output is the earning, which is the game selling price minus the actual purchase minus the 5% tax. There will be three modules for the program where the main program declares global variables and calls housekeeping, information, and order-complete modules: (1) The housekeeping module prompts for and accepts a game selling price. The information module allows and accepts the purchase price, calculates the profit, and displays the result. The order-complete module displays the message Thanks for Purchasing from us. 1. Draw the hierarchy chart and then plan the logic for a program for the trading manager of the SONY Play Station games Company 2. Draw a structured flowchart or describing how to study for an exam. Include at least two decisions and two loops. 3. In Object Oriented Programming there are four important features, discuss them what are they and justify their usages and differences. 4. In a class of programming, there were an argument on the advantages of creating a useful, extendable superclass is helpful to create more organize program, do you agree with their statement or not? In your opinion, what advantages can superclass add to the code? 5. Give 3 reasons for writing the programs in structured manner

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions