0% found this document useful (0 votes)
17 views21 pages

AWT Journal - Hrushikesh

Uploaded by

Abhi Dhuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views21 pages

AWT Journal - Hrushikesh

Uploaded by

Abhi Dhuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

Abhishek Dhuri F.Y.

MCA Sem-3

Institute of Distance and Open Learning


Vidya Nagari, Kalina, Santacruz East – 400098.

CERTIFICATE

This is to certify that Mr. Abhishek Ashok Dhuri of Master in Computer


Application (MCA) Semester I has completed the specified term work in the
subject of Big Data Computing satisfactorily within this institute as laid down by
University of Mumbai during the academic year 2023 to 2024.

Subject In-charge External Examiner Coordinator – M.C.A

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

INDEX

Sr. Title Date Sign


No.
Simple Programs with C#
a. Find product of four integers
b. Write an application that receives the following
information from a set of students:
Student Id:
1
Student Name:
Course Name:
Date of Birth:
The application should also display the information of all the students
once the data is entered. Implement this using an Array of Structs
a. Create window form application to perform operations
Finding Factorial Value
2
b. Create Window Form application to design Log In Screen

a. Create Window Form application to demonstrate use


of Function Overloading
3
b. Create Window Form application to demonstrate use of
Constructor Overloading
4 Program to implement Single, Multilevel and Multiple inheritance.
a. Create an application that allows the user to enter a number
in the textbox named and Check whether the number is
5 palindrome or not.
b. List of employees is available in listbox. Write an
application to add selected or all records from listbox to
textbox
6 Program to demonstrate use of Session Management
7 Program to demonstrate use of AJAX
Create a web application to insert 3 records inside the SQL
database table having following constraints (Dept_id, dept_name,
8
emp_name,Sal). Update the salary for any 1 employee and
increment it to 15% of the present Sal. Perform delete operation on
1 row of the database table.

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

PRACTICAL 1:

a. Find product of four integers. [Console App (.NET Framework)]

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

b. Write an application that receives the following information from a set of


students:
Student Id:
Student Name:
Course Name:
Date of Birth:
The application should also display the information of all the students
once the data is entered. Implement this using an Array of Structs.
[Console App (.NET Framework)]

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

PRACTICAL 2

a. Create window form application to perform operations Finding Factorial


Value. [Window Forms App (.NET Framework)]

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

b. Create Window Form application to design Log in Screen.


[Window Forms App (.NET Framework)]

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

PRACTICAL 3

a. Create Window Form application to demonstrate use of Function


Overloading. [Window Forms App (.NET Framework)]

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

b. Create Window Form application to demonstrate use of Constructor


Overloading. [Window Forms App (.NET Framework)]

c.

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

PRACTICAL 4

Program to implement Single, Multilevel and Multiple inheritance.


[Console App (.NET Framework)]
 Single Inheritance:

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

 Multilevel Inheritance:

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

 Multiple Inheritance:

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

PRACTICAL 5

a. Create an application that allows the user to enter a number in the textbox
named and Check whether the number is palindrome or not. (ASP .NET
Web Application [.NET Framework] -> Empty Template -> Add -> New
Item -> Web Form)

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

b. List of employees is available in listbox. Write an application to add


selected or all records from listbox to textbox. (ASP .NET Web Application
[.NET Framework] -> Empty Template -> Add -> New Item -> Web Form)

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

Practical 6

Program to demonstrate use of Session Management.

Big Data Computing


Abhishek Dhuri F.Y.MCA Sem-3

PRACTICAL 7

Program to demonstrate use of AJAX.

Big Data Computing

You might also like