Posts

Data Structure

Image
        Data Structure Data Structure  :                                  Data Structure is the way of organising representing & processing the data stored as a single unit in memory. For example, a record in a film can have several fields of different data types and entire record may be required to be processed in one unit. In such a case Data Structures can be beneficial  as Data Structure let us combine data of different data types and process them together.      So we can say "A data structure is a named group of data of different data types which can be processed as a single unit" .         We can also say that the logical or mathematical model which defines a particular organisation of data is known as data structure.The study of such data structure involves the following steps -   1.Logical or mathematical description ...

Primitive and Non-Primitive Data Types

Image
  Primitive and Non-Primitive Data Types : Data can be either primitive data types or Non-Primitive data types. The data structures can contain any of these data types.        Primitive data types are those data types,which are not composed of other data types. Primitive data types are Integer, Real and Character data types.       Non-Primitive data types are those data types,which are composed of primitive data types. Normally these are defined by the users,that is why,these are sometimes called user- defined data types. Examples of non primitive data types in C are arrey , structure, class,union etc.                        Pointers : A special data type pointers has been introduced by some programing languages. The pointer data type enables storage of pointers i.e., addressed of some other data location. Pointers are of great use in some popular and efficient data structures like linked...

Data Type in Data Structures Using C and C++

Image
Introduction to Data Structure Data Type : -         Data can be of different types, therefore, same type of data can be grouped to form a separate group. In files data can be numeric, alphabetical or alphanumeric.Numeric data can be used for calculations. There can be more properties of each type. Therefore,a data type refers to a named group of data which share similar properties or characteristics and which have common behaviour among them.             For instance,Name can be contain alphabets, its data type is alphabetic; Address can contain digits (numbers) and alphabets, its data type is alphanumeric; Age can only have digits, its data type is numeric. Three fundamental data type are given below : - 1. Integer  :-    It allows to only                                              have digits (0-9) a...

Information in Data Structure

Image
 Information in Data Structure Information :- A collection of related data is called Information. Data is mainly provided by the user and the system collect and arrange that data in proper way to form information.   Elementary Representation of Data :- Elementary representation of data can be in form of raw data, data item, data structures. Raw data are raw fects. These are simply values or set of values and data item representats single unit of values of certain type. https://sunhal.blogspot.com/2021/05/data-processing.html Thank You

Data Processing

Image
 to Data Structure Data Processing :- Processing is the manipulation of data which may consist of letters, numbers and graphics symbols. Data is collected, captured, shifted, rearrange, stored, retrieved, reproduced, summarised and produced in a neat form.         All these steps are processing. The different tasks that are performed under processing can be categorised as follows-     1. Calculations (Addition, Substraction, Multiplication, Division) 2.Comparision (Equal to, Greater than, Less then ) https://sunhal.blogspot.com/2021/05/introduction-to-data-structure.htmlIntroduction Thank You

Introduction to Data Structure

Image
 Introduction to Data Structure Data :- Data is a collection of facts and figures which can be processed to produce information to produce information. Data can be any thing like name of the student , roll numbers , a business house data can be names of the employees, their payment detail.Data can be feed with the help of some input device.                 The data can be referred to in many ways data , data items , data structures etc. The data being an active participant in the organisations , operations and planning, data are aggregated and  summarized in various meaningful ways. The data must be represented, stored, organised, processed and managed so as to support the user environment.        All these factors very e much depend upon the way data are aggregated. The data structures are an effective and reliable way to achieve this.     Thank You https://sunhal.blogspot.com/?m=1