Which of the following is the complement of (x && y)?
1. !x && !y
2. ! (x && y)
3. !x || !y
a) 2 only
b) 1 and 2
c) 3 only
d) 2 and 3
d) 2 and 3
Computer Science & Information Technology
You might also like to view...
The ________ data type generates the value by automatically incrementing the value for each new record to produce unique keys
A) Calculated B) AutoNumber C) Short Text D) Number
Computer Science & Information Technology
Goal Seek changes multiple variables to reach the optimal goal
Indicate whether the statement is true or false
Computer Science & Information Technology