BIT 6th Semester
Net-Centric Computing Board Question Paper 2081

Views: ...

BIT 351-2081 ✡
Tribhuvan University
Institute of Science and Technology
2081
Bachelor Level/Third Year/Sixth Semester/Science
Bachelors in Information Technology (BIT 351)
(Net-Centric Computing)
Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks

Section A
Long Answer Questions
Attempt any Two question.
[2x10=20]
1.

Differentiate between error and exception. Write a program to take the input for any five subjects and throw the exception if the given marks is negative or exceed 100.

2.

What do you mean by dependency injection and IOC container? Describe the methods for creating controller and action with example.

3.

Why do we need reader and adapter class? Using ADO.NET, in a relation BOOK (id, author, name, price), delete the books having price less than 500.

Section B

Attempt any Eight questions

[8x5=40]
4.

Explain about MSIL and CLR.

5.

Describe the MVC pattern in ASP.NET.

6.

How do you create form using React? Illustrate with an example.

7.

Define cookies. What are the uses of hidden fields?

8.

Why do we need to validate form in client side? Justify with an example.

9.

Illustrate the concept of SQL injection with an example.

10.

List the uses of docker. How do you secure controller and action methods?

11.

What is the use of session state? Discuss about single page application.

12.

Define JSON. What is the use of base keyword? Give an example.