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
DBMS Assignment 2 Questions
Q.1 Describe the below mentioned topics and their advantages and disadvantages.
1. Hierarchical Model
2. Network Model
3.Relational Model
4.Entity Relational Model
Labels:
BCA Semester-2,
DBMS
Friday, January 18, 2013
Degrees of Data Abstraction
Hello Students,
Here is a wonderful documentation of three schema architecture of DBMS or Degrees of Data abstraction..
http://www.myreadingroom.co.in/images/stories/docs/dbms/degrees%20of%20data%20abstraction.pdf
-Shalini
Here is a wonderful documentation of three schema architecture of DBMS or Degrees of Data abstraction..
http://www.myreadingroom.co.in/images/stories/docs/dbms/degrees%20of%20data%20abstraction.pdf
-Shalini
Labels:
BCA Semester-2,
DBMS
Thursday, January 17, 2013
Computer Organization Assignment 1 Questions
- Define: Program, Instruction set, Hardware & software.
- What is can Operating System?
- List out the main function of an Operating System.
- Explain in details the function units of computer with the help of the diagram.
- Explain in brief the concept of stored program.
Labels:
BCA Semester-2
Thursday, January 10, 2013
Bank App : Costumer Name, Account Number,Balance, Withdrew, Deposit etc. (C Program)
#include<stdio.h>
#include<conio.h>
struct bank
{
char name[20];
int an,bal;
};
Labels:
BCA Semester-2,
C-Programs
Subscribe to:
Posts (Atom)