software program specification and code for a DVD store

Authors Avatar

Software program for a DVD store

Specification

Outputs

welcome_screen                        Welcome to DVDSTOVIEW

                                        = = = = = = = = = = = = = = =

                                             a blank line

display_options                        We offer the following services:

                                        D.    DVD List.

                                        O.    Order calculation.

                                        E.    \t Exit.  \n

                                        a blank line

genre_types                                Genre types available:

  1. Sci-fi.
  2. Crime.
  3. Horror.
  4. Romance.

2 blank lines

Order_calc                                Order calculation.

                                        2 blank lines

                                        Please enter cost of DVD

                                               DVDcost

                                        Please enter number of copies

                                                number

                                        Small orders may be dispatched to by special

                                        delivery to arrive within 2 hours.

                                        Total cost including VAT is: totalcost+VAT

DVD_list                                Please enter your type:

  1. Terminator1

                                        = = = = = = = =

                                        a blank line

                                        Starring: Arnold Schwarzenegger, Michael Biehn.

                                        Director: James Cameron                                                                        Genre: Sci-Fi & Fantasy.

                                        Format: Widescreen

                                        Language: English.

                                        Subtitles: None.

                                        2 blank lines

                                        

  1. Star wars: Episode 3(Revenge of the sith.

= = = = = = = = = = = = = = = = = = = = =

a blank line

Starring: Ewan McGregor, Hayden Christensen.

Director: George Lucas.

Genre: Sci-Fi & Fantasy.

Format: Widescreen

Language: English.

2 blank lines

(INCLUDING THE REST OF THE FILMS)

choose_option                                Please enter your choice:

                                        You have entered an invalid option.

                                        Thank you for using DVDSTOVIEW.

INPUTS

order_calc                                number

                                        DVDcost

DVD_list                                choice

Choose_option                         option

PROCESSING

Oder_calc                                if number<4

                                           Display “Small orders may be dispatched by  

                                           special delivery to arrive within 2 hours”

                                           “Total cost including VAT is:

                                              totalcost+VAT”  

                                        else

                                             display “total cost including VAT is:

                                             totalcost+VAT.

DVD_list                                genre_types

                                        Display “Please enter your type:”

                                        Accept input of choice

                                        Switch choice

                                           1:   Display requested output

2:   Display requested output

3:   Display requested output

4:   Display requested output

Default: Display “Wrong DVD genre, please re-enter choice:”

choose_option        

do

  display_options

   Display “Please enter your choice:”

Accept input of option

switch option

   D or d:   call DVD_list

O or o:   call order_calc

Default:  Display “You have entered an invalid option.”

While (option is not E or e)

                                        

DATA TABLE

Join now!

Pseudo code

welcome_screen

        Display text messages

        “Welcome to DVDSTOVIEW”

        “= = = = = = = = = = = = = = =”

         a blank line

display_options

        Display text messages

        “We offer the following services”

        “D.   DVD List.”

        “O.   Order calculation”

        a blank line

order_calc

        Display “Order calculations”

                 “Please enter cost of DVD”

...

This is a preview of the whole essay