Answer:
Your
Explanation:
Taking answers from online is plagiarism. If you get caught, you could get in trouble. If you don't know the subject well enough that doesn't matter because apparently you don't care your grade.
Answer:

Explanation:
First, represent the field for annual revenue with AnnualRevenue
From the question, we understand that this field must be greater than 1000000 before a certain action can be performed.
Base on the given condition, the formula that triggers this action is: 
<em>Further explanation is in the attachment</em>
<em></em>
<em>From the attachment, we have that:</em>
If the condition is true, the checkbox be ticked
However, if the condition is false; the checkbox remain unchanged because no specific action is stated for this, in the question.
<em></em>
Answer: Application layer
Explanation:
Application layer of OSI(Open system interconnection) that is responsible for interfacing the communication with the user by displaying information or message. It maintains the transmission of file and assessment, emailing faculty, using network services etc.
- According to the question,if any Skype user has complain regarding video call drop while conferencing then application is responsible to solve the issue.
- This layer will be the starting point of troubleshoot by approaching to network resources.As call drop can occur due to network service, congestion or resource issue.
Answer:
twos complement value is (-2^15 -1) -32768 to 32767.
excess notation value is -32768 to 32767.
unsigned binary value is (2^16) 0 to 65535
Explanation:
Excess notation: used to represent signed integers. Always uses fixed number of bits with leftmost representing the sign.
Twos complement notation: As opposed to excess notation, a sign bit of 0 is used to represent the non-negative (+) sign and a 1 for the negative (-); again, zero is included in the non-negative set.
Unsigned Binary values: are binary values/bits that don't have signs