0% found this document useful (0 votes)
43 views2 pages

BCA III Semester QP Per Notes

lecture notes QP

Uploaded by

pankaj
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)
43 views2 pages

BCA III Semester QP Per Notes

lecture notes QP

Uploaded by

pankaj
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
You are on page 1/ 2

Confidential - Oracle Restricted

BCA III Semester (NEP)


Course Title: C# and Dot Net Framework Course code: 21BCADSC8

Part A: 1-Mark Questions (4 x 1 = 4 marks)

1. Who invented HTML?

2. What does AJAX stand for?

3. What is the default value of a bool variable in C#?

4. Which C# operator is used to find the remainder of division?

Part B: 2-Mark Questions (3 x 2 = 6 marks)

(Attempt any 3 questions. Choose from the 5 given options.)

1. Explain the purpose of the <a> tag in HTML with an example.

2. List two advantages of client-side scripting.

3. What is method overloading? Provide an example.

4. What does the finally block do in exception handling?

5. Write the syntax of a for loop in C#. Provide an example.

Part C: 5-Mark Questions (2 x 5 = 10 marks)

(Attempt any 2 questions. Choose from the 4 given options.)

1. Compare client-side and server-side scripting with examples.

2. Explain method overloading in C# with an example.

3. What are events in C#? Explain with an example.

4. Describe polymorphism in C# with an example.

Confidential - Oracle Restricted


Confidential - Oracle Restricted

BCA III Semester (NEP)


Course Title: C# and Dot Net Framework Course code: 21BCADSC8

Part A: 1-Mark Questions (4 x 1 = 4 marks)

1. What is the size of a double in C#?

2. Name one editor used to write HTML.

3. What is the default value of a string in C#?

4. Which class is the base class for all C# classes?

Part B: 2-Mark Questions (3 x 2 = 6 marks)

(Attempt any 3 questions. Choose from the 5 given options.)

1. Define boxing and unboxing with an example.

2. What is the difference between == and = operators in C#?

3. State two types of relational operators in C#. Provide examples.

4. Explain recursion with an example.

5. What does the Concat() method do in C#? Provide an example.

Part C: 5-Mark Questions (2 x 5 = 10 marks)

(Attempt any 2 questions. Choose from the 4 given options.)

1. Write a program to demonstrate inheritance in C#.

2. Explain exception handling in C# with the help of a try-catch-finally example.

3. Describe the operators in C# with examples.

4. Explain the concept of classes and objects in C# with an example.

Confidential - Oracle Restricted

You might also like