math.answers.com/calculus/How_long_would_it_take_a_computer_to_count_to_one_trillion
Preview meta tags from the math.answers.com website.
Linked Hostnames
9- 26 links tomath.answers.com
- 25 links towww.answers.com
- 1 link toqa.answers.com
- 1 link totwitter.com
- 1 link towww.facebook.com
- 1 link towww.instagram.com
- 1 link towww.pinterest.com
- 1 link towww.tiktok.com
Thumbnail

Search Engine Appearance
How long would it take a computer to count to one trillion? - Answers
That depends on many, many factors, and has no one correct answer. The speed of the computer, the language used for the code that does the counting, even the temperature of the room, and many other things, will affect the time taken. For example, using an old computer, I wrote a simple program in C that counts to a billion (not a trillion): #include <stdio.h> int main(void){ int n; for(n = 0; n < 1000000000; n++); return 0; } and it took 3.535 seconds to run, which means that if it counted up to a trillion, it would have been roughly 3535 seconds, or just under an hour. On the other hand, I wrote a similar program in PHP, and ran it on a faster machine: #!/usr/bin/php <?php for($n = 0; $n < 1000000000; $n++); and it took 163.898 seconds, which would go up to about 46 hours, or just under two days if It counted to a trillion. That increase in time was despite the fact that the latter test was done on a faster machine. The difference is due to the way the language is processed on the computer. As stated then, there is no one answer to this question.
Bing
How long would it take a computer to count to one trillion? - Answers
That depends on many, many factors, and has no one correct answer. The speed of the computer, the language used for the code that does the counting, even the temperature of the room, and many other things, will affect the time taken. For example, using an old computer, I wrote a simple program in C that counts to a billion (not a trillion): #include <stdio.h> int main(void){ int n; for(n = 0; n < 1000000000; n++); return 0; } and it took 3.535 seconds to run, which means that if it counted up to a trillion, it would have been roughly 3535 seconds, or just under an hour. On the other hand, I wrote a similar program in PHP, and ran it on a faster machine: #!/usr/bin/php <?php for($n = 0; $n < 1000000000; $n++); and it took 163.898 seconds, which would go up to about 46 hours, or just under two days if It counted to a trillion. That increase in time was despite the fact that the latter test was done on a faster machine. The difference is due to the way the language is processed on the computer. As stated then, there is no one answer to this question.
DuckDuckGo
How long would it take a computer to count to one trillion? - Answers
That depends on many, many factors, and has no one correct answer. The speed of the computer, the language used for the code that does the counting, even the temperature of the room, and many other things, will affect the time taken. For example, using an old computer, I wrote a simple program in C that counts to a billion (not a trillion): #include <stdio.h> int main(void){ int n; for(n = 0; n < 1000000000; n++); return 0; } and it took 3.535 seconds to run, which means that if it counted up to a trillion, it would have been roughly 3535 seconds, or just under an hour. On the other hand, I wrote a similar program in PHP, and ran it on a faster machine: #!/usr/bin/php <?php for($n = 0; $n < 1000000000; $n++); and it took 163.898 seconds, which would go up to about 46 hours, or just under two days if It counted to a trillion. That increase in time was despite the fact that the latter test was done on a faster machine. The difference is due to the way the language is processed on the computer. As stated then, there is no one answer to this question.
General Meta Tags
22- titleHow long would it take a computer to count to one trillion? - Answers
- charsetutf-8
- Content-Typetext/html; charset=utf-8
- viewportminimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no
- X-UA-CompatibleIE=edge,chrome=1
Open Graph Meta Tags
7- og:imagehttps://st.answers.com/html_test_assets/Answers_Blue.jpeg
- og:image:width900
- og:image:height900
- og:site_nameAnswers
- og:descriptionThat depends on many, many factors, and has no one correct answer. The speed of the computer, the language used for the code that does the counting, even the temperature of the room, and many other things, will affect the time taken. For example, using an old computer, I wrote a simple program in C that counts to a billion (not a trillion): #include <stdio.h> int main(void){ int n; for(n = 0; n < 1000000000; n++); return 0; } and it took 3.535 seconds to run, which means that if it counted up to a trillion, it would have been roughly 3535 seconds, or just under an hour. On the other hand, I wrote a similar program in PHP, and ran it on a faster machine: #!/usr/bin/php <?php for($n = 0; $n < 1000000000; $n++); and it took 163.898 seconds, which would go up to about 46 hours, or just under two days if It counted to a trillion. That increase in time was despite the fact that the latter test was done on a faster machine. The difference is due to the way the language is processed on the computer. As stated then, there is no one answer to this question.
Twitter Meta Tags
1- twitter:cardsummary_large_image
Link Tags
16- alternatehttps://www.answers.com/feed.rss
- apple-touch-icon/icons/180x180.png
- canonicalhttps://math.answers.com/calculus/How_long_would_it_take_a_computer_to_count_to_one_trillion
- icon/favicon.svg
- icon/icons/16x16.png
Links
58- https://math.answers.com
- https://math.answers.com/calculus/-15_plus_6y_equals_13
- https://math.answers.com/calculus/How_do_you_integrate_4_over_x
- https://math.answers.com/calculus/How_long_would_it_take_a_computer_to_count_to_one_trillion
- https://math.answers.com/calculus/How_would_you_evaluate_the_expression_3x_4y_equals_9_when_x_equals_2_and_y_equals_5