You are on page 1of 2

Triveni Barah Secondary School Ichchhakamana-5, Mugling, Triveni Barah Secondary School Ichchhakamana-5, Mugling,

Second Term Exam-2075 Second Term Exam-2075


Class- IX Time: 1 hr 15 minutes. F.M=40 Class- IX Time: 1 hr 15 minutes. F.M=40
Subject: C programming P.M=16 Subject: C programming P.M=16
Group ‘A’ [10*1=10] Group ‘A’ [10*1=10]
Attempt any ten questions Attempt any ten questions
1. List the basic data types of C language 1. List the basic data types of C language
2. What are C keywords? Give examples. 2. What are C keywords? Give examples.
3. What do you mean by looping? 3. What do you mean by looping?
4. What do you mean by decision making statement? 4. What do you mean by decision making statement?
5. What are operators? 5. What are operators?
6. Define Algorithm. 6. Define Algorithm.
7. Define programming language. 7. Define programming language.
8. Define Flowchart. 8. Define Flowchart.
9. Define recursive function. 9. Define recursive function.
10. What is function? 10. What is function?
11. Write different types of repetitive loop? 11. Write different types of repetitive loop?
12. Write different types of decision making loop? 12. Write different types of decision making loop?
Group ‘B’ [5*2=10] Group ‘B’ [5*2=10]
Attempt any five questions Attempt any five questions
13. Explain function passing arguments and returning no value. 13. Explain function passing arguments and returning no value.
14. Explain switch-case statement. 14. Explain switch-case statement.
15. Write basic structure of C- Programming. 15. Write basic structure of C- Programming.
16. What is machine-level language? 16. What is machine-level language?
17. Differentiate between compiler and interpreter. 17. Differentiate between compiler and interpreter.
18. Differentiate between while and do-while loop. 18. Differentiate between while and do-while loop.
Group ‘C’ [5x4 = 20] Group ‘C’ [5x4 = 20]
Attempt any five questions Attempt any five questions
19. WAP to calculate factorial by using recursive function. 19. WAP to calculate factorial by using recursive function.
20. Write a function that takes an integer number of any digits and 20. Write a function that takes an integer number of any digits and
return the number reversed. return the number reversed.
21. Write a program to find the terms in given series till the value of the 21. Write a program to find the terms in given series till the value of the
term is less than 1000. term is less than 1000.
𝟏𝟐 +𝟐𝟐 𝟐𝟐 +𝟑𝟐 𝟑𝟐 +𝟒𝟐 𝟏𝟐 +𝟐𝟐 𝟐𝟐 +𝟑𝟐 𝟑𝟐 +𝟒𝟐
, , ,………. , , ,……….
𝟑 𝟒 𝟓 𝟑 𝟒 𝟓
22. Write an algorithm and a flowchart that checks whether the 22. Write an algorithm and a flowchart that checks whether the
number entered by user is exactly divisible by 5 but not by 11. number entered by user is exactly divisible by 5 but not by 11.
23. What is function? Explain different ways of using function. 23. What is function? Explain different ways of using function.
24. Explain break statement with example. 24. Explain break statement with example.

You might also like