An
object is composed of the data that describes the object and the
operations
Showing posts with label Algorithm. Show all posts
Showing posts with label Algorithm. Show all posts
Sunday, December 15, 2013
Do You Know: What Is an Object?
Monday, December 9, 2013
Object Oriented Programming Technique (with C++)
This article is for those who are already
familier with the programing system in c language. If you do not use c language
then it will be hardly to understand the Object Oriented programing (simply
OOP).
Object oriented programming language is the
modification of c language features. It gives us the opportunity to solve and
code any large and difficult problem within the simplest way. We can also
divide the problem into
Tuesday, November 5, 2013
DATA ORGANIZATION IN COMPUTER MEMORY [ARRAY], [LINK LIST]
Today i am going to discuss about the basic computer memory organization system. So lets turn into the discussion..........
In Computer data are organized in some logical way and these are:
1. Array
2. Link List
3. Tree
4. Stack
5. Queue
Let’s discuss them in details…….
ARRAY:
Array is the most common representation style of data in memory.
Monday, November 4, 2013
Introduction of Data Structure and Algorithm
Example:
Data Structure mainly refers to the basic organization of which data
stores in our computers. In short we can say that the basic logical and
mathematical organization of data is called as data structure.Some Terminologies of data structure:
![]() |
programing with CStechBD |
DATA:
It is important to know about what is data? So as some observation in our daily life we can say that data is any kind of description, measurement, results, statistics of any observation etc. But in computer data refers to some collection of anything that may be any information, values, measurement etc.
DATA ITEM:
A single unit of values of any collection, analysis or records is called data item.
Data item has two terms:
Subscribe to:
Posts (Atom)