NEB Class 12 Science Computer Science Question Paper 2082 (Set B)
Group 'A' (Multiple choice questions)
Rewrite its (MCQ) correct option (answer) in the same answer sheet. (Provided after 30 minutes.)
Which SQL query will display all records from table "ADDRESS" in descending order according to the lastname?
Why is normalization important in database design?
What type of transmission medium includes physical cables such as twisted pair, coaxial, and fiber optic?
Choose the correct datatype of the following variable in JavaScript. Let a = 4.5
What type of language is PHP?
Which of the following is a correct function declaration in C?
What is the primary benefit of using inheritance in oop?
The method of testing smallest functional units of code is called ...........
What is an example of a SaaS application in cloud?
Group 'B' (Short answer questions)
Attempt all the questions.
What is Normalization? Explain 2 NF.
OR
Write two DDL Commands and three DML Commands in SQL with Syntax.
Write a program in JavaScript to input Age of a person and display whether the person is eligible for voting or not. (If Age is greater than or equal to 18 years, eligible for voting otherwise not eligible)
OR
Write a PHP function which is commonly used to establish a connection to a MySQL database with an example.
Write short notes on "class" and "Polymorphism" in Object Oriented programming.
Explain Agile method of software development.
Explain the three "Vs" of big data.
Group 'C' (Long answer questions)
Attempt all the questions.
a) Write four difference between Client Server and Peer to Peer network.
b) Explain simplex and full-duplex with diagram.
Write a C program to enter information of 10 clients, including accountID, accountname, address, and balance, and display the information using a structure.
OR
Describe file handling modes on C. Write a C program to create and write data into a file.