Wednesday, March 13, 2013
Friday, March 8, 2013
Assignment 4 (DBMS)
1.
What is weak entity? How you know that a
particular entity is a weak entity explain with example.
2.
When do we call that two entities have a strong
relationship?
3.
Explain domain of any attributes.
4.
Write a very short note on existence dependence.
5.
Explain relationship participation in detail.
6.
What is relationship degree ?Explain all kind
of relationship degree why entity relationship is called recursive?
7.
Explain associative entities.
Labels:
BCA Semester-2,
DBMS
Sunday, March 3, 2013
Weak Entity and Strong Entities in DBMS
An entity set that does not possess sufficient attributes to form a
primary key is called a weak entity set. One that does have a primary
key is called a strong entity set.
For example,
The entity set transaction has attributes transaction-number, date and amount.
Different transactions on different accounts could share the same number.
These are not sufficient to form a primary key (uniquely identify a transaction).
For example,
The entity set transaction has attributes transaction-number, date and amount.
Different transactions on different accounts could share the same number.
These are not sufficient to form a primary key (uniquely identify a transaction).
Labels:
BCA Semester-2,
DBMS,
Info
Wednesday, February 27, 2013
List of C programs to be written in File (2nd Sem)
Dear Students,
Here is a list of programs which you are supposed to write in your file.
I am not specifying all the programs which we have done in the lab, but only some of the basic programs. Make sure that you have at least recorded all of them in your files.
Here is a list of programs which you are supposed to write in your file.
I am not specifying all the programs which we have done in the lab, but only some of the basic programs. Make sure that you have at least recorded all of them in your files.
Structures in C :
- To display mark sheet of one student, where student is defined as structure as per its attributes.
- To display mark sheet of such n students, as per previous program.
- Create a structure bank and perform following functions :
Labels:
BCA Semester-2,
C-Programs
Friday, February 22, 2013
Download all C- Programs (sem-2)
Hello, Friends we have got all the C Programs which we have done in C Lab. If you want any program then download given below file, Its contains all the programs.
Labels:
BCA Semester-2,
C-Programs
Monday, February 4, 2013
Saturday, February 2, 2013
Friday, February 1, 2013
IMP Questions for Computer Organization
- What’s Hardware and Software?
- What’s Application and System Software?
- Explain Computer Organization & Functional Units
- Explain Main Memory & Auxiliary Memory
- What’s Device Controller?
Labels:
BCA Semester-2,
Info
Wednesday, January 30, 2013
Count Array elements with Pointers ( homework )
#include<stdio.h>
#include<conio.h>
void main()
{
int a[20],i,*p,ct=0,n;
clrscr();
Labels:
BCA Semester-2,
C-Programs
Tuesday, January 22, 2013
Learn Pointer easily with Hindi
Friends watch this video you will get how pointer work.
Labels:
BCA Semester-2,
C-Programs,
Info
Subscribe to:
Posts (Atom)
