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

Computer -9

The document is a final terminal question paper for Class IX Computer subject, covering various topics including computer fundamentals, programming, and software applications. It contains multiple-choice questions, short answer questions, and programming tasks related to QBasic and general computer knowledge. The paper is structured into two groups, with a total of 50 marks allocated for the examination.

Uploaded by

navpratibha190
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Computer -9

The document is a final terminal question paper for Class IX Computer subject, covering various topics including computer fundamentals, programming, and software applications. It contains multiple-choice questions, short answer questions, and programming tasks related to QBasic and general computer knowledge. The paper is structured into two groups, with a total of 50 marks allocated for the examination.

Uploaded by

navpratibha190
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 7

– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

a. The practise of making bank transactions or paying bill via the


Nav Pratibha English Boarding School Internet.
Aithpur-6 Kanchnpur
b. Part of CPU responsible for controlling overall functions of computer.
FINAL TERMINAL QUESTION PAPER-2023 c. The process of removing the bugs from the computer programs.
Class: IX Subject: Computer F.M.: 50 d. The system diagnostic program stored in ROM.
Time: 1:30 P.M.: 20 6. Write full forms of the followings. [0.5x4=2]
Group – A (Computer Fundamentals) a. EEPROM c. RDBMS
1. Answer the following questions. [2x4=8] b. TB d. NITDC
a. Define E-shopping and E-government. 7. Answer the following questions. [2x3=6]
b. What is a NIC? Write down one function of it. a. Define operating system with its type.
c. What is firmware? What are the hardware requirements of computer b. Differentiate between program and programming language.
system? c. Write about era of computers and explain any one of them.
d. Define translator program? Name three translator programs.
2. a. Convert as instructed: [1x2=2] 8. Select the best alternative. [0.5x4=2]
i) (BCA) 16 = (?)10 ii) (1001101)2 into octal a. The object of Access that stores the data is known as_______.
i) Query iii) Table
b. Perform binary calculation. [1x2=2] ii) Form iv) Report
i) 11010 * 101 + 111011 ii) 10101-111 b. Limits the field value to specific values or range of values.
3. Match the following. [0.5x4=2] i) Validation Rule iii) Caption
a. ROM Primary memory ii) Default value iv) Validation Text
b. Digital Camera Monitor c. Field size, format, input mask, Caption and default values are:
c. LCD Input device i) Field properties ii) Key elements
d. Photoshop DBMS iii) Navigating modes iv) Data types
Graphics d. ________ is the basic unit of storage that enables a computer to
4. Select the best answer. [0.5x4=2] distinguish one set of information from another.
a. The government of Nepal introduced the IT policy in____ i) File iii) Directory
i) 2055 B.S iii) 2056 B.S ii) None of the above iv) All of the above
ii) 2057 B.S iv) None of the above 9. Match the following. [0.5x4=2]
b. _________ is a technology that makes use of electronics to input, a. Access Search data
process, store, output, transmit and receive data and information. b. Query Object of Access database
i) Informatic Technology iii) Information Technology c. Table Memo field
ii) All of the above iv) None of the above d. Long Text Database
c. Two nibble is equivalent to FoxPro
i) 1MB iii) Byte
ii) Bit iv) 1KB
d. To supply regulated power to computer even at the time of power cut.
i) UPS iii) Hub Group – B (QBASIC Programming)
ii) Switch iv) All of them
5. Give the appropriate technical terms for the following. [0.5x4=2] 10. Answer the following questions: [1x3=3]
– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

a. What is looping statement? What are three loop statement? b. How many times the looping occurs in above program?
b. What is a conditional branching statement? Give two examples of
conditional branching statement. 14. Write the program. [3x3=9]
c. Define SELCT CASE. a. WAP to display product and average of any given three numbers.
11. Find the output of the given program. b. WAP to find either profit of loss amount if selling and cost price are
[2] given.
CLS c. WAP to display multiplication table of any numbers by using GOTO
Num = 5 Statement.
FOR I = 1 TO 7
PRINT Num
IF Num MOD 2 = 1 THEN
Num = (Num * 3) + 1
ELSE ***THE END***
Num = Num/2
END IF
NEXT I
END
12. Re-write the following program using WHILE….WEND:[1x2=2]
CLS
S=0
FOR I =1 TO 10 STEP 2
S=S+N*N
NEXT
PRINT S
END
13. Read the program and answer the following questions. [1x2=2]
CLS
Y=2
Z=1
WHILE Z =< 5
Ac = Ac + Y
PRINT Ac
Y=Y+2
Z=Z+1
WEND
END
a. What will be the output of the above program?
– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

