Computer Science Illuminated
Computer Science Illuminated
7th Edition
ISBN: 9781284155617
Author: Nell Dale, John Lewis
Publisher: Jones & Bartlett Learning
bartleby

Videos

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

a.

Top-down design process:

  • In the top-down design process, the problem is placed on the top of the layer.
  • In each succeeding level, it is divided into small problems and is further divided into smaller problems in its sub layer.
  • In this method, the problem is systematically broken into small problems, which is more convenient.
  • It is complicated to resolve big problems as compared to smaller problems.

Explanation of Solution

b.

Top-down design for finding a telephone number on the Internet:

Sign on to the Internet

Load the search engine.

Enter in "Find phone number"

Load the initial response

Get the phone number

Sign out from the site

E...

Explanation of Solution

c.

Top-down design for finding a telephone number on a scrap of paper that have lost:

Look out the wallets for scrap of paper.

//Performs "WHILE" loop to finding wallets

WHILE (paper is not existing and more wallets are there)

    //Determine next one

Find next one

//If the paper is existing, then

IF (paper is present)

        //Display the given paper

  Paper is found

Look out the waste paper baskets for scrap of paper.

//Performs "WHILE" loop to finding paper baskets

WHILE (paper is not existing and more waste paper baskets are there)

    //Determine next one

Find next one

//If the paper is existing, then

IF (paper is present)

        //Display the given paper

        paper is found

Look out the trash can for scrap of paper...

Explanation of Solution

d.

Difference between above three designs:

Top-down design for finding a telephone number in the phone bookTop-down design for finding a telephone number on the InternetTop-down design for finding a telephone number on a scrap of paper that have lost
Searching the content in this design is in a repeated number of times.Searching the content in this design is not in a repeated number of times.Searching the content in this design is in a repeated number of times...

Blurred answer
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.
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
Graphical User Interfaces: Crash Course Computer Science #26; Author: CrashCourse;https://www.youtube.com/watch?v=XIGSJshYb90;License: Standard YouTube License, CC-BY
Python GUI | How To Make A GUI In Python | Best GUI Framework In Python | Edureka; Author: edureka!;https://www.youtube.com/watch?v=_PHJvjQJa3w;License: Standard Youtube License