Friday, November 19, 2010

FOC unit III,IV& V :question bank-partB

                                                             Unit III
1. Describe briefly about Flowchart and its types. (16)
2. (a)Describe briefly about the advantages of Flowcharts. (8)
    (b)Describe Pseudo code with its Advantages and Disadvantages. (8)
3.a)Describe the features of word processor package in detail.(8).
   b)Describe the main feature of graphic packages(8)

4.a)What is spreadsheet packages? draw a sample spread sheet for any application.(8)
   b)What is a graphic software? Describe the key features supported by modern graphics packages.(8)

5.What are the various guidelines to be followed while drawing a flowchart? Discuss the advantage and
     limitation of flow charting.(16)
6.Write the algorithm, draw the flowchart, and write the pseudocode for the following.To find the area of a rectangle
    1. To find the area of a circle
    2. To find the circumference of a circle
    3. To find the centigrade value for the corresponding Farenheit value
    4. To find the Farenheit value for the corresponding centigrade value
    5. To find the sum and product of two given values
    6. To find whether the given year is leap year or not
    7. To find the largest of two numbers
    8. To find the largest of three numbers
    9. To find whether the given no is positive or not
    10. To find whether the given no is odd or even
    11. To find the factorial of  a given no
    12. To find the sum of all the digits in a given no
    13. To find whether the given no is Armstrong or not
    14. To find the reverse of a given no
    15. To calculate 1+2+3+……n
    16. To calculate 12+22+32+….+n2




                                                         Unit IV & V

 1. Describe briefly about the Structure of a “C” Program, and explain each section
     Briefly. (16)
 2. (a) Describe briefly about the Decision Making and its Types. (8)
     (b)Describe briefly about the Branching and its types. (8)
 3. Describe briefly about the Looping and its types, with an example program. (16)
 4. Describe about the Switch Statement and its types, with example programs. (16)
 5. Describe briefly about the Arrays and its Types. (16)
 6. Explain in briefly about pointers with example. (16)
 7. Give Comparison between call by value and call by reference with an example Program (16)
 8. (a) Explain in detail about Preprocessor (8)
     (b) Explain in detail about the user define functions. (8)
9.  (a)Differentiate between operator & operand .Describe the various types of operator(8)
     (b)Compare while and do-while with example(8)
10.(a)What are the various operator supported by c with example(8)
     (b)Describe the features of primary datatypes and user defined data type(8)
11.Write a C program to find the sum of two numbers. 
12. Write a C program to find the average of three float numbers. 
13. Write a C program to swap two numbers using third variable. 
14.  Write a C program to swap two numbers without using temporary variable. 
15.  Write a C program to find the area and circumference of a circle. 
16.  Write a C program to find the biggest of two numbers using ternary operator. 
17.   Write a C program to convert centigrade to Fahrenheit. 
18.   Write a C program to convert Fahrenheit to centigrade. 
19.   Write a C program to calculate the simple interest. 
20.   Write a C program to find the area of a rectangle.
21.   Write a C program to find Fibbonacci series.
22.  Write a  C program to verify given number is palindrome or not
23. Write a C program to compute factorial of a number.

No comments:

Post a Comment