COMPUTER SCIENCE ILLUMIN.-TEXT
COMPUTER SCIENCE ILLUMIN.-TEXT
7th Edition
ISBN: 9781284156010
Author: Dale
Publisher: Jones & Barlett
bartleby

Concept explainers

Question
Book Icon
Chapter 7, Problem 60E
Program Plan Intro

a.

Top-down design process for buying a toy for 4-year-old cousin:

From the problem 53,

  • Walk to store.
  • Pick a toy.
  • Purchase the toy.

Steps in “walk to store”:

  • Select store.
  • Search the location.
  • Get a bus.

Steps in “pick toy”:

  • Walk up and down in the passage way.
  • Confused at choices.
  • Take nearest large ballooned animal.

Steps in “purchase a toy”:

  • Walk to the clerk.
  • Give the large ballooned animal to the clerk.
  • Provide the credit card to the clerk.
  • Sign the credit card payment receipt.

Program Plan Intro

b.

Top-down design process for organizing an awards banquet for the soccer team:

  • Rent a function hall.
  • Send invitations.
  • Select the menu.
  • Purchase trophies.

Steps in “rent a function hall”:

  • Search the function hall availability.
  • Visit probable options.
  • Decide on one.
  • Make the reservation.

Steps in “send invitations”:

  • Obtain the list of people to call.
  • Purchase the invitations.
  • Address the invitations.
  • Send the invitations.

Steps in “select the menu”:

  • Call the contractors.
  • Ask them to bring menu and cost.
  • Finalize any one.

Steps in “purchase trophies”:

  • Get count to buy.
  • Locate the store that sells trophies.
  • Order trophies over the phone.
  • Collect the trophies.

Program Plan Intro

c.

Top-down design process for buying a dress for an awarding event at which you are being honored:

  • Walk to favorite store.
  • Select dress or suit.
  • Pay for choice.
  • Go home.

Steps in “walk to favorite store”:

  • Select store.
  • Search the location.
  • Get a bus.

Steps in “select dress or suit”:

  • Walk to the floors.
  • Confused at choices.
  • Take suitable color suit or dress.

Steps in “pay for choice”:

  • Walk to the clerk.
  • Provide the credit card to the clerk.
  • Sign the credit card payment receipt.

Steps in “go home”:

  • Search the bus stop.
  • Get a bus.
  • Reach the home.

Blurred answer
Students have asked these similar questions
What are the two errors in my pseudocode?Module getAverage(Integer value1, Integer value2, Integer value3)                 Declare Integer average                 average = value1 + value2 + value3 / 3                 Display average            End Module
Where did I make an error in my pseudocode module???Code:Module main()                 Call raiseToPower(2, 1.5)            End main              Module raiseToPower(Real value, Integer power)                 Declare Real result                 Set result = value ^ power                 Display result            End raiseToPower
Why does my pseudocode not perform what I asked? Don't know whats wrong with it.// This program asks the user to enter a value             // between 1 and 10 and validates the input.             Declare Integer value                         // Get a value from the user.             Display "Enter a value between 1 and 10."             Input value               // Make sure the value is between 1 and 10.             While value < 1 AND value > 10                         Display "ERROR: The value must be between 1 and 10."                         Display "Enter a value between 1 and 10."                         Input value             End While
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education