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

Computer Class 12 2081

The document is an examination paper for Computer Science for Grade XII students at Shree Nirmal Secondary School. It includes various types of questions, such as very short answer, short answer, and long answer questions, covering topics like database connectivity, jQuery, and network topology. The exam is structured into three groups, with a total of 50 marks and a time limit of 2 hours.

Uploaded by

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

Computer Class 12 2081

The document is an examination paper for Computer Science for Grade XII students at Shree Nirmal Secondary School. It includes various types of questions, such as very short answer, short answer, and long answer questions, covering topics like database connectivity, jQuery, and network topology. The exam is structured into three groups, with a total of 50 marks and a time limit of 2 hours.

Uploaded by

Nirmal CTEVT
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Shree Nirmal Secondary School

Sub.Code : 4281 4281 (2)


Hetauda-19, Makawanpur
NEB - GRADE XII 9. Coaxial cable is an example of ...
Third Terminal Examination
2080 (2023) - 2081 A) Communication software B) Guided Transmission media
Computer Science C) Unguided Transmission media D) All of them
Class: 12 (New course) Group 'B'
Subject:
(For students whose first two digits(4281)
Computer Science of registration number starts form 78 or 79) Short answer questions 5 x 5=25
Candidates are required to give their answers in their own words as far as 10. Explain the Relational Data model with example. (5)
practicable. The figures in the margin indicate full marks. OR
Time: 2 hrs. Full Marks: 50 Write SQL DDL commands to execute the following task with
Group 'A' reference to the schema given below :
Very short answer questions. 9 x 1=9 student_info (regno as integer, name as character (25) , class integer,
1. Which of the given sign is used as a shortcut for JQuery ? gender character (1), address character (25).
A) the % sign B) the & sign 11. Define a syntax for database connectivity.
C) the $ sign D) the @ sign Write a server side scripting code to insert data into the table student
2. Which of the following is DML statement ? having fields (first name, last name, mark and email:) Assume that
A) Create B) Select C) Create view Alter D) Drop server name ="localhost", username ="root", password =" ", database
3. A collection of hyperlinked documents on the Internet is called : name ="student DB". (1+4)
A) HTML B) webpage C) www D) email system OR
4. Which of following IPV4 address valid ? Write a JavaScript code to calculate the factorial of a given number. 5
A) 192.168.1.1 C) 257.2.5.1 12. How is even-driven program (or OOP) differing from procedural -
B) EEE.000.33.000 D) 202.70.71.262 oriented programming ? Explain. (5)
5. Which jQuery method is used to hide selected elements ? 13. Explain the importance of the system testing of the system development
A) hide ( ) B) hide (on) life cycle (SDLC). (1+4)
C) invisible ( ) D) display (none) 14. What is cloud computing ? Pointout the advantage and disadvantage of
6. Which function is used to connect to mySQL database ? cloud computing. 5
A) mySqLi_open ( ) B) mySqLi_connect ( ) Group 'C'
C) var mySqLi_query ( ) D) $mySqLi_con ( ) Long answer questions 8 x 2=16
7. Which of the following is true about FILE *fpt ? 15. What is network topology ? Differentiate between guided (wire media)
A) FILE is a keyword in c for representing files and fpt is a variable of and unguided (wireless media) with example. (2+6)
FILE type 16. Write the advantage of pointer. Write a C-program to enter the radius of a
B) FILE is a buffered Stream. football and find the area of football by using user defined function. (3+5)
C) FILE is a Stream. OR
D) FILE is a structure and fpt is a pointer to the structure of FILE type. Define the structure. Write a C-program using structure to input staff
8. Which a SDLC phase is used to ensure quality software ? id, name and the salary of 50 staffs. Display staff id, name and salary of
A) implementation B) maintenance those staff whose salary range from 25 thousand to 40 thousand. (2+6)
C) testing D) system study -0-
Contd...

You might also like