Word and Programming.docx

Embed Size (px)

Citation preview

  • 7/23/2019 Word and Programming.docx

    1/2

    Word Processing

    You are required to create a data form that will collect each patients information. A report will be

    submitted about the quarterly revenue of the clinics to five (5) stakeholders and investors, on the

    Data Form

    Create a form that each new patient would fill out before seeing by a doctor.

    a) A header with a letterhead consisting of a suitable logo and slogan Name, Address, Telephoneand fax number and email address of the Clinic.

    b) Include the session for the patients personal details such as Name, address, email address,telephone number, emergency contact, medical insurer (optional), diagnosed Medical condition

    (such as asthma, hypertension, etc.), Health insurance and allergies.

    Format the form to include a 1.5 Margins, the company letterhead should be at a suitable font and size

    10. Use a suitable font and font size for the form.

    Note:Print the copy of the form.

    Report

    Produce a report to be mail merged to five (5) of the companys stakeholder include the following:

    a) Use a suitable memo format.b)

    Insert the total revenue query.

    c) Insert the graph that was done in spreadsheet.d) Give a summary explanation the query, and graph.

    Note:Format the report to Times New Roman font size 12 and line spacing 1.5. Print the entire report.

  • 7/23/2019 Word and Programming.docx

    2/2

    Problem Solving and Program Implementation

    1. Write an algorithm that accepts data on patients of the Care Medical Clinic the informationmust accept the Patients name, age, service required andthe name of the respective doctors.

    After entering the required information the algorithm should include:

    a) The doctor/consultant feeb) Total number of patients received for each servicec) The total money collected daily for each service

    2. Use the patient information to design a trace table that traces.a) The number of patients received for each serviceb) Total monies collected daily for each service

    Use the first fifteen (15) entries in the transaction table as the source of data for the trace table. The

    first fifteen entries MUST be printed along with the trace table.

    3. Use the programming language PASCAL, to implement the algorithm created in (1). Ensure toinclude comments to explain the code that you have written. The following header information

    is to be included:

    Name of Student

    Name of Program

    Brief description of program

    Month and year of completion

    *Add comment to describe the use of loops and conditional branches.

    *All program solving and program implementations must be printed.