Sunday 29 July 2012

WAP to Swap two number without any function.

Swap two number means , simply interchange the value,
i.e. if
a=2
b=5
after swapping 
a=5
b=2
 to write a program to implement this logic, there a various ways, I am describing simplest one.
take a temporary variable, say temp , 
store value of a into it i.e. temp=a
now store value of b into a i.e. a=b
now store value of temp into b i.e. b=temp 
by these three step we can easily swap the value of a & b


let us take an example
let a=2, b=5 and temp=anything,
now we need to swap the value of a & b
therefor follow above three steps
1.   temp=a     i.e. temp=2
2.   a=b          i.e. a=5
3.   b=temp   i.e. b=2

congrats swapping is done.

Now Implementing this logic into codes

#include<iostream.h>
#include<conio.h>
#include<stdio.h>

void main( )
{
int a, b, temp;            // variable declaration
cout<<"Enter 1st Variable\t";
cin>>a;
cout<<"\nEnter 2nd Variable\t";
cin>>b;
temp=a;
a=b;
b=temp;
cout<<"\nSwapped Value of 1st variable\t"<<a;
cout<<"\nSwapped value of 2nd variable\t"<<b;
cout<<"\n\n\t\t\tProgram Ends";
getch();
}

Programming Guru

How to write a C++ Program Without any ; semicolon

To write a c++ or C Program without ; (semicolon) , is it can be possible, (Because most of the c++ or c Program syntax ends with ; ), so it seems to be impossible, But it is possible.
Here We write the program without any semicolon(;). compile this it will show no Error.
We have put the curly braces after if statement because after if statement , if it is true it run the next statement. and We put cout statement in If condition to execute it without ; semicolon.
If you have Any queries please comment.


#include<iostream.h>
#include<conio.h>
#include<stdio.h>

void main( )
{

          If(cout<<"I can Do this") 
             {  }


}    //main ends


Friday 27 July 2012

How to add two number in c++ with two variables only

#include<iostream.h>
#include<conio.h>
#include<stdio.h>
 void main()
{
  int a,b;
 cout<<"Enter 1st number.\n";
 cin>>a;
 cout<<"\nEnter Second number\n";
 cin>>b;
 a=a+b;
 cout<<"\nThe sum of two number is \t";
 cout<<a;
 getch();
}

WAP to add two number in c/c++

Addition is an easy and common method you can easily add 2+2=4
3+2=5, but now add 4332232+122332=???, to overcome these problem in programming, or to make addition by the help of a computer program, here I teach you basic of computer programming to add two number.
Basic Logic
If we need  to add two variable (a+b) and display/save this value.
for this we can save the value of addition in another variable c, and then display c
c=a+b
to understand this program you should Know  basic programming , and how to input a number and display it.
 Program
 #include<iostream.h>
#include<conio.h>
#include<stdio.h>

void main ( )             //main starts
{
  int a,b,c;
 cout<<"Input 1st No.\n";
 cin>>a;
 cout<<"\nInput Second No.\n";
 cin>>b;
 c=a+b;                    // addition is performed
 cout<<"\nThe Sum of Two No. is\t";
 cout<<c;
 cout<<"\n\n\n\t\t****Program Ends****";
 getch();                  // to hold the screen
}                            //main ends

Tuesday 24 July 2012

What is Eligibility of CAT 2012?

The Candidate who fulfill below requirement, Provided by CAT 2012 Advertisement on a Newspaper, can apply for CAT 2012.

Eligibility for CAT 2012
The Candidate must hold a Bachelor's Degree, with at least 50% of marks or equivalent CGPA [45% in case of SC/ST candidate and Differently Abled (DA) It may be also referred as Person with Disability(PWD) categories], awarded by any of Universities incorporated by an act of Central or State legislature in India or other educational institute established by an act of Parliament or declared to be deemed as a university under section 3 of UGC Act, 1956, or possess an equivalent qualification recognized by Ministry of HRD, Government of India. The percentage of marks obtain by the candidate in the bachelor's degree would be calculates based on the practice followed by the University/Institution from where the candidates has obtained the degree. in case the candidates are awarded grades/CGPA instead of marks, the conversion of grades/CGPA to percentages of marks would be based on the procedure certified by the University/Institute from where they obtained the bachelor's degree. In case the  University/Institute does not have any scheme for converting CGPA into equivalent marks, the equivalence would be established by divided the candidates CGPA by the maximum possible CGPA and multiplying the result  with 100. Candidates appearing for the final year of bachelor's degree/equivalent qualification examination and those who have completed degree requirements and are awaiting results can also apply. If selected, such candidates will be allowed to join the programme provisionally, only if he/she submits a certificates latest by June 30, 2013 from the principal/Registrar of he/she college/institutes (issued on or before June 30, 2013) stating that the candidate has completes all the requirements for obtaining the bachelor's degree/equivalents qualification on the dates of the issue of the certificates. IIMs may verify eligibility at various stages of the selection process, the details of which are provided at the website www.catiim.in. Applicants should note that the mere fulfillment of minimum eligibility criteria will not ensure consideration for shortlisting by IIMs. 


