Design

Cards (12)

  • What do you do in the design stage?
    Create a plan for the computer program
  • What are the three types of design notation?
    Flowchart, pseudocode, structured diagram
  • What are user interfaces also called?
    Wireframes
  • What is a square in a structured diagram?
    A step or process
  • What is a circle in a structured diagram?
    A loop
  • What is a hexagon in a structured diagram?
    An if statement
  • What is a rectangle with lines in a structured diagram?
    A predefined function.
  • What does a rectangle mean in a flowchart?
    A step or process
  • What does a rectangle with lines mean in a flowchart?
    A predefined function
  • What does a diamond mean in a flowchart?
    An if statement
  • What does a hexagon mean in a flowchart?
    Initialisation of a variable
  • What does a rhombus mean in a flowchart?
    Inputs and outputs