FUNDAMENTALS OF COMPUTER PROGRAMMING (FOCP) - IMPORTANT QUESTIONS

  • 27May
  • 2012
  • 0
    7.8k
    Anna university
    FUNDAMENTALS OF COMPUTER PROGRAMMING (FOCP)

    Semester : 1sem
    Year : 1st Yr

    PART – B
    I sem
    IMPORTANT QUESTIONS FOR FOC

    UNIT-I

    1.Basic Organization of computer
    2.Evolution of computers
    3.Classifications of computer
    4.Computer Generations
    5.Number Systems

    UNIT-II

    1.Software Development Steps
    2.Types of software
    3.Internet Terminology
    4.Getting Connected to internet
    5.Evolution of internet

    UNIT-III

    1.Program Development cycle & waterfall model
    2.Algorithm, flowchart and pseudocode
    3.Program Control Structure
    4.Word and Excel Packages

    UNIT-IV

    1.Input and Output Operators
    2.Data types
    3.Operators
    4.Decision
    5.Branching and Looping (Entry control loop means WHILE LOOP ,Exit control loop means DOWHILE LOOP)
    6.Structure of C program & storage classes

    UNIT-V

    1.Handling character string
    2.Function Prototype
    3.Call by Value and Call by reference
    4.Preprocessor
    5.Array
    6.Structure and Union
    7.Pointers
    8.Recursion