Home
BBA - CA ( BCA )
_FY BBA-CA ( BCA )
_SY BBA-CA ( BCA )
_TY BBA-CA ( BCA )
Viva/MCQs
Interview Practice
Question Bank
Donate Us!
Practical Slip 5 - 2019 Pattern
C++:
A)
Considerthe following C++ class
class Point
{
int x.y;
public:
void setpoint(int, int); // To set the values of x and y co-ordinate.
void showpoint(); /| To display co-ordinate of a point P in format(x, y).
}; [Marks 15]
B)
Create a C++ base class Shape. Derive three different classes Circle, Sphere and Cylinder from shape
class. Write a C++ program to calculate area of Circle, Sphere and Cylinder. (Use pure virtual
function).
[25 M]
PHP:
A)
Create an abstract class Shape with methods area( ) and volume( ). Derive three classes rectangle
(length, breath), Circle(radius) and Cylinder(radius, height), Calculate area and volume of all. (Use
Method overriding).
[15 M]
B)
Create student table as follows:
Student(sno, sname,standard, Marks, per).
Write AJAXscript to select the student name andprint the student’s details of particular standard.
[25 M]
Node JS:
A)
Create a Node.js Application that performs following operations on Buffer data. [15 M]
a. Concat
b. Compare
c. Copy
B)
Create a Node,js file that Select all records from the "customers" table, and delete the specified record.
[25 M]
Post a Comment
0 Comments
Recent Posts
4/recent/post-list
Social Plugin
Popular Posts
602 Software Testing | 2 Marks Questions with Answer
July 27, 2022
604 Android Programming | 2 Marks Questions with Answer
August 05, 2022
604 Android Programming | 4 Marks Questions with Answer
August 05, 2022
Categories
Algorithms & Data Structure
1
Database
1
Interview Question
10
Programming Language
7
Question Bank
28
VIVA / MCQ with Answer
10
Web Development
4
Monthly Blog
April
4
November
1
August
7
July
33
June
3
May
1
March
1
February
3
Tags
Algorithms & Data Structure
Database
Interview Question
Programming Language
Question Bank
VIVA / MCQ with Answer
Web Development
0 Comments