• 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/4

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;

4 Cards in this Set

  • Front
  • Back

Module Libraries

Pre-written & pre-tested sections of code


May be single routines


May be a series of linked routines

Advantages

Can reuse code for tasks already solved


Code will have been checked already for errors


Code should already be well documented

Single Routine Example

Ask a user for 10 names and store in an array

Linked Routines Example

Ask user for 10 names and 10 marks, store in separate arrays and display