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

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;

16 Cards in this Set

  • Front
  • Back
Conditional Expression are.....
used to make decisions.
Conditional Expressions are a combination of.....
variables, literals, and conditional operators that evaluate to true & false.
Conditional Statements are used in.....
if, switch, and loop statements.
Uniary Operator effects a.....
single operand.
What is a Uniary Operator....
!
! means......
not(reverses the value)
== means.......
equal
!= means.....
not equal
>means.....
greater than
< means........
less than
>= means.....
greater than or equal to
<= means.......
less than or equal to.
ll means.......
or (False when both operands are false, otherwise true)
&& means......
and (true when both operands are true, otherwise false.)
we evaluate conditional expressions from.....
left to right.
Numeric Digits are....
higher in value than uppercase letters, which are higher in value than lowercase alphabetic letters.