subject

1. Assume that the following variables contain the values shown:
numberBig = 300
number-Medium = 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

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 04:00
Another name for addicting games.com
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
What software programs are used to to create professional publication? a.) graphics programs b.) word processors c.) page layout programs d.) spreadsheet programs
Answers: 2
question
Computers and Technology, 24.06.2019 13:00
Why should you evaluate trends when thinking about a career path?
Answers: 1
question
Computers and Technology, 24.06.2019 15:30
Python. primary u.s. interstate highways are numbered 1-99. odd numbers (like the 5 or 95) go north/south, and evens (like the 10 or 90) go east/west. auxiliary highways are numbered 100-999, and service the primary highway indicated by the rightmost two digits. thus, the 405 services the 5, and the 290 services the 90. given a highway number, indicate whether it is a primary or auxiliary highway. if auxiliary, indicate what primary highway it serves. also indicate if the (primary) highway runs north/south or east/west.
Answers: 1
You know the right answer?
1. Assume that the following variables contain the values shown:
numberBig = 300
number-...
Questions
Questions on the website: 13722363