Optional II Computer Science Question Paper | 2075 [2019] | RE-334 | SEE

SEE Computer Science Question Paper 2075-2019 re-334
DR Gurung
SEE - 2075 (2019)
OPTIONAL II COMPUTER SCIENCE
RE-334
Time: 1hr 30 minutes
Full Marks: 50
Also Check:
Check and Download | All Question Papers Of SEE | 2075/2019
Also Check:
SEE 2074/2018 Optional II Computer Science Question Paper RE-334
SEE SOLVED Question Paper of Computer Science 2075-2019 RE-334

Candidates are required to give their answer according to the given instructions.

Group 'A'

Computer Fundamental (22 Marks)

1. Answer the following questions): [5x2=10]

a. Write any two features of Guided Media.
b. Write any four advantages of Internet.
c. What is multimedia?
d. How Password secure the data?
e. Write any two preventive measures to protect computer from computer virus.

2.
a. Perform the conversion as per the direction: [2x1=2]
(i) (217)10 into Binary (ii) (39C)16 into Decimal.
b. Perform the binary calculation): [2x1=2]
(i) 1011 x 11 (ii) 110111 − 11001

3. Match the following: [4x0.5=2]

Group 'A' Group 'B'
(a) HUB (i) communication Media
(b) TCP/IP (ii) Network connection device
(c) UTP (iii) Windows NT
(d) NOS (iv) Protocol

(v) computer security

4. Select the best answer of the following: [4x0.5=2]

Choose the best answer of the following:

a. The physical structure of Computer Network.
(i) protocol
(ii) Topology
(iii) MAN
(iv) cabaling

b. Which is not an Internet service .
(i) E-commerce
(ii) NIC
(iii) www
(iv) E-mail

c. Which is not a computer virus ?
(i) kaspersky
(ii) message carrying virus
(iii) Boot sector virus
(iv) Program virus

d. Topology where all the computer are connected to a central connecting device, HUB or switch
(i) BUS
(ii) STAR
(iii) TREE
(iv) RING

5. Write the appropriate technical terms of the following: [4x0.5=2]

a. A powerful computer which controls and co-ordinates all computers connected in a network.
b. The volume of bits that can be transferred per second through the communication media.
c. Making duplicate copy of file or data.
d. Illegal activities committed through the use of computer and Internet.

6. Write the full form: [4x0.5=2]
(i) STP
(ii) PDF
(iii) NIC
(iv) IRC 

Group 'B'

Database (10 Marks)

7. Answer the following questions): [3x2=6]

a. Write any two advantages of Database Management system.
b. What is primary key?
c. Write any two functions of form. 

8. State whether the following statements are true or false: [4x0.5=2]

a. The size of currency data type is 10 Bytes. b. Valadation rule will limit data entry.
c. Indexing is the process of arranging the records in ascending or descending order.
d. Select query is used to retrieve and display records from the selected table.

9. (Match the following): [4x0.5=2]

Group 'A' Group 'B'
(a) yes/No (i) 4 Bytes
(b) Long Integer (ii) Ms Access object
(c) OLE (iii) Picture
(d) Report (iv) 1 Bit

(v) 8 Bytes

Group 'C' 

Programming (18 Marks)

10.
a. Define logical operators [1]
b. Write any two advantages of structure programming. [1]
c. Write the function of the following command /statements: [1] (i) FILES (ii) WRITE

11. Re-write the given program after correcting the bugs: [4x0.5=2]

DECLARE FUNCTION reverse$ (N$)
INPUT "Any String"; N$
X$ = reverse$(N$)
PRINT N$
END
FUNCTION reverse (N$)
L = LEN$(N$)
FOR X = L To 1 STEP - 1
A$ = MID$ (N$,X,1)
B$ = B$+A$
NEXT X
B$ = reverse$ (N$)
END FUNCTION

12. Write the output of the following program: [2]

DECLARE SUB series ( )
CALL series
END
SUB series
X = 1
FOR K = 1 TO 4
PRINT X;
X = X + K
NEXT K
END SUB

13. Study the following program and answer the given questions: [2x1=2]

DECLARE SUB SUM (N)
N = 5
CALL SUM (N)
END
SUB SUM (N)
FOR X = 1 TO N
S = S + X
NEXT X
PRINT S
END SUB

a) In the above program how many times does the FOR ........ NEXT loop executes ?
b) Write the name of the procedure used in the above program. 

14.
a. Write a program to calculate the average of three numbers using FUNCTION procedure. [3]
b. Write a program to print the total number of vowels alphabets present in the given word using SUB procedure. [3]
c. A data file "STAFF. dat" has stored records of few employees with EmPID, First name, Lastname, post and salary. Write a program to display all the records of the employees whose salary is more than 40,000. [3]

Search Terms:/button

2075/2019 SEE Question Paper.SEE Secondary Education Examination Nepal.SEE Question Papers and Solution 2075/2019.Solution Of Question SEE 2075/2019.SEE Question Paper of Gandaki Province 2075/2019.Province No. 4 SEE 2075/2019 Question Paper.Download SEE Question Paper 2075/2019.SEE Optional II Computer Science RE-334 Question 2075-2019.Optional II Computer Science RE-334 SEE Question Paper 2075/2019.SEE Solved Exam Paper Of Optional II Computer Science RE-334 2075-2019., SEE Optional II Computer Science RE-334 Question Paper 2075/2019., Check and Download Optional II Computer Science RE-334 Question 2075/2019., Download Question Paper Optional II Computer Science RE-334 2075-2019., Check SEE Optional II Computer Science RE-334 Question Paper 2075/2019., Solution Of Optional II Computer Science RE-334 Question SEE 2075/2019., 2075/2019 Optional II Computer Science RE-334 Question With Solution Secondary Education Examination SEE. alert-info

DR Gurung
A Learner (अज्ञान जस्तो ठूलो शत्रु अरु केही छैन।) 🙏🙏
Comments
First of all, thank you for taking the time to read my blog. It's much appreciated! If you would like to leave a comment, please do, I'd love to hear what you think!

Suggestions and/or questions are always welcome, either post them in the comment form or send me an email at drgurung82@gmail.com.

However, comments are always reviewed and it may take some time to appear. Always keep in mind "URL without nofollow tag" will consider as a spam.

To add an image:
[image] image_url [/image]

To add a code block:
[code] your_code [/code]

To add a quote:
[quote] your_quote [/quote]

To add a link:
[link] your_link_text | link_url [/link]