answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the advantages of using telescopes set up in an array?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meant by array set?

1. An array of sets. 2. An array that represents a set.


How do you write a program to read set of numbers using by an array and display the ascending order of the given input numbers?

To write a C++ program to display the student details using class and array of object.


What is NULL array in C Language?

There is no "NULL array" as such, you may take a pointer to an array and set it to NULL (binary 0) e.g. int* foo; // Declare a pointer foo = malloc( 40 * sizeof(int)); //Allocate an array of 40 integers pointed to by "foo" foo = NULL; //Set the pointer to NULL, if you're using a garbage collector this should trigger an automatic free() of the memory allocated to the array. If you are NOT using a garbage collector (which is more common in C) this line is a memory leak.


Methods that are used to explore the universe?

The universe can be explored by astronomical instruments called telescopes, and by space probes sent from earth to other planets. When using telescopes astronomers try to look at the energy being produced by the universe not just in the visible part of the spectrum (where our eyes can see) but at the whole range of electromagnetic radiation. We thus have radio telescopes, infrared telescopes, X-ray telescopes and even some telescopes that are buried deep underground looking for neutrinos. Most of the telescopes are set in mountains for they can rich more.


What are the advantages and disadvantages of arrays in c sharp?

Advantages: 1. Can store "n" number of same data types in different indexes 2. Can be accesses using reference. Disadvantage: 1. No boundary check, if the array boundary is crossed run time 2. No facility to increase the size of array in Run time


What does array in mat?

In Mathematics, an array is an arrangement of quantities or symbols in rows and columns; a matrix. In Computing, an array is an indexed set of related elements.


What are the advantages of using plastic drums?

Some advantages to plastic drums over a steel set is the durability and the fact that plastic doesn't decay or rust overtime. Also plastic is generally considerably cheaper to use than steel in constructing a set so you can save a fair amount of money by using a plastic drum set.


Delete an element from an options array?

Set it to null


Sum of n numbers using array?

Set sum = 0, then add each of the elements of the array, one by one. Use a for loop to process each element of the array.Set sum = 0, then add each of the elements of the array, one by one. Use a for loop to process each element of the array.Set sum = 0, then add each of the elements of the array, one by one. Use a for loop to process each element of the array.Set sum = 0, then add each of the elements of the array, one by one. Use a for loop to process each element of the array.


What are the advantages of using a dedicated server reseller?

Some of the advantages of using a dedicated server reseller are you can have greater flexibility in the size of your business and the start up costs are not as great as they would be if you decided to set up a dedicated hosting facility.


What is an advantage of using orbiting telescopes rather than ground based telescopes?

There is no distortion from Earth's atmosphere.


What does the word array mean in math?

An array is a set of numbers that form some sort of regular arrangement. A linear array is a 1-dimensional array consisting of a row or a column of a set of numbers. A 2-dimensional array is a rectangular arrangement of numbers. And there are arrays with higher dimensions. The elements of an array need not be numbers: they could be variables, functions or expressions. In other words, it's a picture to describe a multiplication problem.