The symbol below represents which of the following when shown as part of a structure diagram?
Process
Loop
Normal test data
The symbol shown below represents which of the following when shown as part of a structure diagram?
Selection
Logical operators
Pre-defined function
Which of the following is a definition of pseudocode?
A text based design notation, which clearly shows main steps and refinements
A visual design notation outlining the flow of data
A visual design notation showing the overall structure of the proposed solution
Breaking main steps down into several more meaningful steps is known as which of the following?
Iteration
Refinements
What is the purpose of indenting some lines of pseudocode?
To show where variables are declared
To indicate that refinements are necessary
To clearly show where selection statements or loops are in use
The symbol shown below represents which of the following when shown as part of a flowchart?
Input/output
Initialisation
Flow line
On page connector
Decision
Which of the following is the term used to describe a visual design of a user interface?
Pseudocode
Structure diagram
Wireframe
Which of the following should be considered when designing a user interface?
Purpose and functional requirements
Fitness for purpose
Efficiency of code