Computer Model Question Set 3
Computer Model Question Set 3
NEB Based Special Model Question Paper set 3 b) Rasmus Lerdorf d) Dennis Ritchie
Grade: XII Computer Science F.M. 50 8. In SDLC ……….. is not the type of software documentation.
===================================================
a. User manual b. README files
Group A c. Release notes d. Workshop report
Rewrite the correct answer of each question in your answer sheet.
9. Which component of Robots creates motion and makes it able to move?
(9x1=9]
a. Sensor b. Actuator c. Body d. None
1.Which SQL data type is used to store numerical values with fixed
precision and scale? Group B
a. Float b. Integer c. Decimal d. double Give short answer to the following questions [5x5=25]
2. Which of the following is not a characteristic of a good database? 10. What is database language? Compare between DDL and DML
a. Data integrity b. Data redundancy statements. (1+4)
c. Scalability d. Efficiency OR
3.Which of the following is the correct way to include jQuery in an HTML Who is database administrator? Explain the role of DBA in database
document? design. (1+4)
a) <script src=”jquery.js”></script> 11. What is storage class? Write a program in C language to calculate the
b) <script href=”jquery.js”></script> power of given number using user defined function. (1+4)
c) <link src=”jquery.js”> OR
d) <script name=”jquery.js”></script> Write a C program using structure to store name, address and marks of
4.What is the correct output of following C code snippet? 10 students and display only those students’ records who are from
#include<stdio.h> “Butwal” (5)
void main() 12. What is OOP? Describe base class and derived class with real life
{ int *pc, c; example. (1+4)
c = 10; 13. What is SQA? Describe the importance of SQA in software
pc = &c; development. (1+4)
--*pc; 14. What is Big Data? Explain any four existing applications of IoT.
printf("%d", *pc++); } (1+4)
a. 10 b. 11 c. 8 d. 9
5.….removes the named file, so that a subsequent attempts to open it will
Group C
fail. Give long answer to the following questions. [2x8=16]
a) remove(const*filename) c) remove(filename) 15. Define the term events and discuss how are they handled in JavaScript?
b) remove( ) d) fclose(filename) Write JavaScript codes to demonstrate form object. (3+5)
6. What kind of transmission medium is most appropriate for carrying data OR
in computer network that is exposed to electrical interference? What is Query in MYSQL? How do you select and display Eid, Fname,
a) Unshielded twisted pair c) Coaxial cable Lname and Salary column from the table “employee” of “office”
b) Optical fiber d) Microwave database of MYSQL to PHP? Write.
7. Who is considered as the father of object-oriented programming? (1+7)
16. Why do most of the business organizations prefer setting their network
with the client-server architecture? Write the advantages of mesh
topology over star topology. (4+4)