Computer systems, subsystems and decomposition Flashcards

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

What is a computer system made up of?

A

Softwaware, data, hardware, communications and people

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

What is top-down design?

A

Breaking down a computer system into a set of sub-systems , then breaking each sub-system into a set of smaller sub-systems until each performs a single action

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

What is a structure diagram used for?

A

It shows the hierarchy of a computer system in a diagramatical way. Each level gives a more detailed breakdown of the system into sub-systems

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

What is a flowchart used for?

A

It represents the algorithm that shows how a system or sub-system works.

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

Pseudocode is

A

A way of showing an algorithm using English-like words and mathematical operators

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

What is a library routine?

A

A set of programming instructions for a given task that is already available for use.

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

What is a sub-routine?

A

A set of programming instructions for a given task that performs a sub-system, not the whole system.

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