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 4 - 2019 Pattern
C++:
A)
Write a C++ program to accept Worker information Worker_Name, No_of_Hours_worked, Pay_Rate
and Salary. Write necessary functions to calculate and display the salary of Worker. (Use default value
for Pay_Rate)
[15 M]
B)
Write a C++ program to create a base class Employee (Emp-code, name, salary). Derive two classes as
Fulltime (daily_wages, number_of_days) and Parttime (number_of_workinghours, hourly_wages).
Write a menu driven program to perform following functions:
1. Accept the details of ‘n’? employees and calculate the salary.
2. Display the details of ‘n’ employees.
3. Display the details of employee having maximum salary for both types of employees.
[25 M]
PHP:
A)
Define a class Employee having private members — id, name, department, salary. Define parameterized
constructors. Create a subclass called “Manager” with private member bonus. Create 3 objects of the
Manager class and display the details of the manager having the maximum total salary (salary + bonus).
[15 M]
B)
Create an xml file which should comprise the following:
<cricket>
<player>Sachin Tendulkar</player>
<runs>2000</runs>
<wickets> 100</wickets>
<noofnotout>20</noofnotout>
</cricket>
Forat least 5 players.
Write a PHPscript to display the details of players who have scored more than 1200 runs and atleast
50 wickets.
[25 M]
Node JS:
A)
Create a Node.js Application that accepts first name, last name and date of birth of a Person and define a Module that concatenate firstName and lastName andalso calculate the age of the Person
.
[15 M]
B)
Using Node,js create a S Y BBA(CA)Teachers Profile System.
[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