• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
Structure Table
The reult of breaking down the statements of the problem into sub-problems and expressing these as a numbered list of steps in STRUCTURED ENGLISH (topic 1.4)
Heirarchy Charts
A heirarcy chart shows how the top-level module calls level 1 modules which in turn calls Level 2 modules etc.
Structure Charts
Is a Heirarchy Chart with interfaces and control Information.
5 Features of Structured Programming
1. Use Meaningful identifiers
Standard Algorithms
a standard algorithm or method is a specific method of computation which is conventionally taught for solving particular problems
Linear search
A Standard Algorithm. A method of finding a particvular element in an unordered list.
The technique involves scanning each element in a sequential manner
comparing each element until a required match is found.
Bubble Sort
A Standard Algorithm. A slow and simple method of sorting elements in an array.