13.02 Top-down Design And Structure Diagrams Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Ways in which an algorithm could be designed…

A
  • Top-down
  • Structure Diagrams
  • Flowchart
  • Pseudocode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is top-down design?

A

A design process where an overall task is broken down into smaller tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is ‘decomposition’?

A

The process of breaking down a large task into smaller tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a ‘Structure diagram’?

A

A diagram that shows tasks that have been broken down and how they relate to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a ‘Module’?

A

An individual section of code that can be used by other programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How smart phone systems are designed…

A
  1. Sub-system to manage in inputs and outputs via touch screen
  2. A sub-system to manage file storage
  3. Sub-system to manage radio transmissions
                                               Smartphone 
                                                         |
    |-----------------------------------------------|----------------------------------|
    |                                                    |                                      | Inputs & outputs                  file handling         transmission

the 3 sub-systems are referred to as ‘Modules’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly