subject

Which formulas return TRUE, if the value in call B4 is 12 and the value in C4 is 29?

1. and 2. return TRUE, if the value in cell B$ is 12 and the value in C4 is 29

1st blank

=XOR(B4>12;C4=9),
=AND(B4=12;C4<9),
=XOR(B4=12;C4<9)

2nd blank

=AND(B4=12;C4<9), =AND(B4=12;C4>9),

=XOR(B4>12;C4<9)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
question
Computers and Technology, 22.06.2019 20:10
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 23.06.2019 07:00
Why were most movies from the late 1890s until the early 1930s only filmed in black and white? there were only a few people who could afford the technology to produce color motion pictures back then. audiences did not want color motion pictures until later. the film used to make color motion pictures often overheated, which was a safety hazard, so it was generally not allowed. color films had to be hand-colored, frame by frame.
Answers: 3
You know the right answer?
Which formulas return TRUE, if the value in call B4 is 12 and the value in C4 is 29?

1. a...
Questions
question
Biology, 29.10.2021 14:00
question
Mathematics, 29.10.2021 14:00
question
Computers and Technology, 29.10.2021 14:00
Questions on the website: 13722359