Skip to main content

Posts

Showing posts from March, 2013

Cross Dimensional Sum

Void Sum_Column(int A[] [10],int M ,int N) {      int i,j,sum ;      for(int i=0 ; j<n ; J++) { sum=0 ; for(i=0 ; i<m ; i++) sum += A[i][j] ; cout<<"\n Sum of Column"<<j+1<<"="<<sum ; } }

Data And its Types

DATA STRUCTURE A data structure is a named group of data of different data types which can be processed as a single unit . DATABASE  A data base is a collection of interrelated data & a database system is basically a computer based record. keeping system  DATA REDUNDANCY  Duplication of data is called data redundancy.

Constructor and its types

CONSTRUCTOR  A member function with the same name as its class is called constructor & its is used to initialized the object of that class DEFAULT CONSTRUCTOR  A constructor that accepts no parameter is called the default constructor PARAMETER CONSTRUCTOR  A constructor that accepts parameter for its invocation is known as parameter constructor 

Global and local variable

GLOBAL VARIABLE  1. It is a variable which is declared outside all the function. 2. Its is accessible through out the program LOCAL VARIABLE  1.It is a variable which is declared with in a function or with in a compound statement. 2.It is accessible only within a function/compound statement in which its is declared.

Private Visibility and Public Visibility

PRIVATE VISIBILITY  Member in private visibility mode are not only accessible inside the class to member function of the class . PUBLIC VISIBILITY MODE  Member in protected visibility more of the class are not accessible to the object of the class but can be inherited .

Type Casting and Automatic Type Casting

TYPE CASTING It is user defined data type conversion. It is done with the Help of Casting operator ( ). Its is also called Explicit Type Conversion . Example :- The 22/7 will give integer value so it is forced to convert into flat type before assigning to variable                   Pi Float Pi ; pi=(float )22/7 AUTOMATIC TYPE CASTING It is a data conversion preformed by compiler on its own. It occur whenever an expression has different data types .Smaller data type are converted to larger data types to avoid data loss. Example :- a,b,c are of int type and x and y are of float type . Then in the expression x/a, a will be automatically changer into float type int a=7,b=2,c ; float x=12.5,y ; y=x/a ; 

Call By Value And Call By Reference

Example :- Void Compute (int a , int &b) { A++; B++ ; cout<< "in the function"<<endl ; cout<<A=<<A<<"&"<<"B"<<B<<endl ; } void main( ) { int i=50, j-25 ; cout<<"Before function call"<<endl; cout<<"i="<<i<<"&"<<j<<endl ; comput(i,j) cout<<"After function call"<<endl ; cout<<"i="<<i<<"&"<<"j="<<j<<endl ; }

How to Prepare For BA in Computer Science

Who says computer scientists can only be interested in computers? The Bachelor of Arts in Computer Science is perfect for students who want to combine their love of computers and how technology works with another major, whether it’s math or music. You’ll learn principles of computation and algorithms and develop the programming and computing skills you need for first an internship and then a career in industry. You also have the flexibility to choose a second major that will help you develop those non-technical skills—like good communication—that employers love. Want to pick up some basic computing and programming skills? Check out our minor. Requirements The Bachelor of Arts in Computer Science is administered by the College of Arts & Sciences, but the computer science course work is completed in the School of Informatics and Computing. The B.A. requires a minimum of 122 credit hours of course work. For specific requirements, see the College of Arts & Sciences Acade

Are You Confused?

Are you confused  what to do in the field of Computer. Well its in every one mind, what to do next if you have done any software course , hardware course in computer. Here are some Course  you may like Bachelor of arts (BA) in computer science Bachelor of mathematics in Compuuter Science Bachelor of Science in computer science Bachelor of Engineering in Computer Science Bachelor of computer security in Computer Science Bachelor of Science in Information Technology(B.Sc IT) MBA in Computer Information Systems Bachelor's Degree in Computer Information Systems Associate of Applied Science in Computer Information Systems Master of science in Computer Information Systems Excelled in the following career: A. Software Vendor Product manager Requirement analyst Programming team leader B. IT department CIO VP IT operations System Architect Internal Requirement Analyst Development team leader C. Consulting companies Strategic technology consultant Bachelor of Science in Gr