B.voc Sem II -2015
Software Development
Sub: Fundamentals of Computer Programming
Practical List (Also write alogrithm and flowchart for following)
wap that print your name,address,phone no ,email.
- wap that print any five integer value.
- wap that get input from user and store into variable.wap that show swapping.
- wap that take 5 values from user and find average.
- wap that find entered number is even or odd.
- C program to check whether input alphabet is a vowel or not.
- wap to find simple interest.
- wap to convert temperature from degree to fahrenheit.
- wap to calculate sum of 5 subjects and find percentage.
- wap to find greatest in 2 number
- wap to find greatest in 3 numbers.
- wap to find entered year is leap year or not.
- wap to find area of circle ,rectangle and square.
- wap to find gross calculate gross salary of person.( da = (10 * basic) / 100; ta = (12 * basic) / 100;)
- WAP to find factorial number.
- wap to display day of week using switch case.
- write a program in c to check whether the given num is Positive or negative using switch case without conditional operator
- Write a program to read the values of x, y and z and print the results of the following expressions in one line.
- (x+y+z) / (x-y-z)
- (x+y+z) / 3
- (x+y) * (x-y) * (y-z)
Write Algorithm & Draw Flow-Chart
- Finding the sum of any two numbers.and check the condition that sum is 20.
- Determining the remainder of a division operation where the dividend and divisor are both integers and check that reminder is not zero.
- Construct the algorithm for interchanging the numeric values of two variables
- 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.)
- Compare Two numbers and print either the message identify the greater number or the message stating that both number are same.
- To check whether a given by the users is odd or even.
- 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