Question List for Practice of class 9T unit wise
Unit 1 ( Principles of Programming)
- Explain Program and programmer.
- Explain language translator or language processor. Explain its types also
- Difference between compiler and interpreter.
- Explain flowchart and algorithms
- Define programming language .explain the types of programming language.
- Define Algorithms and rules for writing algorithms.
- Explain flowchart. list the flowchart symbols along with its use.
- List the characteristics of good program.
- Make Algorithms and flowchart for simple interest where principle ,rate,time are entered by user.
- Algorithms and flowchart to check if a user input is even or odd
- Algorithms and flowchart to check if a number entered is divisible by 10 and 30 or not.
- Algorithms and flowchart to display the largest among three numbers.
- Algorithms and flowchart to display the smallest among three numbers
- Algorithms and flowchart to check if a person is elligible to vote or not
Unit 2 ( Fundamentals of C)
- Define C and writes down its features ,advantages and disadvantages
- Explain Pre-processors Directives.
- Explain C Tokens and KEywords.
- Explain Variables and rules for writing Variables.
- Explains Data types
- Explains Operators in details.
- Explains Comments and its types
- Defines header files in C. writes its examples.
Unit 3 (Control Flow Statements)
- Write difference between while loop and do-while loop
- Define Switch case along with the syntax
- Define For loop, while loop .do-while loop with examples
- Explain Break, Continue statements.
- Define Control statements in C .Explains their types in brief
- Explains looping and their types in details
- Explain Conditional statements or decision making statements.
Unit 4 (Function)
- Explain functions and its declaration with its advantages.
- What are the types of function Explain it.
- Difference between library and user-defined function
- What is the use of void statements in function
- write difference between function definition and function prototypes.
- Define user-defined function. list the categories of a user defined function
- Define call by value and call by reference with examples.
- What is recursive function with it examples.
Unit 5 (Array And Strings)
- Explain Array and its declaration with its features.
- What are the types of array ,explain it
- What is strings. how is string declared and initialized? explain with syntax and examples.