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

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;

10 Cards in this Set

  • Front
  • Back

all

checks to see if a criterion is met by ALL elements in an array

any

checks to see if a criterion is met by ANY elements in an array

case

selection structure

else




elseif

defines path if the result of an if statement is false;




defines path if the result of an if statement is false, and specifies a new logical test

end

identifies the end of a control structure

find

determines which elements in a matrix meet the input criterion

if

checks a condition, resulting in either true or false

menu

creates a menu to use as an input vehicle

otherwise

part of case selection structure

switch

part of case selection structure