4. Match the followings. [3]


a) Adobe Photoshop creating 3D animation.
b) MS PowerPoint creating 2D animation
Nav Pratibha English Boarding School c) Micro media Flash creating Graphics
Aithpur-6 Kanchnpur d) Studio max, Maya creating presentation
FINAL TERMINAL QUESTION PAPER-2023 e) .DOC MS-Excel
Class: IX Subject: Computer F.M.: 50 f) .XLS MS-Word.
Time: 1:30 P.M.:
5. Write the full form of the followings: [4]
Attempt all the questions. Copy all the questions.
a) CBT =
1. State whether the following statements are true or false. [5]
b) DVD =
a) EDSAC was the first stored program computer.
c) URL =
b) A language processor converts program written in a programming language
d) IRC =
into machine language.
c) The normal view splits the working screen into four panes.
6. Solve the following Q-BASIC [3+3=6]
d) The computers within a room can only be connected with each other.
a) Write a program to enter marks of 5 subjects and find total and percentage.
e) If the set of instructions given to a computer is not clear and concise the
computer may not able to perform tasks.
b) Write a program to find the sum of any five numbers.
2. Fill in the blanks with appropriate words. [5]
7. Perform the following Binary numbers [1x4=4]
a) Abacus was made up of wooden frame having __________ parts.
a) 110 + 111
b) No application software can run without __________ software.
b) 1010 +1010
c) You can tell a window is "active" by the colour of the __________.
c)110 x 101
d) The group of adjacent cells that forms a rectangle area is known as
d) 1001 x 111
__________.
e) __________ is a set of moral information that regulates the use of computer.
8. Write short notes on: (Any Three) [2x3=6]
a) MS-Word
3. Choose the correct answer from the given alternative. [0.5x6=3]
b) MS-Excel
a) The difference engine was designed by –
c) Abacus
i) Dr. Herman Hollerith ii) John Napier iii) Charles Babbage
d) Internet
b) Third generation computer used –
i) Transistor ii) IC iii) Vacuum Tube 9. Write short answer of the following questions. (Any five) [5]
a) List the inventions of Charles Babbage.
c) There are _____ system icons appear on the desktop screen.
b) What is utility software?
i) 5 ii) 6 iii) 8
c) What is formula?
d) To switch between open programs and windows you use – d) Which software is used as ICT Tools?
i) Ctrl + Tab ii) Alt + Tab iii) Shift + Tab e) What is E-mail?
f) What are the uses of undo and Redo commands?
e) There are ______ columns in worksheet of MS-Excel.
i) 253 ii) 254 iii) 256
10. Give the long answer of the following questions (Any three) [9]
f) Virus scanning software is example of – a) Why is Q-BASIC called an interpreter?
i) Utility software ii) System software iii) Application software b) What is web browser? List any two web browser.
c) Differential between scanner and digital camera.
– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

d) List any four features of spread-sheet.

***THE END***

Nav Pratibha English Boarding School


Aithpur-6 Kanchnpur
FINAL TERMINAL QUESTION PAPER-2023
Class : VI Subject: Computer F.M: 50
Time: 1 hr. 30 mins P.M:- 20

1. State whether the following statement is True or False. [1×5=5]


a) CD and DVD are examples of optical device.
– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

b) Pen drive is also known as flash drive or thumb drive.


