FCP

B.voc  Sem II -2015
Software Development 


Sub: Fundamentals of Computer Programming           

Practical List  (Also write alogrithm and flowchart for following) 

  1. wap that print your name,address,phone no ,email.

  2. wap that print any five integer value.
  3. wap that get input from user and store into variable.wap that show swapping.
  4. wap that take 5 values from user and find average.
  5. wap that find entered number is even or odd.
  6. C program to check whether input alphabet is a vowel or not.
  7. wap to find simple interest.
  8. wap to convert temperature from degree to fahrenheit.
  9. wap to calculate sum of 5 subjects and find percentage.
  10. wap to find greatest in 2 number
  11. wap to find greatest in 3 numbers.
  12. wap to find entered year is leap year or not. 
  13.  wap to find area of circle ,rectangle and square.  
  14. wap to find gross calculate gross salary of person.( da = (10 * basic) / 100; ta = (12 * basic) / 100;)   
  15. WAP to find factorial number.
  16. wap to display day of week using switch case.
  17. write a program in c to check whether the given num is Positive or negative using switch case without conditional operator
  18. Write a program to read the values of x, y and z and print the results of the following expressions in one line.
    1. (x+y+z) / (x-y-z)
    2. (x+y+z) / 3
    3. (x+y) * (x-y) * (y-z)

Write Algorithm & Draw Flow-Chart
  1. Finding the sum of any two numbers.and check the condition that sum is 20. 
  2. Determining the remainder of a division operation where the dividend and divisor are both integers and check that reminder is not zero. 
  3. Construct the algorithm for interchanging the numeric values of two variables
  4. Calculating simple interest if principal amount is 10000. (formula SI = (P *T*R)/100, where p denotes the principal amount  , T  Time, and R rate of interest.)
  5. Compare Two numbers and print either the message identify the greater number or the message stating that both number are same.
  6. To check whether a given by the users is odd or even.
  7. Print the largest number among three numbers. 


Assignment 1
  • Explain the concept of computer programming.
  • Define the term "Software" and give introduction of computer software.
  • Give detail description on types of computer software.
  • Explain the Development steps of basic software (SDLC)
  • Write a short note on : Problem solving process.
  
Last Date Of Submission : 03/06/2015


No comments:

Post a Comment