06/03/2025
10th Computer Science Guess Paper 2025
SHORT QUESTIONS
Ch # 1:
Q3, Q4 (1, 3, 4, 6, 9)Important Definitions: Text Editor, Syntax, Syntax Error.
Ch # 2:
Q3, Q4 (1, 2, 8, 9, 10), Q5, Q6.Activities #: 2.9 – 2.12
Ch # 3:
Q2, Q3 (1 - 4), Q4, Q5
Ch # 4:
Q2, Q3 (1, 2, 4), Q4, Q5 Important Definitions: Loop (Def., Syntax), Array (Def., Initialization, Declaration), Loops & Arrays.
Ch # 5:
Q2, Q3 (1 - 5), Q4, Q5.Important Definitions: Return Type, Function Signature Arguments.
LONG QUESTIONS
Ch # 1:
Programing Environment, Compiler, Purpose and Syntax of comments in C, Structure of a C program, Contents & Variables (Complete).
Ch # 2: printf ( ), scanf ( ), Escape Sequences, Operators (Complete).
Ch # 3: Use of If and if-else (Only Programs)
Important Programs as Long Question:
Write a Program In C language:
1. That takes two numbers and find maximum number.
2. That takes two numbers and find smallest number.
3. That takes the percentage/marks of student as an input and display "PASS" if the percentage is above 50.
4. Takes number and decide whether it is positive or negative.
5. Takes year as input and display "Leap year" if the input year is leap year. Leap year are divisible by 4.
6. That takes a number and find whether it is even or odd using simple if-else statement.
Note: 8 MCQs From Exercises and 2 MCQs In Side The Chapter. Also Some Question based on Application / Analytical /Conceptual will be as Find Errors or Output of Given C code from Example and Exercise.