B.B.A (C.a) 2013 Pattern PDF
B.B.A (C.a) 2013 Pattern PDF
B.B.A (C.a) 2013 Pattern PDF
of Printed Pages—2
Seat
No. [5417]-101
F.Y. B.B.A. (CA)/F.Y. B.C.A. (I Semester) EXAMINATION, 2018
(2013 PATTERN)
(2) DRAM
P.T.O.
2. Attempt any four : [16]
(a) Explain various generations of computers.
(b) Draw and explain block diagram of computer.
(c) List output devices. Explain any one output device.
(d) Write a note on hard disk.
(e) Write an algorithm to find out sum and average of N numbers.
Seat
No. [5417]-102
B.C.A./B.B.A. (CA) (I Semester) EXAMINATION, 2018
(2013 PATTERN)
Book-keeping. [16]
Or
March 2018
3. Record the following transactions in the Cash and Bank column Cash
January 2018
Profit and Loss Account and Balance Sheet on that date : [16]
Trial Balance
Capital 45,000
Salaries 13,000
Drawings 4,000
Rent 1,300
Purchase 40,000
Sales 73,100
Debtors 25,000
Creditors 8,000
[5417]-102 3 P.T.O.
Furniture 11,700
Wages 500
Insurance Premium 1,200
Rent by Sub-letting 800
Cash 700
Bank 8,000
Total 1,36,300 1,36,300
Adjustments :
(1) Closing Stock ` 10,500 but the market value of closing stock
was ` 9,500.
(2) Insurance premium prepaid ` 200.
(3) Loan to Mr. X, given at 10% interest p.a. and loan taken
from Mr. Y carries 9% interest p.a.
(4) Depreciation is to be provided at 5% on furniture.
(5) Goods worth ` 500 have been taken by the proprietor for
private use.
(6) Bad and doubtful debts are to be provided at 10%.
[5417]-102 4
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-103
B.B.A.(CA)/B.C.A. (I Semester) EXAMINATION, 2018
(2013 PATTERN)
negative.
P.T.O.
(c) Write an algorithm to find factorial value of given number.
(d) Draw a flow chart to find minimum of an array.
(e) Compare linear search and binary search.
Seat
No. [5417]-104
B.C.A. (I Semester) EXAMINATION, 2018
BUSINESS COMMUNICATION
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Figures to the right indicate full marks.
P.T.O.
4. Highlight the do’s and don’ts to be followed in group discussion. [15]
Or
sites. [15]
[5417]-104 2
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-105
BCA/BBA (CA) (I Semester) EXAMINATION, 2018
(2013 PATTERN)
Or
Or
Or
P.T.O.
4. What is delegation ? Describe the steps in delegation.
Or
[5417]-105 2
Total No. of Questions—4] [Total No. of Printed Pages—5
Seat
No. [5417]-201
F.Y. B.C.A. (II Semester) EXAMINATION, 2018
201 : PROCEDURE ORIENTED PROGRAMMING USING—C
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Neat diagram should be drawn wherever necessary.
(iii) Use Ansi C methods.
P.T.O.
2. Answer the following (any four) : [4×5=20]
(a) The nested if-else-if statement is always equivalent to switch
of while structure.
(c) List the storage classes in C. Explain any two.
memory allocation ?
loops :
1
0 1
1 0 1
0 1 0 1
1 0 1 0 1
till the user enters. Count the total number of uppercase alphabets,
[5417]-201 2
(d) Write a C program to accept information about five employees
(emp_no, emp_name, emp_salary) using structure and sort the
records on emp_no.
(a) main( )
int i=3, k, l;
k = add (++i);
l = add (i++);
}
int add (x)
++x;
return (x);
(b) main( )
int i = – 3, j = – 7;
[5417]-201 3 P.T.O.
printf (‘‘ln i = %d, j = %d’’, i, j);
}
jump (int i, int *j)
{
i = i*i;
*j = *j * *j;
}
(c) #include
int main( )
{
int a = 5;
float b;
printf (‘‘%d’’, size of (++a+b);
printf (‘‘%d’’, a);
return (0);
}
(d) main( )
{
int x, y;
int *ptr;
x = 100;
ptr = &x;
y = *ptr;
printf (‘‘%d\n’’, y);
return (0);
}
[5417]-201 4
(e) main( )
{
int i = 0, x = 0;
{
if {i%2 = = 1)
x = x + 1;
else
x – –;
} }
[5417]-201 5 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-202
B.C.A./B.B.A. (C.A.) (II Semester) EXAMINATION, 2018
(2013 PATTERN)
Model.
(b) Explain primary key and foreign key with suitable example.
Item and sup are related with many-to-many relationship with rate,
discount.
Constraints : primary key and item qty > 5 and rate > 0
(i) Tuple
(iii) Domain
(iv) Entity.
[5417]-202 2
5. (a) Attempt the following : [8]
In a milk billing system the farmers are the members of the
than that depending upon the collected milk from cow, the
bank.
(iv) List of the customer who have taken loan from the bank
[5417]-202 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-203
B.C.A. (II Semester) EXAMINATION, 2018
ORGANISATIONAL BEHAVIOUR
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Figures to the right indicate full marks.
P.T.O.
4. Define the term Conflict. Explain the effects of Conflict. [15]
Or
Define the term ‘Group’. State the stages of Group Formation. Explain
Formal and Informal Groups. [15]
[5417]-203 2
Total No. of Questions—5] [Total No. of Printed Pages—4
Seat
No. [5417]-204
F.Y. B.B.A. (CA) (II Semester) EXAMINATION, 2018
204 : COMPUTER APPLICATIONS IN STATISTICS
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) All questions carry equal marks.
(iii) Figures to the right indicate full marks.
(iv) Use of calculator is allowed.
[5417]-204 2
(c) Generate a random sample of size 4 using linear congruential
generator Xi+1 = (3Xi + 4) mod 5, with X0 = 2.
one lady.
(e) Define the following terms :
(d) Define binomial distribution. Also state its mean and variance.
[5417]-204 3 P.T.O.
(f) Determine which of the following are deterministic and non-
deterministic experiments :
(i) Finding an area of a circle with radius 5 cm.
(ii) Life of an electronic component.
(iii) Tossing of a coin.
(iv) Number of misprints on a page.
5. Attempt any two of the following : [2×8=16]
(a) The probability distribution of rainfall is as follows :
No rain 0.5
1 cm rain 0.25
2 cm rain 0.15
3 cm rain 0.05
4 cm rain 0.03
5 cm rain 0.02
Seat
No. [5417]-205
B.B.A. (CA) (II Semester) EXAMINATION, 2018
205 : E-COMMERCE CONCEPTS
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Figures to the right indicate full marks.
(c) Explain any four reasons for building our own website.
(b) Extranets
(d) B2C
[5417]-205 2
Total No. of Questions—5] [Total No. of Printed Pages—5
Seat
No.
[5417]-301
P.T.O.
3. Attempt the following (any four) : [4×4=16]
(a) Explain the properties of transaction.
(b) Explain log-based recovery in detail.
(c) What is deadlock ? Explain deadlock detection.
(d) What is serializability ? Explain types with example.
(e) What is trigger ? Describe types of trigger.
[5417]-301 2
5. Attempt any four : [4×4=16]
T1 T2 T3
Write (A)
T1 T2
x = x + 1000 x = x – 1000
Write (y)
z = z + 3000
Write (z)
[5417]-301 3 P.T.O.
(c) The following is the list of events in an interleaved execution
of set T 1 , T 2, T 3 and T 4 assuming 2 PL. Is there a
deadlock ? If yes, which transactions are involved ?
Time Transaction Code
t1 T1 Lock (P, X)
t2 T2 Lock (Q, S)
t3 T3 Lock (P, S)
t4 T4 Lock (Q, S)
t5 T1 Lock (Q, X)
t6 T2 Lock (R, X)
t7 T3 Lock (U, S)
t8 T4 Lock (D, X)
(d) The following is the list of events in an interleaved execution
of set of transaction T1, T2, T3 with two phase locking protocol.
Construct the wait-for-graph. Is there a deadlock ? If yes,
specify which transactions are involved :
Time Transaction Code
t1 T1 Lock (A, S)
t2 T2 Lock (B, X)
t3 T3 Lock (C, X)
t4 T4 Lock (A, S)
t5 T1 Lock (C, X)
t6 T2 Lock (A, S)
t7 T3 Lock (D, X)
t8 T4 Lock (B, S)
[5417]-301 4
(e) The following are the log entries at the time of system
crash :
[Start-transaction, T1]
[Read item, T1, U]
[Write-item, T1, U, 40]
[Commit, T1]
[Checkpoint]
[Start-transaction T2]
[Read-item, T2, Q]
[Write-item, T2, Q, 32]
[Start-transaction, T3]
[Write-item, T3, P, 40]
[Read-item, T2, U]
[Write-item, T3, U, 45] System crash
If deferred technique used, what will be a recovery
procedure ?
[5417]-301 5 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-302
(2013 PATTERN)
P.T.O.
2. Attempt any four of the following : [4×4=16]
(a) Write a function to create Doubly Linked List.
(a) Write a function to delete last node from Singly Linked List.
(c) Write a function to remove First Node singly linked list and
[5417]-302 2
5. Attempt any four of the following : [4×4=16]
(a) Define the following terms :
[5417]-302 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—4
Seat
No. [5417]-303
B.C.A./B.B.A. (C.A.) (III Semester) EXAMINATION, 2018
303 : INTRODUCTION TO OPERATING SYSTEM
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Neat diagram must be drawn wherever necessary.
[5417]-303 2
(b) Explain medium term scheduler in detail.
(e) Assume there are total 200 tracks present on each surface
of the disk, if request queue is 57, 60, 41, 20, 92, 162, 152,
40, 186.
Scheduling ?
9, 2, 3, 4, 2, 5, 2, 6, 4, 5, 2, 5, 4, 3, 4, 2, 3, 9, 2, 3
(i) FIFO
(ii) Optimal.
and Grouping.
[5417]-303 3 P.T.O.
(e) Consider the following snapshot of system :
Allocation MAX Available
P1 200 322
P2 302 902
P3 211 222
P4 002 433
[5417]-303 4
Total No. of Questions—5] [Total No. of Printed Pages—6
Seat
No. [5417]-304
BUSINESS MATHEMATICS
(2013 PATTERN)
(b) Three scooters were sold through an agent for Rs. 30,000,
Rs. 21,000 and Rs. 15,000 respectively. The rate of commission
was 15% on the first and 12% on the second. If on
the whole the agent received a commission of 14%,
find the commission received by him on the third
scooter.
P.T.O.
(B) Attempt any two of the following : [10]
(ii) x + y : x – y = 5 : 2, find x : y.
(c) A television set costing Rs. 52,000 was sold for Rs. 48,400
after one year. Find the percentage loss.
[5417]-304 2
3. (A) Attempt any one of the following : [6]
1 3 3
A 1 4 3
.
1 3 4
3x – y = 3
2x – 3y = –5
2 2 1 3
2X .
1 4 2 1
(c) If
1 1
A
2 6
find |A – 2I|.
[5417]-304 3 P.T.O.
4. (A) Attempt any one of the following : [6]
(a) Solve the following LPP graphically :
Minimize Z = 2x1 + 4x2
Subject to 6x1 + x2 18
x 1 + 4x 2 12
x 1 + 2x 2 10
x1, x2 0
(b) A manufacturing company produces two types of batteries
of low volt and medium volt. A low volt battery requires
one hour processing time on machine and two hours of
labour time. A medium volt battery requires 2 hours of
processing time on machine and 1.5 hours of labour time.
In a week, processing machine is available for 70 hours
and available labour time is 60 hours. The profit due
to each of the low volt battery is Rs. 60 whereas due
to medium volt battery is Rs. 75. Formulate the problem
as LPP.
(B) Attempt any two of the following : [10]
(a) Explain the following terms :
(i) Feasible solution
(ii) Scalar matrix
(iii) Simple interest.
(b) The difference between the simple and compound interest
at 15% p.a. on Rs. 1,000, for 3 years.
(c) A student finishes a book by reading 30 pages per day
in 16 days. If he wants to finish the book in 12 days,
how many pages should be read everyday ?
[5417]-304 4
5. (A) Attempt any one of the following : [6]
(a) Obtain the initial basic feasible solution using VAM for
the following transportation problem :
Stores Supply
S1 S2 S3 S4
W1 50 150 70 60 50
Warehouses W2 80 70 90 10 60
W3 15 90 80 80 40
Demand 20 70 50 10 150
2 x 3 x 4 x
1 2 1 0
.
2 1 3
To Supply
From 2 7 4 5
3 3 1 8
5 4 7 7
1 6 2 14
Demand 7 9 18
[5417]-304 5 P.T.O.
(b) Obtain the initial basic feasible solution to the following
transportation problem using matrix minima method :
To Supply
From 3 4 9 2 23
6 5 8 8 27
Demand 12 13 15 10 50
[5417]-304 6
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-305
S.Y.B.C.A. (III Semester) EXAMINATION, 2018
305 : SOFTWARE ENGINEERING
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) All questions carry equal marks.
[5417]-305 2
Total No. of Questions—5] [Total No. of Printed Pages—5
Seat
No. [5417]-401
B.B.A. (C.A.)/B.C.A. (IV Semester) EXAMINATION, 2018
(401) OBJECT ORIENTED PROGRAMMING USING C++
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Figures to the right indicate full marks.
(iii) All questions carry equal marks.
(iv) Neat diagrams must be drawn wherever necessary.
(v) Assume suitable data if necessary.
oriented programming.
file.
inline function.
function.
base class.
[5417]-401 2
4. Attempt any four of the following : [4×4=16]
(a) Explain rules for overloading operators.
(e) Trace the output of the following program and explain it. Assume
#include <iostream.h>
class Base1 {
public :
~ Base1 ( )
}
};
class Base2 {
public :
~ Base2 ( )
};
[5417]-401 3 P.T.O.
{
public :
~ Derived ( )
};
int main ( )
Derived d;
return 0;
(e) Trace the output of the following program and explain it. Assume
[5417]-401 4
{
c1+ = 2;
c2+ = 1;
int main ( )
{
int P1 = 20, P2 = 4;
Position (P1);
[5417]-401 5 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-402
(2013 PATTERN)
(j) Property used to apply bold and italic effect on selected text
of rich textbox.
P.T.O.
2. Attempt the following (any four) : [4×4=16]
or not.
control.
(b) Define Function. Explain date, time, function and numeric function
in detail.
[5417]-402 2
(c) Write a program in VB to accept product details from the
(a) Menu
(e) MDI.
[5417]-402 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-403
B.C.A. (IV Semester) EXAMINATION, 2018
COMPUTER NETWORKING
(2013 PATTERN)
(d) What is NIC ? List types of NIC and explain any one in
detail.
P.T.O.
3. Attempt any three of the following : [3×5=15]
(a) Explain server based and peer to peer LAN’s.
(c) What is bridge ? What are its types ? Explain any one in
detail.
(d) What are different modes of communication ? Explain any one.
(c) SAP
[5417]-403 2
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-404
S.Y. B.B.A. (C.A.) (IV Semester) EXAMINATION, 2018
ENTERPRISE RESOURCE PLANNING AND MANAGEMENT (404)
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Neat diagrams must be drawn wherever necessary.
(d) OLAP
[5417]-404 2
Total No. of Questions—6] [Total No. of Printed Pages—2
Seat
No. [5417]-405
B.B.A. (C.A.)/B.C.A. (Sem. IV) EXAMINATION, 2018
(2013 PATTERN)
[15]
3. Explain the merits and demerits of Time Rate and Piece Rate System
P.T.O.
6. Write short notes on (any four) : [20]
(a) Challenges before HRM
[5417]-405 2
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-501
(2013 PATTERN)
N.B. :— (i) All questions are compulsory and carry equal marks.
P.T.O.
2. Attempt any four : [4×4=16]
(a) Define an abstract class Hospital with protected member id
line and store all prime numbers into an array and display
elements of array.
Argument)
[5417]-501 2
(b) Explain the following keywords :
(i) Final
(ii) Finally
(iii) Finalized.
(c) Write a Java program to accept string from user, if its length
is less than 7, then throw user defined exception ‘‘Invalid String’’
(b) Explain each term in public static void main (string args [ ]).
(c) Define an Interface shape with abstract method area( ). Write
on the frame.
AWT ?
[5417]-501 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-502
B.B.A. (C.A.) (V Semester) EXAMINATION, 2018
502 : WEB TECHNOLOGY
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Figures to the right indicate full marks.
number.
(e) Design a HTML page to accept string and write a PHP function
(c) Design HTML page to accept a number and write a PHP script
[5417]-502 2
(e) Write a HTML code to design the following form :
Student Registration form
Name of student :
Mobile No. :
Address Line :
City :
State :
Pincode :
Submit
[5417]-502 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-503
VB.NET PROGRAMMING
(2013 PATTERN)
(e) Define CLR and enlist any two services provided by CLR.
DivideByZeroException.
[5417]-503 2
(4) Design GUI and write a code in VB.Net using Rich TextBox :
(1) Bold
(2) Italic
(3) Exit
(5) Define Assembly and explain types of assembly.
[5417]-503 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-504
T.Y. B.C.A. (V Semester) EXAMINATION, 2018
504 : OBJECT ORIENTED SOFTWARE ENGINEERING
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Neat diagrams must be drawn wherever necessary.
(iii) Figures to the right indicate full marks.
entry the cashier informs the sales totals and tax to the customer.
The customer chooses payment type (cash, cheque, credit/debit). After
updates the inventory, the cashier handovers the receipt to the customer.
[5417]-504 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—4
Seat
No. [5417]-601
B.B.A. (C.A.) (VI Semester) EXAMINATION, 2018
(2013 PATTERN)
example :
(d) Write a PHP program to accept two strings from user and
form concept)
(c) Write a simple PHP program which implements Ajax for addition
of two numbers.
<course>
<computer science>
<|computer science>
<|course>
Write Ajax program to select the bus name and print the
selected bus details.
[5417]-601 3 P.T.O.
5. Write short notes on (any four) : [4×4=16]
(a) Introspection
(c) Constructor
[5417]-601 4
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-602
(2013 PATTERN)
Or
different machines.
Or
sname, per, class) and store it into the database. (Use Prepared
Statement Interface).
[5417]-602 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—3
Seat
No. [5417]-603
(2013 PATTERN)
(i) Server
(ii) Client.
communication.
(e) What are the current and future trends in mobile computing ?
[5417]-603 2
(b) Define the terms :
(i) Active Attack
[5417]-603 3 P.T.O.
Total No. of Questions—5] [Total No. of Printed Pages—2
Seat
No. [5417]-604
B.C.A. (VI Semester) EXAMINATION, 2018
604 : SOFTWARE TESTING
(2013 PATTERN)
Time : Three Hours Maximum Marks : 80
N.B. :— (i) All questions are compulsory.
(ii) Figures to the right indicate full marks.
(2) State and explain difference between load and stree testing.
(3) Load-Runner
[5417]-604 2