B.B.A (C.A) Sem 3rd and 4th Paper Set
B.B.A (C.A) Sem 3rd and 4th Paper Set
:
P6003 [Total No. of Pages : 2
[6144]-301
S.Y. /B.B.A. (Computer Application)
CA - 301 : DIGITAL MARKETING
(2019 Pattern) (Semester - III)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates:
1) All questions are compulsory.
2) Neat diagram must be drawn wherever necessary.
3) Figures to the right indicate full marks.
[6144]-301 2
Total No. of Questions : 5] SEAT No. :
P-6004 [Total No. of Pages : 3
[6144]-302
S.Y.B.B.A. (C.A.)
CA - 302 : DATA STRUCTURE
(2019 Pattern) (Semester-III)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates :
1) All questions are compulsory.
2) Draw diagram wherever necessary.
3) Figures to the right indicate full marks.
d) What is searching?
P.T.O.
Q2) Attempt any Four of the following. [4 × 4 = 16]
[6144]-302 2
Q5) Attempt any two of the following : [2 × 3= 6]
a) Convert the following expression into prefix
i) A+B/C*(D – A) ^ F ^ H
ii) A* (B*C+D*E) + F
b) Define the following terms
i) Parent Node
ii) Sub tree
iii) Directed Graph
c) What is degree of vertex? Find indegree & outdegree of the following
graph for each vertex.
[6144]-302 3
Total No. of Questions : 5] SEAT No. :
P6005 [6144]-303
[Total No. of Pages : 2
S.Y.B.B.A.
CA - 303 : SOFTWARE ENGINEERING
(2019 Pattern) (Semester - III)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates:
1) All questions are compulsory.
2) Neat diagram must be drawn wherever necessary.
3) Figures to the right indicate full marks.
[6144]-303 1 P.T.O.
Q3) Attempt any FOUR of the following: [4×4=16]
a) Draw decision table for the following case. A company gives discount
on the purchase of goods depending on the sales and duration of payment.
i) 5% discount if order amount > 50,000.
ii) 3% discount if order amount between 25,000 and 50,000.
iii) No discount if order < 10,000 or payment is not done within 8
days.
b) Define module. Explain types of modules.
c) Draw ER-Diagram for “Hospital Management System”.
d) What is Decision Table? Need of Decision table.
e) Explain elements of Data flow diagrams?
[6144]-303 2
Total No. of Questions : 5] SEAT No. :
P.T.O.
Q3) Attempt any FOUR of the following : [4 × 4 = 16]
a) Give the difference between $rootScope and $scope.
b) What are the purposes of AngularJS services? Name any two services.
c) Explain MVC architecture in detail.
d) Write a program to demonstrate the use of ng-controller.
e) Write a simple program to show the use of $scope.
[6144]-304 2
Total No. of Questions : 5] SEAT No. :
P.T.O.
Q3) Attempt any Four (out of FIVE) : [4 × 4 = 16]
a) Write a PHP script to display table of a number?
b) Write any two Built-in functions of String with example.
c) Write a code in PHP which accepts two strings from user and displays
them after concatenation.
d) Write a PHP program to calculate factorial of a number.
e) Write a PHP script to check whether a number is prime or not.
[6144]-305 2
Total No. of Questions : 5] SEAT No. :
P6008 [Total No. of Pages : 2
[6144]-306
S.Y.B.B.A. (Computer Application)
CA - 305 : BIG DATA
(2019 CBCS Pattern) (Semester -III)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to right indicates full marks.
[6144]-306 1 P.T.O.
Q3) Attempt any FOUR of the following : [4×4=16]
a) Explain 5V’s of Big Data.
b) Explain the phases of Data Analytics Life Cycle.
c) Explain for loop in R programming with syntax and example.
d) Explain Naive Bayes Algorithm in detail.
e) Explain Head ( ) and Tail ( ) functions in dplyr package.
[6144]-306 2
Total No. of Questions : 5] SEAT No. :
P6009 [Total No. of Pages : 2
[6144]-307
S.Y.B.B.A. (C.A.)
CA - 305 : BLOCKCHAIN
(2019 Pattern) (Semester -III)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicates full marks.
[6144]-307 1 P.T.O.
Q3) Attempt any FOUR of the following (Out of FIVE). [4×4=16]
a) What are the advantages of Hyperledger Fabric for blockchain networks.
b) What are consensus algorithms in blockchain?
c) What is Blockchain? What the Features Blockchain.
d) What are the advantages of DApps?
e) Which are the components of blockchain?
Q5) Write a short note on any TWO of the following (Out of THREE). [2×3=6]
a) Write a short note on Crypto wallet.
b) Write a short note on Evolution of blockchain.
c) Write a short note on actors of Blockchain.
[6144]-307 2
Total No. of Questions : 5] SEAT No. :
P6010 [Total No. of Pages :2
[6144] - 401
S.Y.B.B.A. (Computer Application)
CA-401 : NETWORKING
(CBCS 2019 Pattern) (Semester-IV)
P.T.O.
Q4) Attempt any three of the following. [3×5=15]
a) Proxy Server
c) IP addressing
d) Topology
eeee
[6144] -401 2
Total No. of Questions : 5] SEAT No. :
[6144]-402 2
}
void display ( )
{
cout <<"\n a =" <<a<< "\n b =" <<b;
}
}
int Number : : cnt ;
void main ( )
{ Number N1(4, 6), N2(2, 8);
cout <<"\n Total object created :"
<<Number : : cnt ;
}
b) Explain parameterized constructor with the help of suitable example.
c) Explain virtual base class with example.
d) Write a C++ program to find maximum of two integer numbers using
function template.
e) Write a program to overload binary plus operator to concatenation of
two strings.
[6144]-402 3
Total No. of Questions : 5] SEAT No. :
P6012 [Total No. of Pages : 2
[6144]-403
S.Y.B.B.A. (C.A.)
CA - 403 : OPERATING SYSTEM
(2019 Pattern) (Semester -IV)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicates full marks.
[6144]-403 1 P.T.O.
Q3) Attempt any 4 of the following. [4×4=16]
a) Compare internal and external fragmentation.
b) Consider the following set of processes with the length of the CPU burst
time given in milli seconds.
Process Burst Time
P1 10
P2 1
P3 2
P4 1
P5 5
All processes arrived at time () in the order P1, P2, P3, P4, P5.
i) Draw Gantt chart using SJF method.
ii) Calculate average turnaround time and average waiting time.
c) Explain semephores and its types.
d) What is deadlock? Explan various deadlock handling techniques.
e) What are the different types of directory structure? Explain.
[6144]-403 2
Total No. of Questions : 5] SEAT No. :
P.T.O.
Q3) Answer the following (any four) : [4 × 4 = 16]
a) How to write asynchronous data to a file explain with suitable example?
b) Write a program which uses add Listener (). method of Event Emitter
class.
c) Write a short note on NPM.
d) Write a code for selecting all records from Player's table.
e) Explain module. exports in Node.js.
[6144]-404 2
Total No. of Questions : 5] SEAT No. :
P.T.O.
Q3) Attempt any FOUR of the following. [4 × 4 = 16]
a) Create a XML file which gives details of books available in "xyz
Bookstore" from the following categories : (i) Technical (ii) General
knowledge (iii) Fitness
b) Write php script to create CD catlog using XML file.
c) Write a PHP program to create student registration form and display
student information (use sticky form concept)
d) Create student table as follows : student (sno sname, per) Write Ajax
program to select the student name and print the selected student's details.
e) Define a class Employee having private members_id, name, department,
salary. Define parameterized constructors. Create a sub class called 'Clerk'
with private member bonus. Create one objects of the clerk class and
display the details of the clerk having the maximum total salary (salary +
bonus).
[6144]-405 2