subject

A top-down approach to programming can help us solve a big problem by breaking it down into smaller modules. Let’s apply a top-down approach to designing a computer system for a movie theater. First, make a list of all of the high-level tasks that a movie theater needs to do. To get you started, one of your tasks could be “sell tickets.” You must come up with at least three other tasks (modules). Now, break down each one of those modules even further. For “sell tickets,” you might break it down into “calculate total price,” “update seats available,” and “print tickets.” Each of your modules should have at least two sub-modules.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
Describe in pseudocode an algorithm that given an integer n and a linked list of elements increases the linked list by a factor of n by replacing each element in the original list with n copies of that element. for example, if l: [18, 7, 4, 24, 11] and n = 3 the resulting list should be l: [18, 18, 18, 7, 7, 7, 4, 4, 4, 24, 24, 24, 11, 11, 11]. if the value of n is less than or equal to 0, the list should be empty after the call. what’s the running time of your algorithm?
Answers: 3
question
Computers and Technology, 22.06.2019 00:30
These tools give presenters more freedom to move about the room and interact with their audience. laptop computer laser pointer lcd projector remote control
Answers: 2
question
Computers and Technology, 22.06.2019 17:00
Which of the following is not contained on the slide show toolbar? a. next button b. slide button c. close button d. pen tool
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
When is a chart legend used a. all the time b. whenever you are comparing data that is the same c. whenever you are comparing multiple sets of data d. only for hand-drawn charts
Answers: 2
You know the right answer?
A top-down approach to programming can help us solve a big problem by breaking it down into smaller...
Questions
question
Mathematics, 21.10.2021 09:40
question
World Languages, 21.10.2021 09:40
question
Biology, 21.10.2021 09:40
question
Arts, 21.10.2021 09:40
question
Chemistry, 21.10.2021 09:40
question
Mathematics, 21.10.2021 09:40
question
Mathematics, 21.10.2021 09:40
question
History, 21.10.2021 09:40
Questions on the website: 13722367