Q1. What is an array?
Q2. Write the advantages of using Arrays?
Q3. Name the two types of arrays.
Q4. Explain the use of Dim Statement.
Q5. Explain the syntax of Dim Statement.
Answers
Answer:
1.an impressive display or range of a particular type of thing.
2.Arrays store multiple data of similar types with the same name. It allows random access to elements. As the array is of fixed size and stored in contiguous memory locations there is no memory shortage or overflow. It is helpful to store any type of data with a fixed size.
3.One-dimensional array: array in which components are arranged in list form. Multi-dimensional array: array in which components are arranged in tabular form (not covered)
4.The Visual Basic compiler uses the Dim statement to determine the variable's data type and other information, such as what code can access the variable.
5.The Visual Basic compiler uses the Dim statement to determine the variable's data type and other information, such as what code can access the variable.
Explanation:
mark me as brainliest please ....