top of page
Search
  • Writer's picturebigprojectx

Software Development Assessment Questions and Answers Help

QUESTION ONE

A candy company wants a list of its best-selling items, including the item number and the name of candy. Best-selling items are those that sell over R2, 000 per month. Input records contain fields for the item number (three digits), the name of the candy (20 characters), the price per Rands (four digits, two assumed decimal places), and the quantity in Rands sold last month (four digits, no decimals).

  1. Design the output for this program; create either sample output or a print chart.

  2. Draw the flowchart for this program

  3. Demonstrate your understanding by developing the pseudo code for this program.

QUESTION TWO

A shop owner needs a weekly sales report. The output consists of a printed report titled Item Sales, with column headings type of item and price. Fields printed on output are: type of item and price. After all records print, a footer line end of report prints. The input file description is shown below.Array name: ItemsFIELD DESCRIPTION:DATA TYPECOMMENTSItem TypeCharacter20 charactersItem PriceNumerical2 decimal places

  1. Illustrate, a hierarchical Diagram for this program.

  2. Develop a Pseudocode of this program

Loops can be controlled by setting a sentinel. Write a pseudocode for a program that asks a user for a number N and prints even numbers, while the value of N entered is not

-1. Divide your pseudocode using the following stages start, input, processing and output. Even number is 2* N.

QUESTION THREE

SABC Stores uses an application designed by MICT. The application allows customers to order LCD TV Sets of their specified sizes given by the area of the LCD TV Screen. The application interface is as shown:

  1. List five rules for creating variables.

  2. Define variables you would use to code this application.

  3. Draw a flow chart for the logic to calculate the area of the LCD Monitor.

  4. Draw a hierarchy chart for the logic to calculate the area of the LCD Monitor.

Using theory and practical examples, critically evaluate the importance of Project Management, Feasibility Assessment, Data and Information Gathering Techniques, and documentation in Software Development Life Cycle.

For REF… Use: #getanswers2002138

The post Software Development Assessment Questions and Answers Help appeared first on Assignment Help Australia Site.

0 views

Recent Posts

See All

Comments


bottom of page