IF function has three parts
IF (condition_to_check , return_if_true , return_if_false)
IF function first checks condition. If it is true it returns first result. Otherwise it returns second result.
Condition to check:
B3>D5
After inserting numbers we get:
10>8
This is correct so the first result will be returned.
The given IF function returns "Closed".
If workExperience >= 2 or CollegeDegree is true:
print “Application accepted”
else:
print “Application denied”
Answer:
Alcohol(NOT the liquor!)
Explanation:
Nail polish remover is basically alchohol and it can actually help melt ice. You can also use toothpaste, hairspray, deodorant, perfume, and hand sanitizer.
Answer: UTF-8 (Unicode transformation format) is a technique that is capable of producing any character in Unicode standard.
Explanation: UTF-8 is supporting technique that helps in changing any block of bits of any language.It is used for converting any code into the unicode characters.It was created because this coding technique that supports various languages and is also replacing the ASCII code. UTF-8 code is highly compatible with the ASCII codes and has better properties than it.
Answer:
- Requirement Management
- Requirement Reviews
- Requirement Specification
- System Modeling
Explanation:
Requirement Management and specification are most suitable for agile project.