MAMTA TUTORIAL: Tree in data structure What is tree...
Wednesday, December 17, 2014
Tree in data structure What is tree ?

What is tree
Definition:- Tree is is hierarchical (or non-linear) data structure.
or
Tree is a finite set of elements that is either empty or partitioned into...
Types of Binary Trees?What are the different type of Binary Tree?
Types of Binary Trees
1. Strictly Binary Tree-
If Every non leaf node in binary tree has non empty left and right subtrees ,the tree term as strictly binary tree .
Important Point for Strictly Binary Tree-
Every non-leaf node has degree 2
A strictly...
Tuesday, December 16, 2014
What is Binary tree,Different type of tree in Data structure
Different type of tree in Data structure
Binary Tree:-
A Binary tree is a finite set of elements that is either empty or is partitioned into three disjoint subset
The First subset contains a single element called the root of the tree
The other two subsets...
Friday, December 5, 2014
MCQ of DBMS fundamental question
MCQ Data Base Management System on Basic Fundamental
Q1.A Specific example where physical data independence would not hold is
When data file is changed from unordered file to sorted file
When additional access structure (Example an index ) is created for relation
When DBA decides to store the data in B+ tree
When the user...
Saturday, September 27, 2014
What is RDBMS Lecture -4
What is RDBMS
DBMS:-
Data base management system (DBMS) which follows all the 12 rule given by Dr Edgar F. Codd known as Relational data base management system (RDBMS)
According to Dr.Edgar F codd rule are as follows
1 Information Rule :-
...
DBMS Data Independence Lecture -3
Data Independence
Data independence can be define as the capacity to change the schema at one level of data base system without having to change the schema at higher level .data independence further classified into to category as follow
1.Logical Data Independence
2.Physical data Independence
Logical data Independence:-
...
Database Management system (Advantage of DBMS over flat file system) Lecture -2
Unknown2:25 AMDatabase Management system(Advantage of DBMS over flat file system) Lecture -2
No comments

.jpg)
Advantage of DBMS over flat file system
1. Easy to Access [ By Indexing ]
2.Gives less I/O task to Access data
3. It gives more concurrency level
4.More Security over the data File [By providing Views]
5. Data Independence [By providing three level Interdependency]
6.Data...
Tuesday, September 16, 2014
Data Base Management System Made easy class room note Lecture -1
Data Base Management System Made easy class room note Lecture -1
DBMS syllabus and reference for GATE
Databases:
Relational model (ER-model, relational algebra, tuple calculus), Database design (integrity constraints, normal forms), Query languages (SQL), File structures...
Saturday, September 13, 2014
Introduction of Java Programming (Basic Introduction) Lect-1
Introduction of Java Programming
Key Note :-
Before start Java programming you have to understand that how to learn java ,what strategy required to learn java because there are lot of book available in market/Internet for java which only provides you content but no book tell us that how to start /how to read /what are the...
Tuesday, June 17, 2014
Introduction of java Lect-2
Introduction of java Lect-2
What is Java?
Java is Pure Object Oriented platform Independent (Architecture neutral) Language developed by James Gosling from Sun Micro system(sun)in 1991. The first publicly available version of Java (Java 1.0) was released in 1995.
Note:- ...
Thursday, January 23, 2014
step by step procedure to perform addition of two number in Assembly language using debugger Lecture-3
Lecture -3
Addition Program in Assembly Langauage
step by step procedure to perform addition of two number in Assembly language using debugger..
Note :-If you want to do Assembly Language programming then you to follow following Step
step:-1
Open...
Tuesday, January 21, 2014
Introduction of assembly language Lecture -2

Introduction of assembly language Lecture -2
Lecture -2
Assembly Language:-
In Assembly language mnemonic code (ADD, SUB, MUL)
are...
Learn C programming online/ Learn C programming in 21 Days

Learn C programming online
Lecture -1
Basic Understand of Computer and its Language
Note:-If any one want to start learn "c" Programming then He/She have to remember following things.
First very important that It required patience in you.
Keen Interest for...