Design Notation Flashcards

1
Q

Why is programme design important?

A

If errors are discovered in the design section then it can save time and money, and means the error is easier to correct.

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

Name 3 types of design notation?

A

Flow charts, Pseudocode, Structure diagram/chart.

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

The psuedocode used in the exam is called ‘Haggis’.

A

.

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

Why is Psuedocode a good design notation to use?

A

It is similar to how the actual program may look.

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

What is a flowchart?

A

A flowchart is a diagram which uses shaped boxes with text inside to describe the program and the steps it will follow.

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

What is Psuedocode?

A

Psuedocode is written using English words, it resembles a simplified programming language.

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

What is a diamond shape in a flow chart?

A

A choice.

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

What is a rectangle in a flow chart?

A

A process/task/action/operation.

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

What is a structure diagram?

A

This is similar to a flow chart but instead of outlining steps and the order, this breaks down the individual steps.

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

What is a predefined function?

A

A command that the programming language has built in, for example ‘ask’, ‘put’ etc in LiveCode

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

What is a user defined function?

A

A function which the user writes the code for and saves as a function so that there is less copying and pasting of code.

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