answersLogoWhite

0

If that doesn't already make sense to you, I can't think of any explanation that would.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is 10 NS of RAM faster than 60 NS if RAM?

10 ns RAM is faster than 60 ns RAM.


Update BS NS in your resume mean?

Update BS NS in your resume mean


What does NS mean in NS Object of objective C?

In Objective C NS means NextStep.


How far is it from dartmouth ns to Halifax ns?

10 min driving


How many milliseconds are in a nanosecond?

One million. 1 ms = 1*10E6 ns = 10**6 ns. 1 ns = 1*10E-6 ms = 10**-6 ms.


How many ns are in 1 second?

The prefix nano (n) means 10-9 of something, in this case 1 ns are equivalent to 10-9 s. So 1 second is composed by 109 ns.


Why are there a 10 to the power 9 nanoseconds in an hour?

There are not. 1 nano second = 10^-9 second → 1 s = 10^9 ns. There are 3600 seconds in 1 hour → 1 hour = 3600 s = 3600 × 10^9 ns = 3.6 × 10^12 ns.


C program to find the given number is Adam number?

/* To check whether a number is Adam number or not */#include#includevoid main(){int i,n,n1,n2,ns,r,rev=0,nr=0,nrs;clrscr();printf("Enter a no.n");scanf("%d",&n);ns=n;n1=n*n;n2=n1;while(n2>0){r=n2%10;n2=n2/10;rev=rev*10+r;}while(ns>0){r=ns%10;ns=ns/10;nr=nr*10+r;}nrs=nr*nr;if (rev==nrs)printf("%d is an Adam no.n",n);elseprintf("%d is not an Adam no.n",n);getch();}}


What does NS on a golf scoreboard mean in golf?

No Show


What does refuse mean in the 6 r's?

ns ney


What does the medical abbreviation NS mean?

Normal Saline (IV)There are several meanings for the abbreviation NS. One meaning is Normal Saline. Another meaning of NS is Not Specified.There are several meanings for the abbreviation NS. One meaning is Normal Saline. Another meaning of NS is Not Specified.


How do you convert 64000000 ns to seconds?

nano- prefix means 1/1000000000 = 10-9 ⇒ 1 ns = 1/1000000000 s To convert 64000000 ns to seconds, multiply by 1/1000000000 which is the same as dividing by 1000000000: 64000000 ns = 64000000 x 1/1000000000 s = 64000000 x 10-9 s