False, absolute references have two dollar signs
Answer:
69.54
Explanation:
A power ratio of 9000000:1 corresponds to 69.54 dB.
The calculation is presented below:
Formula for calculating Power ratio (db) = 10 * log [P(out)/P(in)]
Since the given ratio is 9000000:1, substituting in the formula gives us 10 * log (9000000/1)
Note that log 9000000 = 6.954
Therefore, 10 * log (9000000/1) = 69.54
Hence the required power ratio in db is 69.54 db.
Er..... i do not know the answer to this
Answer:
var birthday = "12/2/1978";
Explanation:
It does not create a date object named birthday because in this statement the birthday is a string which contains 12/2/1978 a date it is not date object it is a string.All other three options are correct way to create a date object.
var birthday = new Date();
creates a date object with the current date and time.
we can also pass date string in the new Date().So var birthday = new Date("12/2/1978"); is also correct.
we can also pass year,month,day in new Date() In this order only.So option fourth is also correct.
Astrix (*) is used to multiply
Example: 5*5 (the answer would come out as 25)
If you’re using Excel, do it in the formula bar of course.