C-09-CM-401
474
BOARD DIPLOMA EXAMINATION, (C-05)
OCTOBER/NOVEMBER-2011
DEEE IV SEMESTER EXAMINATION
INFORMATION TECHNOLOGY & C LANGUAGE
Time : 3 Hours] [Total Marks: 80
PART-A 3*10=30
Instructions: (1) Answer all questions and each question caries three marks. (2) Answers should be brief and straight to t the point and shall not exceed five simple sentences.
1. How to protect a word document?
2. Define the following terms: (a) database (b) table (c) record (d) field
3. What is a keyword? List any four keywords.
4. What are the important features of C language?
5. Write a c program to find whether the given year is leap or not.
6. Write any four differences between for and do-while loop.
7. What is the difference between a simple variable and array?
8. Write the differences between address operator and dereferencing operator.
9. Define Union. Explain with an example.
10. Write a c program to find maximum of three numbers using functions.
PART-B 10*5=50
Instructions: (1) Answer any five questions and each question caries ten marks. (2) The Answers should be comprehensive and criteria for valuation is the Content but not the length of the answer.
11. (a) explain the mail merge feature in word processing package. (b) what is a formula and write the steps to enter and edit the formula in excel worksheet?
12. (a) list the different views in ms power point. (b) create a table using design view in ms-access.
13. Explain the structure of c program.
14. (a) explain the switch statement in c with an example. (b) write a program to check whether the given number is polidrome or not.
15. (a) write a c program to print the following output.
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
(b) write a c program to print fibonnacci series using recursion.
16. (a) writ ea c program to find the sum of two matrices. (b) explain the following string functions. (i) strlen() (ii)stremp() (iii)strupr()
17. Write a program in c to sort 10 numbers using bubble sort.
18. (a) what is a structure ? explain briefly with an example. (b) what are the various storage classes in c ? explain.
1231