Prospective candidates must maintain a valid and unique email account and a phone number throughout the selection process.


For Further Detail read our main CAT 2012 Post 

Reservation in CAT 2012

What is Eligibility for CAT 2012?
As per given by CAT2012 advertisement,
Eligibility for CAT 2012
As per the Government of India requirements, 15% off the seats are reserved for Scheduled Cast (SC) and 7.5% for Scheduled Tribe (ST) candidate. 27% of seats are reserved of Other Backward Classes (OBC)
candidate belonging to the "Non-Creamy" layer (NC-OBC).
For an updated Central List of State wise OBCs eligible for availing the benefit of reservation and  information in respect of the Creamy Layer visit the website www.ncbc.nic.in. In case of NC-OBC category, the castes included in central list available at www.ncbc.nic.in/centrallistifobc.html of NC-OBc by the National  Commission of Backward Classes, Government of India as on September19, 2012 (last date of registration) will be used any subsequent changes will not be effective for CAT 2012 


For Further Detail read our main CAT 2012 Post

Monday 23 July 2012

When will CAT 2012 Form available?

Preparing for CAT 2012 ?
CAT 2012 forms are available from 30 July 2012 at Axis Bank Branch and there associated outlets.
Last date for Purchasing CAT 2012 vouchers is 17 September 2012
For Rs 1600 for general candidate, and Rs 800 for SC/ST candidates.
Visit www.catiim.in for exact location of Axis Bank branch and selected outlets.

IMP: CAT voucher(form) should be bought in the name of candidate as appears in the school leaving certificate. If name has been changed due to events such as marriage, the candidate must produce relevant document such as marriage certificate etc and submit a photocopy at the time test, interview and at the time joining of program. SC/ST candidate must show their SC/ST certificate at the time of purchasing CAT 2012 form.

BEST OF LUCK

Sunday 22 July 2012

WAP to input a number and display it.

The program code is given below , and its explanation is in "//" (comment section)

#include<iostream.h>         // includes header file
#include<conio.h>
#include<stdio.h>                // input / output library file

void main( )                       //main( ) starts
 {
    int a;                                                                    // declaration of a number
    cout<<"\n\t Input a number";                               //desired output
    cin>>a;                                                                //to input a (variable)
   
    cout<<"\n The number You have Entered is \t";   // display section
    cout<<a;                                                           // displays the value of a
 
   getch( );               //to hold the screen
 }             //main( ) Ends

                // Program Ends

Difference B/w C & C++

C and C++ , both are computer languages used to make program, software, projects codes. etc

the basic difference between c and c++ 
c++ is c with class
C++ is more secure than C
C++  is an advance version of C
C++ programs are saved in .cpp format

New to programming join us and stay updated. 
  

How to write my first c c++ Program?

New to Programming language?
Don't Know how write a c or c++ Program?
This post will teach how to write you own c or c++ Program.

There is not so much difference between c & c++
c++ was initially called as c with classes.
Requirements

  • Almost Every computer Supports  C++ Programming tools
  • C/C++ Program compiler, Eg. Turbo C++ there are various compiler available for free on INTERNET
  • Basic Computer knowledge
Steps to write First computer program 

  • Install any C++ compiler on your computer eg. turbo C++
  • If you installed Turbo c++ open c:\tc\bin\tc.exe , otherwise open your compiler.
  • Type the programming code. (explained Below)
For c ++ program

#include<iostream.h>
#include<stdio.h>
#include<conio.h>

void main()
{
  cout<<"Yeeepeee I made My First c++ Program";
  getch();
}

For c program

#include<stdio.h>
#include<conio.h>

void main()
  {
    printf("Yeepeee I made My First C Program");
  
    getch();
  }

Explanation
"//" is use to comment within  c or c++ program, it dose not effect other coding, it is one line comment

