A+ Answers of the following Questions

profileThehonest
 (Not rated)
 (Not rated)
Chat

1. Assume that the following variables contain the values shown:
numberBig = 300 numberMedium = 100 numberSmall = 5
wordBig = "Elephant" wordMedium = "Horse" wordSmall = "Bug"
For each of the following Boolean expressions, decide whether the statement is
true, false, or illegal.
a. numberBig = numberSmall?
b. numberBig > numberSmall?
c. numberMedium < numberSmall?
d. numberBig = wordBig?
e. numberBig = "Big"?
f. wordMedium = "Medium"?
g. wordBig = "Elephant"?
h. numberMedium <= numberBig / 3?
i. numberBig >= 200?
j. numberBig >= numberMedium + numberSmall?
k. numberBig > numberMedium AND numberBig < numberSmall?
l. numberBig = 100 OR numberBig > numberSmall?
m. numberBig < 10 OR numberSmall > 10?
n. numberBig = 30 AND numberMedium = 100 OR numberSmall = 100?

    • 12 years ago
    Please see the attached file for the answer.
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      28.doc