NEB Class 12 Science Computer Science Question Paper 2082 (Set D)
Group 'A'
Multiple choice questions. Rewrite the correct option of each question in your same answer sheet.
Which of the following is the purpose of using primary key in database ?
A company needs to modify an existing table by adding a new column for employee email addresses. For this, which SQL command should be used ?
Which protocol is used for secure communication over a computer network ?
Which control structure in JS (Java Script) is used to execute a block of code repeatedly based on a given condition ?
Select the invalid variable name in PHP.
The statement
int number ( int a); is a ...
In which of the following programming, the emphasis is given on data rather than on procedures ?
Which type of feasibility study evaluates whether a system can be developed with the available technology ?
Which of the following is NOT a type of cloud computing service ?
Group 'B'
Short answer questions.
Write any three differences between DDL and DML. Give examples of each. [3+2]
OR
What is normalization ? Explain 2NF and 3NF. [2+3]
Write JavaScript code to input any three numbers and find the smallest number among them. [5]
OR
Write a PHP script to connect to a MySQL database. [5]
Write short notes on class and inheritance in oops with example. [5]
What is Requirement Gathering ? Explain different Requirement Gathering methods. [1+4]
What is AI ? Explain application areas of AI in education. [5]
Group 'C'
Long answer questions.
What is transmission medium ? Explain its major types with advantages and disadvantages. [2+6]
Write a C program that reads the account_number, name and address of ten customers from users and displays the account_number, name and address of these customers using Array and structure. [8]
OR
What are the components of a function of C ? Describe the Call - by - value and Call - by - reference and passing the function parameters. [4+4]