You are on page 1of 8

DELHI PUBLIC SCHOOL CLA SS: V I

Disclaimer: The uploaded Question paper must be treated only as a sample P RE M ID - TE RM [ P T – 1]


particularly for rubrics, as syllabus pertaining to each class and particular
exam may differ for Current session. Please refer to the CDLO for the SUB JE CT: ICT
required syllabus for this session.
Saturday, July 22. 2017

SESSION: 2017-18 MAX. MARKS: 40


333333MARKS:222370 77760
SECTION – A
Give one word/Sentence for the following statements: [2x5=10]
1. a. Name the two types of booting.
b. Which operating system is selected when one user needs to do one thing at a time?

2. a. A tool allows the user to copy the format from one place to another.
b. A function to look up synonym for a particular word.

3. a. An option in which computer shuts down and starts immediately.


b. A software which is an intermediary between the user and the computer .

4. a. You can open Notepad using Run option. Do you agree with the statement?
b. Give any one example of operating system .

5. a. BIOS stands for : ___________________________________


b. GUI stands for : ____________________________________

SECTION – B
Very Short Answer: [1x5=5]
6. What is an Operating System?

7. Explain Drop Cap.

8. Why should we use page numbers in a document?

9. Name any two GUI based Operating System.

10. What is cold boot?


SECTION – C
Short Answer: [2x5=10]
11. Differentiate between Single-user operating system and Multi-user operating system.

12. Explain the two Operating System interface.

13. Why is it important to properly shutdown a computer?


14. Explain Housekeeping?

15. What is the purpose of using ?

SECTION – D
Long Answer: [3x5=15]
16. Explain memory management and file management?
Page 1 of 2
DELHI PUBLIC SCHOOL

17. What is the purpose of tab key? How can you change its default shift?

18. Write all the steps included in the process of booting.

19. What is the purpose of using Footnotes and Endnotes?

20. How can we insert Header and Footer in our document?

Page 2 of 2
DELHI PUBLIC SCHOOL CODE: 6911

Disclaimer: The uploaded Question paper must be treated only as a sample MI D-TERM ASSESSMENT
particularly for rubrics, as syllabus pertaining to each class and particular
SUB JE CT: ICT
exam may differ for Current session. Please refer to the CDLO for the
required syllabus for this session.
Monday. September 11. 2017
NAME OF THE STUDENT: ____________________________________CLASS/SEC.__________

NAME OF THE INVIGILATOR: ________________________________SIGNATURE: ________

SESSION: 2017-18 MAX. MARKS: 60

SECTION – A
I. Very short Answer: [½x12=6]
1. Which operator is used to add text?
2. What is a function?
3. Which function is used to find the lowest number in selected range of cells?
4. What is warm boot?
5. What happens when the width of the column to display the output is less?
6. What happens when you forget to put ‘=’ symbol before the formula?
7. Name any one operating system.
8. What is the result of =“Click” & “Start" in worksheet?
9. What is the use of Thesaurus feature in word processor?
10. Write any one example of GUI?
11. What is the abbreviation of POST?
12. Expand MBR.

SECTION – B
II. Short Answer: [1x20=20]
13. What is margin?
14. What is booting?
15. Name the Orientations available in Word.
16. What is function library?
17. Name some basic functions available in MS-Excel.
18. What is Format Painter?
19. Define End note?
20. What do you understand by the function COUNT( )?
21. What do you understand by the term Mail Merge?
22. What is the file extension of Excel?
23. What happens when you double click any active cell in Excel?
Page 1 of 2
DELHIPUBLIC SCHOOL

24. What is Concatenation?


25. Name the software where an address book can be created?
26. What is an Operating System?
27. How to format the number in spread sheet?
28. How can Mail Merge help you in everyday life?
29. Which function is used to find average of numbers?
30. What is the other name of Address book?
31. What is formula?
32. What do you mean by data source?

SECTION – C
III. Long Answer: [2x8=16]
33. What is Drop Cap feature?
34. What is Multi User Operating System?
35. Define Header and Footer .
36. Write the formula to get the following result:
a) Add the values from cell A2 to D2 and display result in E2.
b) Find the maximum value from the numbers given in a row A from A2 toA5.
37. Why do you use Auto Sum feature?
38. What is the use of TAB key and write the different type of tab keys with the icons.
39. Why do you use Page numbers in a document?
40. What do you mean by Main Document and Merged Document?

SECTION – D
IV. Very Long Answer: [3x6=18]
41. Explain the two Operating System Interface.
42. Explain the importance of shut down and any two options available in shutdown?
43. Write all the steps included in the process of booting.
44. Write the steps on how a merged document is created after the desired document has been
selected.
45. Explain any three functions of Operating System.
46. What happens if the formula or function is typed incorrectly? Give some common errors
displayed in Excel and their possible reasons.
.

Page 2 of 2
DELHI PUBLIC SCHOOL CLA SS: V I
Disclaimer: The uploaded Question paper must be treated only as a sample P OST M ID - TE RM [ P T – 2 ]
particularly for rubrics, as syllabus pertaining to each class and particular
exam may differ for Current session. Please refer to the CDLO for the SUB JE CT: ICT
required syllabus for this session.
Thursday, December 21. 2017

SESSION: 2017-18 MAX. MARKS: 40


