Pages

Thursday, November 20, 2014

PEC ADMISSION/REGISTRATION FORMS OF 5TH & 8TH GRADE

PEC 5TH CLASS ADMISSION FORMS 2015

Note: Two forms (form-A and form-b) are required for candidates of Govt.(public) and Private Schools, while only 1 form is required for private student. 

 

  • PEC ADMISSION/REGISTRATION FORMS OF 5TH  GRADE (PUBLIC SCHOOL) MALE
                                                        Download Form-A        Download Form-B
  • PEC ADMISSION/REGISTRATION FORMS OF 5TH  GRADE (PUBLIC SCHOOL) FEMALE
                                                         Download Form-A        Download Form-B
  • PEC ADMISSION/REGISTRATION FORMS OF 5TH  GRADE (PRIVATE SCHOOL) MALE 
                                                        Download Form-A        Download Form-B
  • PEC ADMISSION/REGISTRATION FORMS OF 5TH  GRADE (PRIVATE SCHOOL) FEMALE
                                                       Download Form-A        Download Form-B
  • PEC ADMISSION/REGISTRATION FORMS OF 5TH  GRADE FOR PRIVATE CANDIDATE MALE & Female
                                                           Download Form

    PEC 8TH CLASS ADMISSION FORMS 2015

    • PEC ADMISSION/REGISTRATION FORMS OF 8TH  GRADE (PUBLIC SCHOOL) MALE
                                                            Download Form-A        Download Form-B
    • PEC ADMISSION/REGISTRATION FORMS OF 8TH  GRADE (PUBLIC SCHOOL) FEMALE
                                                             Download Form-A        Download Form-B
    • PEC ADMISSION/REGISTRATION FORMS OF 8TH  GRADE (PRIVATE SCHOOL) MALE 
                                                            Download Form-A        Download Form-B
    • PEC ADMISSION/REGISTRATION FORMS OF 8TH  GRADE (PRIVATE SCHOOL) FEMALE
                                                           Download Form-A        Download Form-B
    • PEC ADMISSION/REGISTRATION FORMS OF 8TH  GRADE FOR PRIVATE CANDIDATE MALE & Female
                                                               Download Form

    Wednesday, November 19, 2014

    Download Free Dev C

    DOWNLOAD FREE DEV C PLUS PLUS.

    Dev C is one of the popular environment for the development and programming regarding c and c plus plus language. Dev C provides windows based interface and IDE etc for the programmer of c language. Dev C has a very attractive and user friendly interface. Here are couple of download links for dev c.
    Download dev c plus plus

    Tuesday, November 11, 2014

    Monday, September 8, 2014

    Q. Write brief note on the following a.Visual Basic b.LISP c.C/C++(Chapter 1)

    Q. Write brief note on the following
    a.Visual Basic   b.LISP   c.C/C++

    Ans.

    What is a compiler and interpreter?(Chapter 1)

    Q. What is a compiler and interpreter?
    Ans:
    The difference between a compiler and interpreter is as follows:-



    Compiler
    Interpreter
    It converts the whole programme(source code) into machine code at once.
    It converts the whole programe(souce code) into machine code one line at a time
    It creates an object file
    It does not create any object file
    It converts the source code into machine code that can be executed or run many times as you need.
    It needs to convert the source code into machine code every time you need to run the program.
    Its converted programs run faster
    Its converted programs run slower
    It indicates the errors after the whole program is converted into machine code
    It indicates the error on every line it converts in machine code. It stop until you remove the error in that particular line.
     

    C++ Part 10 type casting C+