c) RAM is volatile memory. 8. Write short notes on: (ANY THREE) [3×2=6]
d) Incomplete drawing cannot be saved in MS-Word. a) Multimedia c) QBASIC statements
e) There are only two types of system software. b) MS-Excel d) MS-Word and its parts
9. Answer the following questions in short. (ANY FIVE) [1×5=5]
2. Fill in the blanks with an appropriate answer. [1×5=5] a) List the main parts of QBASIC window.
a) The word computer is derived from the Latin word ______ which b) What is the use of REM command in QBASIC?
means "to calculate". c) Name three views available in MS-PowerPoint.
b) ____ is a space where deleted files and folders are stored d) Write two limitations of computer.
temporarily. e) What do you mean by operating system?
c) There are ___ types of data in QBASIC. f) List two features of operating system.
d) MS-PowerPoint file has ____ as an extension name.
e) Text is a _____ component of multimedia. 10. Answer the long questions. (ANY TWO) [3×2=6]
a) What is computer ethics?
3. Choose the correct answer from the given alternatives. [1×5=5] b) Define application software in detail
a) The physical parts of computer system is called - c) What is computer hardware? Give few examples.
i. Hardware ii. Software iii. Firmware
b) Which statement is used to clear the screen in QBASIC ***THE END***
i. CLS ii. Print iii. End
c) The hardcopy output is produced by
i. Monitor ii. Scanner iii. Printer
d) QBASIC is a __ level language.
i. low ii. Standard iii. High
e) The storage capacity of Compact Disk (CD) is -
i. 600 MB ii. 700 MB iii. 800 MB
4. Match the following. [1×5=5]
a) LET  Ends the execution of program
b) END  Operating system
c) Adobe Photoshop  Store value of variable
d) Windows and Linux  Presentation software
e) MS-PowerPoint  Multimedia software

5. Write the full form of the following abbreviations. [1×2=2] Nav Pratibha English Boarding School
a) EEPROM b) POST Aithpur-6 Kanchnpur

6. Write shortcut keys of following. [1×3=3]


FINAL TERMINAL QUESTION PAPER-2023
a) Select all b) Cut c) Slide show Class: V Subject: Computer F.M.: 50
Time: 1 hr 30 mins P.M.: 20
7. a) Write the steps to open a MS-Word step wise . [1×4=4] 1. State whether the following statement is 'True' of False'. (5x1=5)
a) The final result after processing the data is called information.
b) Draw a chart of classification of computer memory. [4] b) The contents of ROM are not lost when you switch off the computer.
– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

c) Computers are versatile machine.


d) Computer does not make any mistake. 6. Label the components of window. (1x6=6)
e) 'Print' option of file menu of MS-Word allows you to print the
documents on paper. A. B. C.
2. Fill in the blanks spaces with an appropriate answer. (5x1=5)
a) computer is a very large and powerful computer with
huge storage capacity.
b) ___________ disk is any storage media that holds content in digital
format and is read using laser.
c) ____________ is the basic unit of a computer where it can store data
and instructions.
d) __________ contains instructions that help the computer to start up or
boot up itself, when you switch it ON.
e) The main components of computer are .
3. Choose the correct answer from the given alternative. (5x1=5)
a) Which of the following is an output device?
I) Mouse II) Light pen III) Printer
b) Which part of CPU does mathematical calculation and logical F D. E.
comparison?
I) CU II) ALU III) Memory A. . B. .
c) There are types of programming language. C . D. .
I) 1 II) 2 III) 3 E. . F. ____________________
d) Which bar displays the names of word programs?
I) Scroll II) Menu III) Title
e) Which shortcut key is used to 'save' the documents of word?
I) CTRL+A II) CTRL+S III) CTRL+B
7. Write the short notes on: (Any Two) (2X3=6)
4. Math the followings: (5x1=5) a) Memory of Computer
a. CTRL+ X Binary digits b) Computer
b. User Micro computer c) MS Power Point
c. Desktop computer To cut the selected text 8. Answer the following questions. (Any Four) (4x1=4)
d. Bits Presentation tool a) What is MS.Logo?
e. PowerPoint People who use computer b) What is an input device?
c) Name any two secondary storage devices.
5. Write the full form of the following abbreviations: (3x2=6) d) Which Company developed MS.Word?
a) LED e) How many types of Programming Techniques are there?
b) CPU 9. Answer the following questions. (Any Two) (2x4=8)
c) ALU a) Write down the fullform of computer.
– Computer 9 – – Page 2 – – Computer 9 – – Page 3 –

b) What is Software? List the types of software that you have learned.
c) What is a computer?

***THE END***

You might also like