0% found this document useful (0 votes)
77 views

Computer Question Paper

This document contains a 9 question computer exam for class 9 students. It covers topics like variables, operators, strings, lists, functions in Python, formulas and formatting in Calc, and mail merge and slide transitions in Writer. Students are asked to fill in blanks, name concepts, write code snippets and formulas, define terms, and solve application based questions related to programming and office applications. Scoring is based on multiple choice, fill in the blank, writing code/formulas, and short answers. The exam tests students' understanding of key concepts and ability to apply their knowledge to solve problems.

Uploaded by

Vansh Malhotra
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)
77 views

Computer Question Paper

This document contains a 9 question computer exam for class 9 students. It covers topics like variables, operators, strings, lists, functions in Python, formulas and formatting in Calc, and mail merge and slide transitions in Writer. Students are asked to fill in blanks, name concepts, write code snippets and formulas, define terms, and solve application based questions related to programming and office applications. Scoring is based on multiple choice, fill in the blank, writing code/formulas, and short answers. The exam tests students' understanding of key concepts and ability to apply their knowledge to solve problems.

Uploaded by

Vansh Malhotra
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

MODERN VIDYA NIKETAN

Annual Examination (2nd Term)– 2020-21


Subject – Computer
Class-IX
Time: 1½ Hrs M.M. - 50

Q1. Fill in the blanks: (1×10 = 10)


(a) ________________ are named memory locations used to store data.
(b) A _________________ data type is used to store floating point numbers.
(c) A calc worksheet has _______________ rows & _______________ columns.
(d) _______________ chart are used to show trends over a period of time.
(e) ______________________ are used to adjust timings of the slide show.
(f) To rearrange the slides in a presentation __________________ view can be used.
(g) The orientation of a page in writer can be changed to landscape & portrait. This
option is available under _____________ page.
(h) To track changes in a document, select ______________ changes ______________.
Q2. Name the following: (1×5 = 5)
(a) Developer of Python language. _____________________
(b) The language in which mneumonics are used. _____________________
(c) The view in a presentation which gives you area to _____________________
add some notes related to your slide.
(d) The toolbar on which fontwork gallery tools is present. _____________________
(e) The feature of breaking up the cells in a table into _____________________
to or more than two parts.
Q3. Write the shortcuts to perform the following tasks: (0.5×6 = 3)
(a) To add table in writer
(b) Using thesaurus in writer
(c) Slide show of a presentation
(d) To edit a formula in calc
(e) To 'save as' a document in writer for the first time
(f) To run a Python program in scripting mode.
Q4. Identify following variables as valid/invalid: (1×2 = 2)
(a) ab$123
(b) ab_cd
Q5. Define: (1×5 = 5)
(a) Mail merge
(b) Absolute Refrencing in calc
(c) Index operator in Python
(d) Slide Transition
(e) If function in calc
Q6. Write the output of following statements: (1×5 = 5)
(a) print ("I am \ n learning \ t Python")
(b) # print ("Hello")
(c) print ((10 × 90) / (9 10) + 2)
(d) print (5 % 2)
(e) s = "Information"
print (s [5 : ])
Q7. Programs in Python:
(a) WAP to display the square of number 19. Use comments in the program. (2)

(b) WAP to calculate the basic arithmetic operations of addition, subtraction,


multiplication & division on numbers 29 and 4. Display the output on different
lines with proper message. (3)

(c) WAP to assign a string "Faridabad city" to a variable str1. Display substring "bad"
from it. (3)
(d) WAP to assign your first name and last name in two different variables.
Concatenate both the strings & display it. (2)
Q8. Application based questions:

(a) Shruti is trying to write a program with multiple lines of codes in Python. Which
mode she should use? Also tell the extension used to save a program in this
language. (1)

(b) Raghav wants to create a nested list. Tell the feature he would used in OOo
writer & also tell the menu in which this option is present. (1)
(c) Samiksha wants to write "Information" and "Technology" on two different lines
using a single print statement in Python.
Which non printable character will she use. Also help her to write correct print
statement. (2)
(d) Rohan wants to write a formula as = A2 + B2 in cell C2 in calc.
Further he wants that the formula should not change when he copies it to
consecutive cells vertically. Write the correct formula for him. (1)
Q9. Answer the following based on the worksheet given. (1×5 = 5)

(a) Name the active cell.


(b) Write the formula to get the output in cell G5.
(c) What would be the formula for C11 to find highest marks in English.
(d) What would be the formula for C12 to find average marks in English.
(e) Name the refrencing which is used in G5 so that the formula changes on copying
down the cells.

You might also like