Purchase Solution

one-dimensional array and its components

Not what you're looking for?

Ask Custom Question

Explain what a one-dimensional array and its components are.

Explain why arrays are useful, and how they are created within Visual Basic .NET.

Finally, explain how two-dimensional arrays are different than one-dimensional arrays.

Thank you

Purchase this Solution

Solution Summary

This job examines aspects about why arrays are useful.

Solution Preview

Please find attached document.
May resubmit if you need further clarifications.

Good Luck.

Computer Science, Software Tools and Systems Programming.
Year 3
Explained:
________________________________________
1. Explain what a one-dimensional array and its components are.
One - dimensional array is series of similar variables. It can be also called a Vector.
2. Explain why arrays are useful, and how they are created within Visual Basic .NET.
Arrays allow you to refer to a series of variables by the same name and to use a number, called an index or subscript, to tell them apart. This helps you create shorter and simpler code in many situations, because you can set up loops that deal efficiently with any number of elements by using the index number.
Arrays do not have fixed size in Visual Basic. You can change the size of ...

Solution provided by:
Education
  • BSc (Hons), University of Colombo - Sri Lanka
  • MEngSc, University of Melbourne
  • Certificate IV in Training & Assessment , Australian Business Council
Recent Feedback
  • "Thank you!"
  • "Thank you."
  • "Thanks a lot for you help and support"
  • "Sorry about the late payment but the assignment was sufficient and appreciated. Good work"
  • "Great description! Thank you for your quick response."
Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C++ Operators

This quiz tests a student's knowledge about C++ operators.