Answer:
C. But
Explanation:
Boolean operators are the operators that may have only two outputs which are True/False, On/Off and 1/0.
"But" can also be the example of Boolean operator. It is used in the meaning of "except" or "other than".
In Boolean operators "But" can be used as "AND" operator.
for example
<em>I am busy but I will go.</em>
In above example but is used as and which is combining two oposite statements. as
I am busy and I will go.
Both statement oppose each other, so to make sense in English "But" is used.
Answer: D) Identifying GUI's for a particular requirement
Explanation:
Traceability of requirements is helpful except identifying GUI's for a particular requirements as, traceability in project management describe the relationships between two or more element throughout in the development process and outline the relationship between the customer requirement by traceability matrix. And the requirement of traceability is so important because it creating a downstream flow of software and test cases in software requirement but not helpful in GUI identification.
Line 4
It should be font-size: 15px
Also there should be curly braces in line 5.
Answer:
All of the above but I'm not 100% sure.