333333MARKS:222370 77760
SECTION – A
Very Short Answer: [½x12=6]
1. A. Write the short cut key to execute a QBASIC program.
B. What is the extension of a QBASIC file?
2. A. Write the full form of BASIC.
B Give one example of variable.
3. A. By default, what is the name of the program file in QBASIC?
B. Write any one logical operator.
4. A. Name two types of separators.
B. What will be the maximum characters length for a variable name?
5. A. Name two types of variables.
B. Write the Qbasic command to print “I study in DPS” on the screen.
6. A. Expand CLS.
B. What will be the output of following command?
LET num=20
PRINT num

SECTION – B
Very Short Answer: [1x5=5]
7. What is the use of LET statement?
8. What is a variable?
9. Find the errors in the following program :-
CLS
PINT “Hello”
“PRINT” I welcome you
10. Write the command for the following:
a. To give a comment – THIS IS A TRIAL PROGRAM
b. To assign a string value “DPS” to a string variable SCHOOL.
11. Name any two types of programming statements.

Page 1 of 2
DELHI PUBLIC SCHOOL

SECTION – C
Short Answer: [2x4=8]
12. Write a program in QBASIC to accept a number and print whether it is an even or odd
number.
13. Find the errors in the following code:
CLS
INPUT “ENTER NUMBER, N1
INPUT “ENTER NUMBER, N1”
N1+N2 = N3
PINT “THE SUM IS=”, N3

14. Why do you use relational operators? Give any two examples.
15. What is the importance of the INPUT statement? Give an example.

SECTION – D
Long Answer: [3x5=15]
16. Write the output for the following code:
CLS
INPUT name$
INPUT age
INPUT class
PRINT
PRINT
PRINT “YOUR NAME IS”; name$
PRINT
PRINT “YOU ARE IN”; class; “AND YOU ARE”; age; “YEARS OLD”

[Assume input for name = your name, age= 15, class= 6]

17. What is the use of REM statement? Give an example.


18. Write down all the steps to save a program in QBasic.
19. Accept an age of a voter and if the age is more than 17 then display “Eligible for voting”
else “Not eligible”.
20. Find the output of the following statements:
a) A = 50 b) CLS c) Y$ = “HELLO”
B = 25 M=2 PRINT Y$
C=A+B IF M >= 0 THEN
PRINT C PRINT “POSITIVE”

Page 2 of 2
DELHI PUBLIC SCHOOL CODE: 6222

Disclaimer: The uploaded Question paper must be treated only as a sample ANNUAL EXAMI NATI ON
particularly for rubrics, as syllabus pertaining to each class and particular
SUB JE CT: ICT
exam may differ for Current session. Please refer to the CDLO for the
required syllabus for this session.
Thursday. February 22. 2018

NAME OF THE STUDENT: ____________________________________CLASS/SEC.__________

NAME OF THE INVIGILATOR: ________________________________SIGNATURE: ________

SESSION: 2017-18 MAX. MARKS: 60

SECTION – A
I. Very short Answer: [½x12=6]
1. What is the shortcut key to execute QBasic?
2. Write the function used to find the lowest number in selected range of cells.
3. Write any one limitation of Email.
4. Write the full form of DNS.
5. In which folder the received emails are stored?
6. Name any one type of separator used in QBASIC.
7. Write an example of LET statement.
8. What is Email?
9. Write the full form of Bcc.
10. What is Internet?
11. Give one example of upper level domain name.
12. What is the purpose of Count Function?

SECTION – B
II. Short Answer: [1x20=20]
13. What do you mean by compose in email?
14. What do you understand by Cc in email?
15. Define operator.
16. Define constants.
17. Write any two logical operators.
18. Write two examples of URL.
19. What is the format of an Email address?
20. What happens if you forget to put ‘=’ symbol before the formula?
21. What is the character set in Qbasic?
22. What is Numeric Variable?
23. What is the use of CLS?
24. What is a variable?
25. Write the formula to find the maximum value from the numbers given in row B from B1 to
B6.
26. Write a Qbasic program to display “Hello” message on the screen.

Page 1 of 2
DELHIPUBLIC SCHOOL

27. Give an example of String variable.


28. Write a command for the following statement in QBasic.
To leave a blank line.
29. Write one example of email id.
30. What is Concatenation?
31. What is host name in Email?
32. Write the full form of REM.

SECTION – C
III. Long Answer: [2x8=16]
33. What is Function Library? List the various options available in it.
34. Why do you use Auto Sum Feature?
35. Answer the following:
a) Division by zero error(For example 12/0)
b) What is the meaning of ##### error message?
36. Write the formula to get the following result:
a) Add the values from cell A2 to D2 and display result in E2.
b) Find the Average value from the numbers given in the row A from A2 toA5.
37. What is the importance of Input Statement? Give an example.
38. How email is Environment friendly?
39. Find the error in the following:
INPUT AGE
IF AGE >=18
THEN
PRINT ELIGIBLE TO VOTE
ELSE ;
PRINT “NOT ELIGIBLE”
END
40. Why is it advisable to sign out from your email account properly?

SECTION – D
IV. Very Long Answer: [3x6=18]
41. Write a QBasic program to accept three numbers and display their sum.
42. What is the use of IF…Else statement? Write a small code to support your answer.
43. Write a QBasic Program to accept the percentage from the user. Display “Congratulations”
if the percentage is more than 90 and “Commiseration” if it is less than 90.
44. Write and explain any three advantages of using an email.
45. Write a program to accept a number and print whether it is odd or even.
46. Explain the format of URL.
.

Page 2 of 2

You might also like