All Account Ration Analysis Formulas :
Sunday, January 6, 2013
Tuesday, January 1, 2013
Name of 5 DBMS Softwares
* Oracle
* SQL server
* Fox Pro
* MS-Access
* Sequel-Pro(mac)
Labels:
BCA Semester-2,
DBMS
8 Problems With File System Management
(1) Data Redundancy
Data Redundancy means same information is duplicated in several files. This makes data redundancy.
(2) Data Inconsistency
Data Inconsistency means different copies of the same data are not matching. That means different versions of same basic data are existing. This occurs as
Data Redundancy means same information is duplicated in several files. This makes data redundancy.
(2) Data Inconsistency
Data Inconsistency means different copies of the same data are not matching. That means different versions of same basic data are existing. This occurs as
Labels:
BCA Semester-2
Tuesday, December 25, 2012
C - Structure : 3 Students Marksheet
#include<stdio.h>
#include<conio.h>
#include<conio.h>
struct std
{
{
char nm[10],dep[10];
int t,id;
float p;
int t,id;
float p;
Labels:
BCA Semester-2,
C-Programs
Sunday, December 23, 2012
WD CSS Attributes
|
CSS Attributes
|
|
|
Font
Attributes:
|
|
|
Font-Size
|
To define size of font (10pt, 20pt)(pt=points)
|
|
Font-Style
|
To define font style (Italic, normal)
|
|
Font-weight
|
To define font weight (100, 200, and 300, bold...)
|
|
Font-Family
|
To define font family (Arial, Vardana, Calibri etc.)
|
|
|
|
Labels:
BCA Semester-2,
Info
Saturday, December 15, 2012
Semester 2 Computer Organization Syllabus
KSKV KACHCHH UNIVERSITY
BCA201- COMPUTER ORGANIZATION
MODERN COMPUTER
ORGANIZATION (20%)
Introduction , Man and computing,
User and computer, Computer Organization, Main Memory, CPU operation J
Interrupt Concept, Bus Concept, Computer Types, Booting sequence.
Labels:
BCA Semester-2,
Info
BCA Semester 2 Advanced Programming with C Syllabus
|
5%
|
Error Editing
|
-
Concept of Debugging
-
Finding Errors in
Programs
-
Error codes &
Managing
-
Various Debugging
option in Turbo C
-
Compiler
|
|
70%
|
Programming
in C
Language
|
-
Storage Class
|
Labels:
BCA Semester-2,
C-Programs,
Info
Sunday, December 9, 2012
WAP to compare two Strings 43
#include<stdio.h>
#include<conio.h>
void main()
{
Labels:
BCA Semester-2,
C-Programs
WAP to find largest value from Matrix using UDF 49
#include<stdio.h>
#include<conio.h>
void max();
void main()
{
Labels:
BCA Semester-2,
C-Programs
WAP to find Transpose of Matrix 38
#include<stdio.h>
#include<conio.h>
main()
{
int i,j,k,a[3][3],b[3][3],c[3][3];
clrscr();
Labels:
BCA Semester-2,
C-Programs
Subscribe to:
Posts (Atom)