• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
Front

How to study your flashcards.

Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key

Up/Down arrow keys: Flip the card between the front and back.down keyup key

H key: Show hint (3rd side).h key

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/4

Click to flip

4 Cards in this Set

  • Front
  • Back
Scope
Determines where a variable is accessible or visible
Good Variable Scope Design
* Improves code readability
* Decrease risks of accidental interactions within code
Limit Scope
Page Class, Subroutines (methods), if statements, for loops, while loops, try catch blocks, etc
Functions and Classes
Help minimize variable scope by promoting reusability and improve readability