0% found this document useful (0 votes)
220 views1 page

Class 9 Computer

The document is an examination paper for Class 9 at Prativa Secondary School, covering topics in computer science and programming. It includes questions on CISC vs RISC technology, memory measurement units, and programming tasks in Q-basic. The paper consists of multiple sections, including theoretical questions and practical programming exercises, with a total of 50 marks available.

Uploaded by

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

Class 9 Computer

The document is an examination paper for Class 9 at Prativa Secondary School, covering topics in computer science and programming. It includes questions on CISC vs RISC technology, memory measurement units, and programming tasks in Q-basic. The paper consists of multiple sections, including theoretical questions and practical programming exercises, with a total of 50 marks available.

Uploaded by

hobeki2611
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

M$=MID$(C$,C,1)

PRATIVA SECONDARY SCHOOL N$=N$+M$


NEXT C
Second Terminal Examination-2080 PRINT N$
Class: 9 END SUB
Compute Full Marks: 50 8. Study the following program and answer the given questions. [2]
Time: 1:30 hrs. r CLS
Fundamental Part [25 marks] LETA$="BHAKTAPUR"
1. Answer the following questions. [5×2=10] FOR I=1 TO LEN (A$)
a. Write any two differences between CISC and RISC technology. B$=MID$(A$, I, 1)
b. Define bit and bytes as memory measurement units. C$=LCASE$(B$)
c. Write any two major functions of CU. IF C$<> "A" AND C$< > "B" AND C$ < > "I" AND C$ < > "O" AND
d. What is hybrid computer? Write its two applications. C$ < > "U" THEN
e. Write any four characteristic features of computer. PRINT D=D+1
NEXT I
2. Give an appropriate technical word for the following. [1×5=5] PRINT D
a. The high speed memory kept in between CPU and main END
memory. a. List all the variables used in this program.
b. A computer device that gives soft copy audio output. b. Make a list of library function used in the program.
c. The computer that processes discontinuous data.
d. Any error due to wrong input by the user. 9. Rewrite the given program after correcting the bugs: [2]
e. The result obtained after processing raw data. REM To display the multiples of inputted number
3. Write the full forms of the following. [0.5×10=5] CLS
ISA, LASER, HDMI, BIOS, ICU, IBM, ATM, ECG, ABBS, DVD INPUT"Enter number";n
4. Write short notes of the following. [2.5×2=5] FOR I=1 TO n STEP 2
a. Mobile Computing PRINT n;*;I;"=";n*1
b. Printer NEXT n
Q-basic [25 marks] END
5. Answer the following questions. [1× 5=5]
a. Write character set used in q-basic. 10. Write a program in q-basic to count no of vowels in inputted string.
b. Define variable. [4]
c. What is REM statement in q-basic? 11. Write a program in q-basic to input three numbers and find the
d. Give any two logical operators used in q-basic. middle number. [4]
e. Write any two rules to insert string data in q-basic. 12. Write a program in q-basic to find area of box. [Hint : A=l*b]
6. Write the syntax of following. [2] [4]
a. While…Wend loop The End
b. Len Function
7. Write down the output of the given program. Show with dry run in
table. [2]
DECLARE SUB Result(C$)
C$=”POKHARA”
CALL Result(C$)
END
SUB Result(C$)
FOR C=1 TO LEN(C$) STEP 2

You might also like