#include<headerfile.h>  // used to include header file. header file is a predefined file.
void function ( )       // is use to declared a function with no return values.

main()   // main is a predefined function in c/c++ programming, use to start main part of program. 
              compiler after checking to header files, search main, and runs the main

{                          //  opening braces is used to start a function,

 cout<<"Your comment on output  screen";   // used to print output i.e. displays output on output 
                                                                     screen

getch(); // is used to hold the screen , i.e. when program is run, it complete its process and teminate 
              and output screen is lost , so getch( ) is used to hold that output screen

}  // closing braces is use to close the function (completes function)

  • now save this program in by pressing f2 (function key)  (.cpp format for c++ and default format for c)
  • press Ctrl + f9 to compile or run the program
this will show your output of your first c/ c++ program

Congrats :) :)


If it shows any error contact us. we will try to sort your problem.


Friday 20 July 2012

CET Delhi 2012 Result Delhi Polytechnic Entrance Results 2012

CET Delhi Polytechnic Entrance result is declared on 21 July 2012 at 4pm.
To register for counselling and check your result

on their official website   http://cetdelhi.nic.in

 BEST OF LUCK

Regards
GGSIPU Education

Wednesday 18 July 2012

GGSIPU B.tech 7th SEM Lesson Plan Mobile Computing


LECTURE  PLAN
Mobile Computing
8th Semester


Topics to be covered
No. of Lectures
References


1st term


Introduction to PCS
1.
Introduction to cellular system architecture
1
1
2.
Mobility Management, Registration, call Delivery
2
1
3.
Handoff Management:Detection and Channel Assignment
1
1
4.
Handoff Management:Radio Link Transfer
1
1
5.
Network Signalling, cell splitting, cell sectoring, Co-channel interference
2
4, 5

Introduction to GSM System
6.
GSM Characteristics and service aspects
1
1,2
7.
GSM Architecture
1
1,2
8.
Speech Encoding and Modulation
1
2
9.
Logical Channels and Security aspect
1
1,2
10.
GSM network signaling and Protocol Model
1
1,2
11.
GSM Mobility Management
1
1,2

Introduction to GPRS
12.
GPRS Architecture and interfaces
2
1,2
13.
GPRS Network Nodes
2
1,2


2nd term


Mobile data communication
14.
Wireless LAN IEEE 802.11 Standard
2
2,3
15.
 Mobile IP
1
2,3

Overview of WAP
16.
WAP & its Architecture
1
1,3
17.
WAP Protocol Details
2
1,3

3G Mobile Services
18.
IMT 2000 Vision
1
1,2,3
19.
WCDMA & CDMA 2000
2
1,2,3
20.
Quality and services in 3 G
1
1,2,3
3rd Term
Overview of  WLL
21.
WLL Architecture
1
1
22.
WLL Technologies
1
1
Global Mobile Satellite Systems
23.
Case studies IRIDIUM & Glob Star
2
1,2,3
Wireless Enterprise Networks
24.
Virtual Networks
2
1
25.
Bluetooth Technology
1
1,3
26.
Bluetooth Protocol Stack
2
1,3

 Source : Internet
Edited by http://ipuedu.blogspot.com

Tuesday 17 July 2012

GGSIPU Education

Here we provide help, guidance, to student from various department. This is not an official web page of ip university, this is a student webpage, designed to help student.
We Provide Previous Year papers , Syllabus , Lesson plan, Last rank admitted in GGSIPU university in various colleges (branch wise), Colleges Ranking (each year after 2010), we also help students by providing practical file help, online programming tutorials and of various program of c++, c, opps, Computer Graphics, data structure, and may more, GATE syllabus and GATE previous year papers is also in our webpage,
We also provide support to programming, for Student, (just comment to get support).

Currently We have small group of authors, so to quality of our webpage, we invite all volunteer author to participate, and to help you other friends and Juniors from you content, you can add this mankind job to your RESUME, to become a author here, just mail a valid reason at ggsipueducation@gmail.com , we will send you an author request to that mail address, we will very thankful to you for this kindness.


If anyone have any kind of material like past year papers, lesson plan , syllabus, any important inform, or anything which is helpful to others , please send us, we will surely find a space for it.
just mail to us ggsipueducation@gmail.com


Regards
GGSIPU Education
Contact info
mail to : ggsipueducation@gmail.com

GGSIPU Schedule Of First Counselling is extended for DGEN

