Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
16 views

Computer

Uploaded by

sanad Bhattarai
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Computer

Uploaded by

sanad Bhattarai
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

GAUTAM BUDDHA MEMORIAL SECONDARY SCHOOL

Second Terminal examination-2076


Class:- Ten [X] F.M :-50
Time:- 1 hr. 30 mins Subject:- Computer Science P.M :- 30

Group – A [Fundamentals]
1. Answer the following. [5x2=10]
a. What is protocol? List its type.
b. What is search engine? List any four names.
c. Write the importance of data and software security.
d. Mention the different type of computer virus.
e. What do you mean by cyber space? What does it include?
2. Fill in the blanks. [4x0.5=2]
a. Internet is also known as nature of _________ .
b. Computer virus _________ itself.
c. We should __________ latest and update antivirus in our computer.
d. __________ is protocol.
3. Write the full form. [4x0.5=2]
a. GPS b. MIIS c. MCP d. NITDC
4. Select the best answer. [4x0.5=2]
a. Which of the following device is multiport repeaters.
i. Hub ii. Router iii. Bridge iv. Gateway
b. The unique address of web page on the internet is called
i. URL ii. Browser iii. Protocol iv. HTTP
c. Which of the following is not hardware security
i. Insurance iii. Maintenance
ii. Hard lock keys iv. CCTV
d. Which of the following is not computer crime
i. Plagiarism iii. Password guessing
ii. Internet iv. Virus transfer
5. Write technical term. [4x0.5=2]
a. The physical interface between cabling and network nodes.
b. An intranet tool that helps to upload/download the file.
c. The method applied to increase the life of computer and its assests.
d. Moral rule to followed by computer professional.
6. Answer the following.
a. Convert it. [2x1=2]
i. (DAD)16=(?)10 ii. (110111)2=(?)8
b. Solve it. [2x1=2]
i. (101110)2÷(101)2 ii. (110111)2 - (101)2

Group-B [Ms-Access database]


7. Answer the following. [3x2=6]
a. What do you mean by database? Write any 2 names.
b. What is table? Write the process to create a table.
c. What is meant by filtering the data?
8. Match the following. [4x0.5=2]
a. Mark ledger - predefined formats
b. Wild cards - database
c. Wizard - primary key
d. Relationship - * and ?
- Report
9. Writ True/False. [4x0.5=2]
a. Primary key field can't be left blank.
b. We can't change data type of a field.
c. Yes/No logical field stores one bit of data.
d. Field name can be upto the 98 characters long.

Group-C [QBasic Programming]


10. Answer the following. [3x1=3]
a. Define GOTO statement.
b. What is string operator?
c. What do you mean by hosted loop? Write its type.
11. Write output. [2]
CLS
C=1
DO WHILE C <=5
PRINT "We good friends"
C=C+1
LOOP
12. Read and answer the following. [2x1=2]
CLS
FOR A =7 TO 1 STEP -1
FOR B = 1 TO A
PRINT A;
NEXT B
PRINT
NEXT A
END
a. What is the output of above program?
b. Which loop is used here?
13. Debug the following program. [2]
CLS
INPUT "Enter and character" ; ch$
Print "ASCII value of; ch is " ; ABC (ch)
End
14. Write the following program. [3x3=9]
a. WAP to display 100 95 90 85 ……… 50
b. WAP to display your name from left side.
c. WAP using LCASE.

THE END.

You might also like