visual basic programming homework

A local car hire company has approached you to create a user-friendly computer program that will enable their hire operatives to send invoices to their customers.

The operatives are not computer literate so a user-friendly, uncomplicated and robust interface is required.

At present the information is handled on a written form (which you can obtain a copy of upon request).

The basic information required by the company is:

Type of car:

There are 3 types:    Type A - Less than 1200cc

                                    Type B - 1200cc - 1600cc

                                    Type C - 1600cc and above

The rates and charges for each type of car are as follows:

Car type

Engine size

Daily hire rate (£)

Insurance rate
£ per day

Mileage £
per mile

Deposit
£ per week

A

<1200cc

15.95

2.25

0.45

150

B

1200 -1600cc

20.50

3.25

0.55

150

C

>1600cc

26.75

4.75

0.65

150

 

When the information is collected a printed quote is required for the customer.

This should include all the above information, Name and address of customer, the car registration number, type and colour of car, estimated cost + VAT (20%).

An invoice also needs to be printed showing the total cost of the hire. This invoice is required for both the company's and the customer's tax records.

 

Other information

A simple database needs to be produced for the car hire company, the information in the database should be entered via a user interface in the same program (the user should also be able to add, delete and amend information.

 

 

Evidence Required

You are required to submit:

1.    Design Work, evidence of preparatory design work such

1.1. Pseudo code showing the processes involved in the program.

1.2. Outline screen designs. (these can be hand drawn or produced using a professional drawing package)

1.3. For a merit (M1, M2) and distinction (D1) you should explain why you have chosen to use a particular control and discuss other possible alternatives.

2.    User operating instruction, word processed and including some screen shots (M3).

3.    A printout of all the program coding and any forms as graphical images, a disk need not be included but may be asked for by the tutor.

4.    A demonstration of the (working) program is required by the tutor.

Including: Connection to database.

5.    A test plan giving details of enough tests to fully exercise the application. The plan should include:

5.1. Purpose of each test

5.2. Test data to be used. The test data should include Normal input and faulty input

5.3. The expected results of the test

5.4. The actual result of the test

5.5. A table of the results

6.    For a distinction, an evaluation report stating for example

6.1. How suitable your choice of controls have been

6.2. How easy your system is to use

6.3. Possible improvements to the existing system

6.4. Possible improvements if an upgrade is requested.

Please ensure that your name, student number, and a page numbers appear in the footer of each page. The title, assignment number and unit should appear in the header.

   Related Questions in Programming Languages

  • Q : What is Pointer Arithmetic Pointer

    Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ...

    Q : What is Signal Handler Signal Handlers:

    Signal Handlers: In some operating systems, signal handlers are executed on a thread stack; they “overlay” the current thread execution (which may be used, for example, in combination with setjmp/longjmp to create user-domain lightweight t

  • Q : Define Deadlock Deadlock : A situation

    Deadlock: A situation which occurs whenever two threads each acquires the lock to one of a set of resources which they both require.

  • Q : Define the term Graphical User Interface

    Graphical User Interface: A Graphical User Interface (abbreviated as GUI) is a part of a program which permits user interaction through graphical components, like menus, buttons, text areas, and so forth. Interaction frequently includes the usage of a

  • Q : Explain the CPU scheduling decisions

    Explain the CPU scheduling decisions.

  • Q : Define Certificates Define Certificates

    Define Certificates: They are digital documents attesting to the binding of a public key to an individual or another entity. They permit verification of the claim which a given public key does in fact fit in to a given individual. The certificates hel

  • Q : Is a XML replacing HTML Is a XML

    Is a XML replacing HTML?

  • Q : Updating the Status of an Order in SQL

    Build a procedure named STATUS_SHIP_SP which permits a company to employee in the Shipping Department to update the status of an order to add up shipping information. The BB_BASKETSTATUS table maintains a list of events for each order and hence a shopper can see the c

  • Q : Program for Linux operating system that

    Write a program for Linux operating system that uses Posix threads to sort a large array.  Specifically, you should write a program to generate random numbers. Then create at least two threads, each of which sorts a portion of the array. After the thr

  • Q : Computer science 1. Here is a short

    1. Here is a short program. It prints out the value of a variable "x". Ernie and Bert disagree about what will be printed: Ernie says, the value gets changed in "changeX" so it will print "7", and Bert says, no, when the function exits the changes get reversed and the value goes back to "5". Explain

©TutorsGlobe All rights reserved 2022-2023.