Bachelor of Computer Applications
Object Oriented
Programming Using C++
Assignment No. 1 (20
Marks)
1. Explain concept of OOP’s & List its characteristics.
2. Explain the scope resolution operator and memory management operator.
3. What is function overloading, give suitable example.
4. Explain the following terms with sample code: objects, classes, polymorphism and abstraction.
5. What is static class member and static member functions.
Assignment No. 2
6.
What are
the different types of constructor? Write its prototypes.
7. What is conversion function, do we required a conversion functions.
8. Write a program that show overloading of binary operator.
9.
Classification
of Inheritances with proper diagram and syntax.
10.
Comments
on Virtual function, give small program for pure virtual function.
Assignment No. 3
11. What is an exception? Explain with example ‘catching all exception ‘.
12. What are streams? What are the stream classes? Explain its hierarchy?
13. Explain File pointers with proper syntax.
14. Write and explain the functions prototype that works with files.
15. Give example on rethrowing an exception.
Code: 44314 Practical
Assignment No. 1 (20
Marks)
1. Write a C++ program to swapping values by passing values, by address, by reference.
2. Write a C++ program using inline function. (Div, mult, square, cube, m raise to n).
3. Write a C++ program to display student’s mark list, implement the proper inheritance between student and marks class. (Consider suitable data members).
4. Write a C++ program to show a main function can be friend function of a class.
Assignment No.2 (20
Marks)
5. Write a C++ program of factorial using copy constructor.
6. Write a C++ program to Concat string using ‘+’ operator overloading.
7.
Write a
C++ program to draw a square in dos mode (constructors must be used)
8. Write a C++ program to implement a) single inheritance, b)multilevel inheritance, c)hybrid inheritance.
Assignment No. 3 (20
Marks)
9. Write a C++ program to accept and convert time from 24 hour to 12-hour clock. (Write class12 and class24).
10. Write a C++ program to insert and view Books’s records in a file. (Data: Book name, author, publication, price ).
11. Write a C++ program to illustrate try-catch with the division by zero exception.
12. Write a C++ program to implement abstract class concept. (Assume suitable data)
13. Write a C++ program to print following pattern up to ‘N’. The value of N should be accepted through constructor.
*
***
***** ‘N’
***
*
Tilak Maharashtra Vidyapeeth, Pune
Bachelor of Computer Applications (BCA)
Internal Assignment
Subject:
HTML – Practical
Assignment
1 [20M]
|
A1.htm |
If clicked on a1.htm, a1.htm file should be displayed
hereAnd If clicked on a2.htm,a2.htm should be displayed here. |
|
A2.htm |
1) Create
an ordered list as follows:
1.pen
2.pencil
3.eraser
4.ruler
2) I
rice
II wheat
III jowar
IV bajra
3) Create an ordered list as follows:
c. pen
d. pencil
e. ruler
f .eraser
4) Create the
following three ordered lists as follows:
1.monitor
2.keyboard
3.cpu
4.mouse
Assignment
2 [20M]
Q1)
Health
is Wealth
|
||
|
Fruits |
Vegetables |
Image |
|
|
|
|
|
|
|
|
|
|
An apple a day keeps the doctor away. |
||
Q.2)Design a email registration form.
Assignment
3 [20M]
Q1)Design the static Web site using HTML. For e.g. For any Hotel, personnel web site.
Tilak Maharashtra Vidyapeeth, Pune
Bachelor of Computer Applications (BCA)
Internal Assignment
Subject:
HTML
Assignment No 1. 20
marks
Q.1) Explain in detail the basic structure of the HTML program.
Q.2.a) Explain Client Server technology.
Q.2.b) Write in short about WWW.
Assignment No 2. 20
marks
Q.1)Explain Links. (Internal & external)
Q.2)Explain the table tag along with the attributes.
Assignment No 3. 20
marks
Q.1)Explain image maps
Q.2)Explain frames along with the attributes.
Bachelor of Computer Applications
Subject: Software Engineering (44311)
Assignment No 1. 20
marks
1. Describe in detail two evolutionary process models.
2. Describe function oriented metrics.
3. Write a note on COCOMO model.
4. Write a note on Risk Identification.
5. Discuss principles of software project scheduling.
6. What are the generic phases of software engineering? Describe each phase in
detail.
Assignment No 2. 20
marks
Assignment No 3. 20
marks