0% found this document useful (0 votes)
46 views3 pages

Class9 CS PA4 Sample QP 2024-25

Class 9 CS Sample Question Paper.

Uploaded by

mithu_fac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views3 pages

Class9 CS PA4 Sample QP 2024-25

Class 9 CS Sample Question Paper.

Uploaded by

mithu_fac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

DELHI PUBLIC SCHOOL, DURGAPUR

SAMPLE PAPER- PA-4 (2024-25)


CLASS- IX
Time: 2 Hours SUBJECT-Computer Science Maximum Marks: 50
General Instructions:
• This question paper consists of 4 no. of pages and 25 questions.
• All questions are compulsory. Marks are indicated against each question.
• This question paper is divided into 4 sections.
• Section I has 10 questions of 1 Mark each.
• Section II has 7 questions of 2 Marks each.
• Section III has 6 questions of 3 Marks each.
• Section IV has 2 questions of 4 Marks each.
Question Marks
All questions are compulsory.
No. Allocated
Section-I
1. You can check the spelling mistakes by the _________ option. 1
a) SpellCheck b) Spelling & Grammar c) Grammar and Auto
SpellCheck d) None of the above.
2. A ___________ is a presentation page in a presentation. 1
a) Page b) Slide c) E-Slide d) None of the above
3. Chatbots use ________________ domain of AI. 1
a) CV b) NLP c) Data Science d) Voice Processing
4. What are the keyboard shortcut keys to edit formula in a cell? 1
a) F2 b) F4 c) Ctrl+= d) Shift++
5. What is the output of the following code snippet? 1
int i = 0;
while (i < 3) {
System.out.print(i + " ");
i++;
}

a) 0 1 2 b) 1 2 3 c) 0 1 2 3 d)Infinite loop
6. What is an exception in Java? 1
a) An error that occurs during runtime
b) An error that occurs during compilation
c) A warning issued by the compiler
d) A type of loop
7. Which mechanism allows one class to inherit the properties of another 1
class?
a) Function b) Function Overloading c) Inheritance d)
Exception Handling
8. Which method is used to stop an applet? 1
a) init() b) start() c) destroy() d) stop()
9. Which one of the following methods is used to set the text colour to 1
red?
a) Font demo = new Font("Algerian",Font.BOLD,20);
g.setFont(demo);
b) setForeground (Color.red);
c) g.fillRect(130,300,160,100);

(CL-IX/Sample Paper/PA-4-2024-25/CS/Page 1 of 3)
d) g.drawRect(130,150,160,100);
10. Which of the following is incorrect about Narrow AI? 1
a) Narrow AI refers to computer programs that are specifically
designed to do a single task.
b) Narrow AI can deliver efficiency through smart automation and
integration.
c) Narrow AI employs supervised and labelled learning methods.
d) Narrow AI is capable of doing any intellectual work that a human being
can do.
Section-II
11. i. Which category in Scratch contains blocks related movement? 2
ii. What is the event that occurs when the green flag is clicked in
Scratch?
12. What is the best way to show trends over time for a large number of 2
categories?
13. Anil is working in a company and he has to invite all his 2
colleagues(approximately 100) on his marriage anniversary. He
wants to write a personalized letter to all. Which feature of MS-Word
will help him to create all the letters quickly.
14. i. In MS PowerPoint presentations, the designs regulate the 2
layout and formatting for the slide. These are commonly
known as________.
ii. Which is the page setup orientation by default of the slides
in PowerPoint?
15. How worksheet is different from the workbook? 2
16. Predict the output of the given code snippet:- 2
int i = 0;
for(i = 0 ; i < 5; i++){
}
System.out.println(i);
17. How many times loop will execute in the given code snippet:- 2
public class GFG {

public static void main(String[] args) {

int c = 11;

// Using do-while loop


do {
System.out.println("Hello " + c);
c++;
} while (c <= 5);
}
}
Section-III

(CL-IX/Sample Paper/PA-4-2024-25/CS/Page 2 of 3)
18. How will you write the formula for the following? - Multiply the 3
value in cell A1 by 10, add the result by 5, and divide it by 2.
19. a. Which of the following command will prevent your sprite to 3
move off the stage ?
i. go to x .......... y ..........
ii. set x to ..........
iii. If On edge, bounce
iv. change x by ..........

b. The location of the sprite on the stage can be controlled via


i. the paint editor
ii. control block
iii. the "x" and "y" coordinates
iv. looks block

c. Write script using scratch, If we want our sprite to move to


the centre of the stage when it touches the edge of stage.

20. What is difference between formula and function in MS-Excel? 3


Explain with an example.
21. If you were to use the fill handle to copy a formula in cell C4 that 3
was A4-B4, where would you expect to find the difference of A54-
B54? Identify type of cell reference used in this case.
22. You have created a worksheet for maintaining the following details of 3
students – name, marks and date of birth. By mistake, you entered the
details of one student twice. You need to now remove the duplicate
row for that student. You also need to format the marks column to
show the marks for 2 decimal places and the date of birth column in a
specific format. How will you achieve this task?
23. Write a program in Java to accept a number from the user. The program 3
should use the while loop to print the numbers in descending order
starting from the entered number up to 1.
Section-IV
24. i. Statement A: The Center option is available in both the 4
Horizontal and Vertical alignment drop-down lists of the Format
Cells dialog box.
Statement B: The Thick Box Border is located in the Font group
of the Home tab.
Statement C: The Insert Sheet Rows option is available in the
Home tab.

Are all the preceding statements, correct?

ii. Which one of the following File menu options is used to save an
existing MS Excel file at a new location?
(a) New (b) Save & Send (c) Save As (d) Save
25. Write a program in Java that accepts numbers from the user. The 4
program should display the multiples of 3 up to the number specified
by the user using the for loop.
***************************************************

(CL-IX/Sample Paper/PA-4-2024-25/CS/Page 3 of 3)

You might also like