Answer:
sorry I didn't understand
Explanation:
oooook
Answer: Should be NOT.
Explanation: NAND would make you get emails as long as they don't have both "new" and "advanced." NOR would make you only get emails that don't have "advanced" or "new.| AND would make you only get emails with both "new" and "advanced." XOR would make you get emails as it has either "new" or "advanced," but not if it has neither or both. So NOT new makes sense, because it'll return emails that don't have "new." Hope this helps.
Answer:
C. Fn Key
Explanation:
The Fn key represents the function key that used for the dual purpose. It is to be activated with the help of shift key. Also, it controls the functions of the hardware i.e. brightness of the computer or laptop screen, volume of the speaker, etc
Also, it overcomes the restrictions with respect to the size of the keyboard
hence, the correct option is c.
Answer:
It throws an error.
the public class needs a name.
like this:
public class G{ public static void main(String[] args) {
int x=5 , y = 10;
if (x>5 && y>=2) System.out.println("Class 1");
else if (x<14 || y>5) System.out.println(" Class 2");
else System.out.println(" Class 3"); }// end of main
}
if you give the class a name and format it, you get:
Class 2
Explanation:
Answer:
The answer is "Option a".
Explanation:
The B.I. is a method, methodology, software, and development set that makes raw data usable and relevant, which facilitates improved decision-making and competitive opportunities, and certain choices were wrong, which can be described as follows:
- In option b, The A.I is uses in the machines, that's why it is not correct.
- In option c, It is used to analyze the data, which used in business. that's why it is not correct.
- In option d, It is wrong, because it a part of A.I.