On 16 july GGSIPU Declared that Schedule of 1st phase and 2nd phase of 1st counselling for document verification and seat allotment respectively is extended upto 11000 rank for DGEN on basic of Seat availability on 19 july 2012, as declared on official website www.ipu.ac.in.  the detailed date wise extended list is Given Below :-

As per Displayed on official website of ggsipu



Monday 16 July 2012

GGSIPU B.Tech Previous Year Paper 5th SEMESTER


 5th SEM
                                   First term
Important: Dear reader If you have any previous year paper in any format, please sent us a mail to ggsipueducation@gmail.com to update, so that your other friends will get benefits.We will very thankful to you for this kindness.
regards

GGSIPU B.Tech Previous Year Paper 3rd SEMESTER



  3rd SEM
          Second Term

Important: Dear reader If you have any previous year paper in any format, please sent us a mail to ggsipueducation@gmail.com to update, so that your other friends will get benefits.We will very thankful to you for this kindness.
regards

GGSIPU Previous Year Paper B.tech 4th SEM


4th SEM
Important: Dear reader If you have any previous year paper in any format, please sent us a mail to ggsipueducation@gmail.com to update, so that your other friends will get benefits.We will very thankful to you for this kindness.
regards

Sunday 15 July 2012

GGSIPU 3rd sem 2nd term Previous year paper Software Engineering 2011


GGSIPU 5th sem 1st term Previous year paper Organizational Behaviour 2011


GGSIPU 5th sem 1st term Previous year paper Organizational Behaviour 2010


GGSIPU 5th sem 1st term Previous year paper Digital Communication-I


GGSIPU 5th sem 1st term Previous year paper JAVA Programming and Website Design 2011


GGSIPU 5th sem 1st term Previous year paper Digital Communication I


GGSIPU 5th sem 1st term Previous year paper Digital Communication I(reappear)


GGSIPU 5th sem 1st tem Previous year paper Digital Circuit & System-II


GGSIPU 5th sem 1st tem Previous year paper Digital Ckt & System-II 2010


GGSIPU 5th sem 1st term Previous year paper DBMS 2011


GGSIPU 5th sem 1st term Previous year paper DBMS 2010


GGSIPU 5th sem 1st term Previous Year Paper DBMS 2007


GGSIPU B.tech 5th sem 1st term Previous year Paper Computer Architecture 2010

GGSIPU B.tech 5th sem First term Examination Previous year Paper Computer Architecture 2010
Click image to make it large.



GGSIPU Previous Year 5th sem 1st term Paper Computer Architecture 2011

GGSIPU B.tech 5th semester Computer architecture First term Examination 2011
Click the Image to make it larger




GGSIPU B.tech 5th sem 1st Term Previous year Paper DCS-II


                                           First term Examination
                                                  V Semester[B.Tech]
 
Paper code ETEC-301                                                                  Time :90 min
Subject :DCS-I1                                                                               Max Marks 30
Note: Attempt Q1 and any two more.
Ql .a) What is difference between dataflow and behavioral modeling. 2
     b) What is basic difference between Melay and Moore machine? 2
   C) Ilistinguish Constants, Variablc and Signals. 2
     d) Write VFIDL code for 4: 1 Mus using structural modeling. 3
     c) Writc the diff'crcncc between ASM chart and I:lo\v chart. 1
Q2.a) LVhat are signal drivers'? What is effect oftranspol-t delay and 5
         Internal delay on the signal drivers?
    b) Write VHDL code for traffic -Light operation which contains input as 3
       Sensors and clock. Outputs are red, green and yellow light.
.   c) Explain the significance of process in VHDL. 2
Q3.a) Design a binary multiplier and write VHDL code for the binary 6
          Multiplier circuit.
      b) Explain the following 4
         i) Component instantiation
         ii)Component declaration
         iii)Signal assignment statement
         iv)Package declaration
Q4.a) Write VHDL code for 4-bit ~ r i t h ~ n e iliocg ical unit (ALU). 5
     b) Draw the state diagram and ASM chart for the synchronous 5.
Circuit having following description:- ,
i) The ciriuit has c o n t r~iln put C, clock and outputs a,b,c.
ii) If C=l, oti every positive edge of ihe 'clock the output changes in the sequence:
000- 00 1; 0 1 1 - 1 1 1 - 000 and ;epeats.
iii) If C=O: the circuit holds in the present state i.e. in the same state.
This Blog is not managed by anyone, If you are interested then Contact me avinashkgec@gmail.com

Related Post