• 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
"-string-"
Quotes act as the string delimiter operator, signifiying that the content contained within the quotations is to be read literally as a string.
()
Paranthesis operator; Performs a grouping operation on one or more parameters, performs sequential evaluation of expressions, or surrounds one or more parameters and passes them as parameters to a function outside the parentheses
Arithmetic Operators
Operators that perform arithmetic functions.
Assignment Operators
Operators that perform variable assignments.
Bitwise Operators
Operators that manipulate bits (AND, OR, XOR, etc.).
Comparison Operators
Operators that perform comparisons.
Logical Operators
Operators that perform logical operations.