answersLogoWhite

0

What else can I help you with?

Related Questions

What is the decibal range of classical music?

From almost inaudible to very very loud.


What was Krakatoa decibal rate?

The sound was so loud, it could be heard 3,000+ miles away. Diego Garcia, a U S Naval Base it located there. So, I would guess, the decibal rate would be @2,500-4,000bls.


What does a decibal measures?

How loud something is. i.e.- how loud a planes engine is would be measured in decibals


What does 24 thousands look like in decibal form?

Expressed as a decimal fraction, 24/1000, or twenty-four thousandths, is equal to 0.024.


Why does the value of digits depend on the place value?

Because the place value means, where the digit is located with respect to a decimal point. 1 is always 1, but if you place 1 in the tens place value, then the value of that 1 is 10. In the hundreds place value, the value of that 1 is 100. In the hundredths place value, then the value of that 1 is .01.


What is the absolute value of number 1?

Absolute value of 1 is 1.


How do you compute present and future value of a cash flow stream?

Future Value = Value (1 + t)^n Present Value = Future Value / (1+t)^-n


What is the difference between pre and post processing incrementation?

To increment a value by 1, you have 4 choices:value++;++value;value += 1;value = value + 1;Pre and post processing incrementation/decrementation refers to the first two: ++value and value++.Both do exactly the same, as both will increase the value of 'value' by one.If we have a situation like this:int value = 0;int value1 = 0;value1 = value++;This essentially means:value1 = value;value = value + 1;Where ++value means:value = value + 1;value1 = value;


What is the face value and place value of 1 in number 15?

Its face value is 1 but its place value is 10


What is the numerical value of 1?

The numerical value of 1 is 1. The numerical value of any figure is its absolute value, ignoring its negative or positive sign.


Can we perform bitwise circular shift in c?

Yes: unsigned char CircLeft (unsigned char value) { if (value&0x80) return (value<<1) + 1; else return (value<<1); } unsigned char CircRight (unsigned char value) { if (value&0x01) return (value>>1) + 0x80; else return (value>>1); }


What is the value of six in 67241?

the value of 6 is 60 000 the value of 7 is 7000 the value of 2 is 200 the value of 4 is 40 the value of 1 is 1