Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Operating System Expert

College life is tough.  Eating pizza for every meal is hitting you hard.  You are looking at working out to stay healthy.  You found a web site that tells you how many calories each exercise burns.  As a part of your planning, you need to determine how long it will take you to burn off your lunch.  A normal 14 inch pepperoni pizza has 2480 calories with 310 calories per slice.  

For this part of the assignment, you will be using the Ch command-line interface.  Use the instructions given at the end of this portion of the assignment to prepare your work for submission.

  • Declare four floating point variable called Calories, Time, CPH and Slices.float Calories, Time, CPH, Slices;
  • Write an input statement for CPH and then (at the prompt) enter the value representing the average calories per hour the exercise burns.cin >> CPH;
  • Write an input statement for Time and then (at the prompt) enter the value representing the total time you worked out.
  • Calculate the total amount of calories burned.

Calories = Time * CPH;

  • Calculate the total number of pizza slices you could eat if you worked out for 2 hours.

Slices = (CPH * 2)/310;

  • Output the total calories burned and number of slices you can eat.

cout << "The total calories burned are " << Calories << " calories." << endl;

cout << "The number of pizza slice you may eat are " << Slices << endl;

  • Submission instructions for assignment 9a:

1. Once you have completed all of the steps above and with the command-line interface open on your screen, press the "Print Screen" key on the keyboard.

2. Now, open Paint and use the CTRL+V key combination to paste the captured image into Paint.

3. Save the image file as lab9a.jpg (Use JPEG as the file type).

Lab 8b: Program Mode

  • Open Notepad
  • The first line must be a comment statement. Include your name in the comment.
  • Save the file as lab9b.ch. Remember to save your work frequently.
  • Type the include statement that is needed to facilitate input/output capabilities.
  • The beginning of your code starts with the following statement: main ( ) {
  • Enter your code after the opening curly bracket. Your code should contain the statements to do the following. Remember to close each line of code below with a semicolon.

1. Declare four floating point variable called CPH, Time, Calories, and Slices.

2. Output a short phrase asking for the user's calories per hour the exercise burns.

3. Input the calories per hour.

4. Output a short phrase asking for the total timed the user worked out.

5. Input the time.

6. Calculate the total calories burned during the workout and the total pizzas you can eat.

7. Output the computed calories burned and number of pizzas you can eat.

  • End your program code with the closing curly bracket.
  • To execute your program, type ./filename in the Ch command-line interface (dot forward-slash filename; the ch extension is not needed here)
  • If you have error messages, note the cause of error indicated in each message and change your code to fix the problem(s).
  • To make changes to your program, move back into Notepad, change the code, and save the file.
  • To run the program again, move back to the Ch window and use the up-arrow key to move the command ./filename to the current line.

To submit this lab, you will need create a zip file containing all the files for this lab (see instructions on my web site), then login to blackboard (blackboard.sc.edu), and upload the zip file for this lab using the assignment manager (also see instructions on my web site). 

Academic Honesty

  • The work you turn in is to be your work, not copied from someone else or from the web.
  • Never allow anyone access to your files
  • Never give anyone your password.
  • Never share your USB memory, etc.
  • Never give anyone a printed copy of your file.
  • Never allow anyone to copy your work.
  • When in doubt, consult your instructor about what is cheating in this class.

 

 

Operating System, Computer Science

  • Category:- Operating System
  • Reference No.:- M9530080

Have any Question?


Related Questions in Operating System

State the required answer precisely and then provide proper

State the required answer precisely and then provide proper explanation. It is not enough to provide one- word or one-line answers. Consider a computer embedded in the control of a manned spacecraft. Would it require an ...

Question note apa format 250 words and three reference

Question: Note: APA format 250 words and three reference without plagarism Computerized Operating Systems (OS) are almost everywhere. We encounter them when we use out laptop or desktop computer. We use them when we use ...

Show all stepssuppose that the following processes arrive

Show all steps Suppose that the following processes arrive for execution at the times indicated. Each process will run the listed amount of time. in answering the questions, use non-preemptive scheduling and base all dec ...

Discussion question this research assignment will give

Discussion Question : This research assignment will give further information on the nature and workings of multi-tasking and multi-processing operating systems. All information reported in this assignment is to be in the ...

Question topic computerized operating systems os are almost

Question: Topic: Computerized Operating Systems (OS) are almost everywhere. We encounter them when we use out laptop or desktop computer. We use them when we use our phone or tablet. Find articles that describes the diff ...

Foundation of information technologyresearch types of

Foundation of Information Technology Research types of operating systems that are currently available and provide a scenario in which the operating system you chose would be appropriate to be used in this situation. Expl ...

Question students working at individual pcs in a computer

Question : Students working at individual PC's in a computer laboratory send their files to be printed by a server that spools the files on its hard disk. Under what conditions may a deadlock occur if the disk space for ...

Question description of lasa in this assignment you will

Question: Description of LASA: In this assignment, you will select a real-world operating system (can be for a PC, server, tablet, handheld, or embedded device). You will introduce the operating system and its components ...

Question state the required answer precisely and then

Question : State the required answer precisely and then provide proper explanation. It is not enough to provide one- word or one-line answers. What is the purpose of the command interpreter? Why is it usually separate fr ...

Research types of operating systems that are currently

Research types of operating systems that are currently available and provide a scenario in which the operating system you chose would be appropriate to be used in this situation. Explain why you think the choice you made ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As