• 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
Boolean value
One of two values: true or false.
Casting
The process of explicitly converting a value of one data type to a value of another data type.
Concatenation
The process of combining- or adding- two String values together.
Data type
This describes the category of data that can be stored in a variable.
Initialization
The process of giving a variable an initial value.
Integer
A whole number.
Variable
A named location in memory where programs can store a value.