[go: up one dir, main page]

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

(For Regular Students) : 9x1 9 X OR

This document contains information about a computer science exam for grade 12 students, including: 1. The exam will contain short answer and long answer questions worth a total of 50 marks. Students must attempt all questions. 2. Short answer questions are worth 5 marks each and include topics like database systems, JavaScript, PHP, object-oriented programming, and artificial intelligence. 3. Long answer questions are worth 8 or 16 marks each and cover topics such as network topologies, data structures, file input/output in C, and software design activities.

Uploaded by

Prem Rajwanshi
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)
53 views1 page

(For Regular Students) : 9x1 9 X OR

This document contains information about a computer science exam for grade 12 students, including: 1. The exam will contain short answer and long answer questions worth a total of 50 marks. Students must attempt all questions. 2. Short answer questions are worth 5 marks each and include topics like database systems, JavaScript, PHP, object-oriented programming, and artificial intelligence. 3. Long answer questions are worth 8 or 16 marks each and cover topics such as network topologies, data structures, file input/output in C, and software design activities.

Uploaded by

Prem Rajwanshi
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

Sub.

Code : 4281'A' 4281'A' (2)


NEB - GRADE XII 7. Which feature of OOP is illustrated the code reusability?
2079 (2022) A) Polymorphism B) Abstraction C) Encapsulation D) Inheritance
Computer Science 8. Which of following is the discovering requirement from a user in the
New Course requirement collection process?
(For regular students) A) Feasibility study B) Requirement Elicitation
Candidates are required to give their answers in their own words as far as C) Requirement Specification D) Requirement validation
practicable. The figures in the margin indicate full marks. 9. What devices are detecting and responding to changes in an
Time: 2 hrs. Full Marks: 50 environment that are embedded in smart phones and an integral part of
Attempt all the questions. the Internet of Things (IoT)?
Group 'A' A) Wi-Fi B) Barcode C) RFID D) Sensors
Rewrite the correct options of each questions in your answer sheet. 9x1=9 Group 'B'
Short answer questions 5 x 5=25
1. Which of the following SQL statement is used to DELETE rows from a 10. Differentiate the centralized and distributed database system.
database table? OR
A) DELETE B) REMOVE What are the purposes of normalization? Give an example of 2NF.
C) DROP D) CLEAR 11. Write a program to find the factorial of any given number using
2. A field that is used to uniquely define a particular record in a table is Javascript.
called: OR
A) Primary Key B) Entity C) Relationship D) Constraints How do you fetch data from database in PHP and display it in form?
3. What does "MAC" stands for in MAC Address? Describe.
A) Mandatory Access Control B) Media Access Control 12. Compare the OOPs and procedural programing language.
C) Micro Access Control D) Media Access Certificate 13. What are the major activities performed to design the software?
4. What is the correct syntax for referring to an external JavaScript script? Describe.
A) <script src="[Link]"></script> 14. Explain the popular five-application areas of AI.
B) <script href="[Link]"></script>
C) <js href="[Link]"></js> Group 'C'
D) <js src="[Link]"></js> Long answer questions 8 x 2=16
5. Which of the following is the correct way of defining a variable in PHP? 15. Compare the star and ring topology with pros and cons. Which of data
A) $variable name = value; B) $variable_name = value; communication cable is more appropriate to design the local area
C) $variable_name = value D) $variable name as value; network? Describe. 5+3
6. What is the output of C program? 16. What is structure? Write a program to input roll, name and age of 5
void main(){ int b=25; students and display them properly using structure. (2+6)
//b memory location=1234; OR
int *p; p=&b; printf("%d %d", &b, p);} Write a C program to enter ID, employee_name, and post of the
A) 25 25 B) 1234 1234 C) 25 1234 D) 1234 25 employee and store them in a data file named "[Link]". Display each
record on the screen in an appropriate format.
-0-
Contd...

You might also like