Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Pre-release Material A farmer records the milk production of a herd of cows. Every cow has a unique 3-digit identity code. Each cow can be

image text in transcribed
image text in transcribed
image text in transcribed
Pre-release Material A farmer records the milk production of a herd of cows. Every cow has a unique 3-digit identity code. Each cow can be milked twice a day, seven days a week. The volume of milk from each cow is recorded in litres correct to one decimal place (yield) every time the cow is milked. The size of the herd is fixed. At the end of the week the total and the average yield for each cow for that week is calculated, The farmer identifies the cow that has produced the most milk that week. The farmer also identifies any cows that have produced less than 12 litres of milk on four or more days that week. A program is required to record the yield for each cow every time it is milked, calculate the total weekly volume of milk for the herd and the average yield per cow in a week. The program must also identify the cow with the best yield that week and identify any cows with a yield of less than 12 litres of milk for four or more days that week. Write and test a program or programs for the farmer. Your program or programs must include appropriate prompts for the entry of data. Error messages and other output need to be set out clearly and understandably. All variables, constants and other identifiers must have meaningful names. You will need to complete these three tasks. Each task must be fully tested. TASK 1 - Record the yield. . Write a program for TASK 1 to record the milk yields for a week. The program records and stores the identity code number and the yield every time a cow is milked DOOR TASK 2 Calculate the statistics. Using your recorded data from TASK 1, calculate and display the total weekly volume of milk for the herd to the nearest whole litre. Calculate and display the average yield per cow in a week to the nearest whole litre. TASK 3 - Identify the most productive cow and cows that are producing a low volume of milk. Extend TASK 2 to identify and display the identity code number and weekly yield of the cow that has produced the most milk. Also identify and display the identity code numbers of any cows with a yield of less than 12 litres of milk for four days or more in the week. All wariables, constants and other identifiers should have meaningful 0 State the name, the data type and the use of two variables that you have used in Task 2. Variable 1 name Datatype ......... Use ... Variable 2 name............ Data type Use .... 12] (b) Describe, with the aid of some sample data, the data structures that you have used to record the data for the cows in Task 1. 141 6) Explain how your program for Task 1 ensures that each 3-digit identity code is unique ***** [2] (e) Write an algorithm for Task 2, using either pseudocode, programming statements or a flowchart. Assume that Task 1 has been completed. June 2018 Paper 2 ...151 d) plain how your program for Tasks and the cow with a daily yield of less than 19 litres of milk for four days or more in the week. Any programming statements used in your answer must be fully explained. 15) G) Explain how you would extend your program for Task 3 to store the identity code number(s) of those cows with a yield of less than 12 litres of milk for four days or more in the week. 121

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

Database Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

More Books

Students also viewed these Databases questions

Question

Describe five organizational development techniques.

Answered: 1 week ago