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

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;

5 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

What does ‘WET’ stand for?

Write every thing twice

2

What does ‘DRY’ stand for?

Don’t repeat yourself

1

What is this called? ‘Sub Repeat_Area(ByVal repeat As Char)’

The subroutine interface

Facebook

What happens when you pass a parameter by reference?

Passing a link back to the original variable, and any changes that are made to the value will update the contents of the original variable

Change

What happens when you pass a parameter by value?

Passing a copy of an actual value, but any changes doesn't get stored in the original variable

No change