Research Definition | Aligan, Rhed N.

Rhed AliganRhed Aligan
2 min read

Research Definition

Data

  • Data are the information or entity that will use for decision making since it will be the foundation of everything regardless of the field. Data are have a part of different elements based on their variable and value and how it will be use. This will be very Essen in every aspect since it will help how organized and store our information.

Structure

  • Structure is refer how the matter or things build, optimized, and organized. In terms of Information Technology, structure will help our code or data we implement be organized and their arrangement so it will be easy to understand and provide a clarify of how logic works. It will help how every entity or data elements will integrate and connect each other.

Data Structure

  • Data structure is use in various aspect or field. In terms of Information Technology, it use how our data ease to use, prevent the redundancy data and syntax, how we sort including the insert, delete, search, and update method. If our data or program implement and apply data structure, it will efficiently effective especially in the run time of program. It can ease readable by the system that may provide a optimized performance.

[ ] - Square Bracket

  • In data structures, square bracket represent the collection of data especially in array or lists. In can also use in multidimensional array for instance, if you want access the same indices in array with a multiple output for example in indices 0, they are multidimensional array in 0 of

  • name: String =[ [“Rhed”,”Jonalyn”],

  • [“Aligan”, “Nebril“]

  • ];

In that example, accessing the same indices can able to display of two output. Can able access and modify elements by their index.

{ } - Curly Braces

  • In data structure specifically in angular, use it to data bind or interpolation using

    {{ variable }} in html.

It represent unordered collections of elements or key-value pairs. It define also the sets and dictionaries which are unordered collection of elements means it's not able to duplicate the values already have in collection.

0
Subscribe to my newsletter

Read articles from Rhed Aligan directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Rhed Aligan
Rhed Aligan

I'm very enthusiast in things that gives me new material to learn.