NEB Class 12 Science Computer Science Question Paper 2081
Group 'A'
Multiple Choice Questions. Rewrite the correct option of each question in your same answer sheet.
Which one of the followings given statement correct ?
Which database system normally offers better performance for geographically dispersed users ?
Which of the following is an example of a public IPV4 address ?
What is the correct syntax for a 'for-loop' in JavaScript ?
Which PHP function is commonly used to execute SQL queries on a database connection established using mysqli extension ?
What is the correct syntax to declare a structure in C ?
In C, which operator is used to get the address of a variable ?
Which OOP feature allows a class to inherit properties and behavior from another class ?
Which model of SDLC is characterized by a linear progression of phases from requirements gathering to maintenance ?
Group 'B'
Short answer questions. Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.
Evaluate the advantages of DBMS compared to traditional file-based data storage systems. [5]
OR
How does Second Normal Form (2NF) differ from First Normal Form (1NF), and what are the key benefits of achieving 2NF in database design ? Explain. [2+3]
Write a JavaScript function that checks if a number is even or odd and print the result. [1+4]
OR
What is purpose of the mysqli_connect ( ) function in PHP ? Describe its usage and parameters. [2+3]
Write short note on class and object in OOPs with a real-word example. [2.5+2.5]
How do various requirement gathering techniques help in achieving a careful grasp of user needs and system requirements during SDLC's analysis phase ? [5]
Give five examples of AI applications in the education. [5]
Group 'C'
Long answer questions.
How does the star network topology differ from the bus network topology in terms of its architectural layout and data transmission methodology in modern computing environments ? [8]
Write a C program that uses structures to represent details of five books (title, author, publisher and price) and prints them out. [8]
OR
Discuss the concept of binary file handling in C programming and explain how putw ( ) and getw ( ) functions facilitate binary input/output operations. Give examples. [8]