Answer:
c. Math.pow(-2.0,15.0) to (Math.pow(2.0,15.0) -1).
Explanation:
short represents a 16-bit signed integer. short is used to save memory because it occupies less space than integers where integers occupy 4 bytes short occupies 2 bytes.
Since it is signed so first bit is used to represent the sign if 0 then positive and 1 then the integer is negative.We are left with 15 bits.
So the range is -2¹⁵ to 2¹⁵-1.
Hence the answer is option c.
Answer: To adjust the spacing between characters that make up a word
Explanation: Kerning refers to the way spacing between two specific characters is adjusted. The idea is to give a better looking result by reducing the spacing between characters that fit together nicely (such as "A" and "V") and increasing the spacing between characters that don't. Select the text that you want to change.
The issue arises because the string you are trying to print is not a string, rather a float value. Item1, item2 and item3 are strong values (if you type some alphabets in it and not just numbers), but itemonecost, itemtwocost, and itemthreecost are explicitly type casted to float. In line 22, 23, and 24 you’re trying to print a float, by adding it with the string. One cannot add numbers to string. Rather you can type cast the itemcost to string while printing.
Add str(itemonecost) instead of itemonecost in print statement. Do this for other float variables too.
However do note that there are multiple ways to correct this issue, and I’ve just pointed one out.
Answer:
1. active listening 8. an online journal
2. barrier 1. a strategy for showing other people you are interested in what they are saying and that you understand what they are saying and how they feel about it
3. blog 2. anything that interferes with a message being sent or received
4. communication 5. guidelines for courteous electronic communication
5. netiquette 7. the person who creates or composes a message and delivers it either orally or in writing
6. receiver 9.. a personal belief that one should work hard and do a good job
7. sender 3. an online database of Web pages that can be created or edited by anyone (with permission)
8. wiki 6. the person who receives a message
9. work ethic 4. an exchange of information
Explanation:
The answer is as mentioned above. And these are important words from subject Professional Communication. And like when we talk of an exchange of information, we mean communication. And similarly, other words means as being mentioned above.