Saturday, August 20, 2011

Programming Practices and Techniques

   
Web Publishing and Implemetation  
 
PPT: Chapter-1

   1. What is computer program?
  2. What are the five activities of Programming  
          process/problem solving process? Show diagram
  3. What is algorithm? Explain with an example
  4.     What is flow chart? Explain
  5.  Write any five flow charting guidelines
  6.  Write any five names and purposes of programming      
            language
7.  What are compiler, interpreter and assembler?
 8. Write the difference between compiler and interpreter
 9.  Write algorithm and flowchart of the following problem
a)  Find the largest and smallest number from the list of 
         numbers.
b)  Count the total even numbers and odd numbers from   
          the list of numbers
c)   A file containing the records of product ID and product    price is given. Calculate the MRP values of the product after adding 1.5% VAT with the product price.
  d)  Find the largest number of A,B, and C.
  e) Calculate the Summation from 1 to 100,
 f) Find those numbers from 50 to 100 which are divisible by

No comments:

Post a Comment