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

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;

7 Cards in this Set

  • Front
  • Back
Object-item/thing with attributes & methods
Use an object to design your program/site. e.i a button, text input box, label box, image are all objects that you would use for a site or program
attribute
Use the object attributes to get the feel and look that you want. With an attribute you can make you buttons bigger and easier to see or smaller, so they don't take up too much pace. You can change the color to draw attention to something.
method
Use object methods to help you perform tasks. i.e. you can click a button or type in an input box. When you click a button it calls a function which activates that script.
variable
number, string, boolean(true/false), int
used to hold values
literal variable
has fixed value
symbolic variable
the value is unfixed. it is symbolic because the name represents a value that can change... so you can change a player's score in the game
control structures
allow your program to react/ make a decision- controls the flow of the program