M.C.A - Commerce (2013 Pattern)
M.C.A - Commerce (2013 Pattern)
M.C.A - Commerce (2013 Pattern)
c) System software.
d) Flowchart
e) Compiler
f) Joystick
h) Protocol
P.T.O.
Q3) Attempt the following (any 3) : [3 × 4 = 12]
a) Explain Software Development Activities.
b) Explain EBCDIC in detail.
c) Define ‘Output Device’. Explain LCD with figure.
d) Write an algorithm to find given number is prime or not and draw its
flowchart.
[5521]-101 2
Total No. of Questions : 4] SEAT No. :
b) Define :
i) printf()
ii) Scanf()
c) Give syntax of if-else statement with example.
P.T.O.
d) What will be the output of the program?
#include<stdio . h>
int main()
{
int fun(int);
int i = fun(10);
printf(“%d\n”, - - i);
return(0);
}
int fun(int i)
{
return (i++);
}
[5521]-102 3
Total No. of Questions : 4] SEAT No. :
[5521]-103 2
Q4) Attempt any three of the following. [3 × 4 = l2]
a) State Binomial distribution with parameter n and p and derived expression
of mean and variance. [4]
b) Answer the following : [4]
i) State additive property of the Poisson distribution.
ii) Let X and Y are independent Poisson random variables with mean
X
P Y 3
2
P[X + Y < 10]
[5521]-103 3
Total No. of Questions : 5] SEAT No. :
Q1) From the following Trial Balance of Mr. Sanjay, prepare Final Accounts as on
31st March, 2016. [14]
Particulars Debit Rs. Credit Rs.
Capital 250000
Premises 137000
Plant and machinery 40000
Goodwill 20000
Drawings 25000
Cash in hand 1895
Opening Stock 27000
Wages 10000
Purchases less returns 70000
Carriage inward 600
Commission 6000
Insurance 2000
Motor car 13000
Carriage outward 1400
Sales less returns 130000
Salaries 15000
Bank charges 105
Reserve for doubtful debts 1500
Debitors 20000
Creditors 7500
Total 389000 389000
P.T.O.
Adjustments;
a) On 31st March, 2016, the stock was valued at Rs. 50000/- (Market Value
Rs.60000/-).
b) Insurance premium amounting to Rs. 500 is prepared.
c) Outstanding salaries amounted to Rs. 1500.
d) Depreciation to be provided on Plant and Machinery and Motor Car is
15% p.a.
Q3) Success Enterprises purchased Machinery on 1st April 2016 for Rs. 1000000/-
They have decided to Company decided to charge depreciation by Fixed
Instalment method. The life of the Machine is expected to be 5 years. However
Company have sold this Machinery on 31st March 2018 for Rs. 150000/-
Prepare Machinery Account and Depreciation Account. [12]
[5521]-104 2
Q5) Write short notes on the following (Any3) : [12]
a) Importance of Accounting Standards.
b) Merits and Demerits of ERP (Enterprise Resource Planning).
c) Convention of Conservatism.
d) Going concern Concept.
e) Users of Financial Accounting.
[5521]-104 3
Total No. of Questions : 4] SEAT No. :
P.T.O.
Q3) Attempt any three : [12]
a) Define array? Explain dynamic implementation of an array.
b) Convert the following infix expression to postfix expression.
(A + B) * (C – D) / E
c) Find Inorder, Preorder & Postorder traversal for following binary tree.
[5521]-201 2
Total No. of Questions : 4] SEAT No. :
[5521]-202
M.C.A. (Commerce) (Semester - II)
202 : OOP’s Using C++
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
[5521]-202 2
}
cout << x;
cout << end1;
cout << :: x;
cout << end1;
return 0;
}
[5521]-202 3
Total No. of Questions : 4] SEAT No. :
[5521]-203
M.C.A. (Commerce) (Semester - II)
203 : Elements of Mathematics
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
[5521]-203 2
Total No. of Questions : 4] SEAT No. :
[5521]-204
M.C.A. (Commerce Faculty)
204 : SYSTEM ANALYSIS AND DESIGN
(2013 Pattern) (Semester - II)
Time : 3 Hours] [Max. Marks :50
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.
Q1) The SBI Bank Management has decided to implement computerized system
for all bank transaction. Consider suitable assumptions. Draw the content
level and first level DFD for the system and ERD diagram. [14]
Total No. of Questions : 4] SEAT No. :
[5521]-205
M.C.A. (Commerce) (Semester - II)
205 : Database Management System
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
3) Neat diagrams must be drawn wherever necessary.
4) Assume suitable data, if necessary.
Q3) a) Consider the following relations and solve any two queries in relational
algebra. [2 × 2 = 4]
Item (item-code, item-name, price)
Order (order-code, order-date, customer-name)
Item-order (item-code, order-code, quantity)
i) Find all the items that are ordered by customers.
ii) Display all the order numbers along with items under then.
iii) List all the items along with their prices.
P.T.O.
b) Consider the following relations and solve any four queries in SQL.
Owner (licence-no, name, address, phone) [4 × 2 = 8]
Car (carno, model, colour, licence-no)
i) Create table query for car table by adding primary key constraint
and model should not be null.
ii) Add city attribute in owner table.
iii) Insert a raw/record in owner table.
iv) Display the names of owner of ‘zen’ or ‘Indica’ cars.
v) Delete all cars having colour ‘black’.
[5521]-205 2
Total No. of Questions : 4] SEAT No. :
[5521]-206
M.C.A. (Semester - II)
COMMERCE
Human Resource Management
(2013 Pattern) (Credit Base System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
Total No. of Questions : 4] SEAT No. :
[5521]-301
M.C.A. (Semester - III)
COMMERCE FACULTY
301 : Core Java
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory
2) Assume suitable data, if necessary.
[5521]-301 2
Total No. of Questions : 8] SEAT No. :
[5521]-302
M.C.A. (Commerce) (Semester - III)
302 : ADVANCED DATABASE MANAGEMENT SYSTEM
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) Attempt any five questions.
2) Figures to the right indicate full marks.
P.T.O.
Q5) Attempt the following :
a) Write a note on object. [4]
b) Explain 2-phase commit protocol. [4]
c) Define the term Recall. [2]
[5521]-302 2
Total No. of Questions : 4] SEAT No. :
[5521]-303
M.C.A. (Semester - III)
COMMERCE
303 : Object Oriented Software Engineering
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory
2) Figures to the right indicate full marks.
3) Neat diagrams must be drawn wherever necessary.
P.T.O.
Q4) Attempt any three of the following : [3 × 4 = 12]
a) Explain different types of views.
b) Explain Testing life cycle in details.
c) Draw Activity diagram for Library Management System.
d) Explain OOA in details.
[5521]-303 2
Total No. of Questions : 5] SEAT No. :
[5521]-304
M.C.A. (Commerce) (Semester - III)
304 : NETWORK OPERATIONS
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
[5521]-304 2
Total No. of Questions : 4] SEAT No. :
[5521]-305
M.C.A. (Commerce Faculty) (Semester - III)
305 : OPERATING SYSTEM
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All Questions are compulsory.
2) Figures to the right indicate full marks.
P.T.O.
Q3) Attempt the following (any 3) : [3 × 4 = 12]
a) Explain Multilevel Queue scheduling.
b) Explain Process state transition diagram.
c) Write note on Segmentation with paging.
d) Consider the following Page reference String find page fault for 3 free
frames using the following:
i) LRU ii) FIFO
4,3,2,1,4,3,5,4,3,2,1,5
Available Resources
R1 R2 R3 R4
1 5 2 0
Answer the following questions using Bankers Algorithm:
i) What are contents of matrix need?
ii) Is the system in a safe mode?
[5521]-305 2
Total No. of Questions : 7] SEAT No. :
[5521]-307
M.C.A. (Semester - III)
COMMERCE
308 : Management Information System
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) Solve any five questions.
2) Figures to the right indicate full marks.
Q6) Explain the concept of system. Explain the need and importance of system
analysis for existing system. [10]
Q7) How information system impacts organizations and business firms? Explain
in detail. [10]
Total No. of Questions : 4] SEAT No. :
[5521]-401
M.C.A. (Commerce)
401 : ADVANCE JAVA
(2013 Pattern) (Semester - IV)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks for the question.
[5521]-401 2
Total No. of Questions : 4] SEAT No. :
[5521]-402
M.C.A. (Semester - IV)
COMMERCE
402 : Visual Programming
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) Figure to right full marks.
2) Attempt all of the following.
[5521]-402 2
Total No. of Questions : 4] SEAT No. :
[5521]-403
M.C.A. (Semester - IV)
COMMERCE
CS -403 : Distributed Database System
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All question are compulsory.
2) Figures to the right indicate full marks.
[5521]-403 2
Total No. of Questions : 8] SEAT No. :
[5521]-404
M.C.A. (Commerce) (Semester - IV)
404 : WEB TECHNOLOGIES
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) Attempt any five questions.
2) Figures to the right indicate full marks.
P.T.O.
Q6) Answer the following :
a) Explain image mapping with example. [5]
b) Explain XSLT. [5]
[5521]-404 2
Total No. of Questions : 4] SEAT No. :
[5521]-405
M.C.A. (Semester - IV)
COMMERCE FACULTY
406 : IT Project Management
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
[5521]-405 2
Total No. of Questions : 4] SEAT No. :
[5521]-406
M.C.A. (Commerce Faculty)
407 : CYBER LAW AND INFORMATION SECURITY
(2013 Pattern) (Semester - IV)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right indicate full marks.
Q1) Define and explain in brief any seven of the following : [7 × 2 = 14]
a) Fire wall
b) Cryptanalysis
c) Information Technology Act, 2000
d) Rotor Machines
e) Attributes of Electronic Records
f) Importance of Information Security
g) Trade Marks
h) Cipher
[5521]-406 2
Total No. of Questions : 8] SEAT No. :
P.T.O.
Q5) Attempt the following
a) Write a short note on Firewalls. [4]
b) What is difference between IPV4 and IPV6? [4]
c) Define point-to-point WAN. [2]
[5521]-407 2
Total No. of Questions : 8] SEAT No. :
[5521]-501
M.C.A. (Commerce) (Semester - V)
501 : ADVANCED WEB PROGRAMMING
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions carry equal marks.
2) Figures to the right full marks.
3) Attempt any five of the following.
P.T.O.
Q5) Attempt the following :
a) What are cookies? Explain Cookies with suitable example. [4]
b) What are the application of web Services? Explain. [4]
c) What is NameSpace in C#? [2]
[5521]-501 2
Total No. of Questions : 8] SEAT No. :
[5521]-502
M.C.A. (Commerce) (Semester - V)
CA -502 : DATA CENTRE TECHNOLOGIES
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) Out of 8 questions attempt any 5 questions.
2) Draw neat labelled diagram where needed.
P.T.O.
Q5) Attempt all :
a) How to select proper location for data center? [4]
b) What is cluster? Explain different types of cluster. [4]
c) What do you mean by PDUs? [2]
[5521]-502 2
Total No. of Questions : 4] SEAT No. :
[5521]-503
M.C.A. (Commerce Faculty)
503 : INFORMATION SYSTEM AUDIT
(2013 Pattern) (Credit System) (Semester - V)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
P.T.O.
Q3) Answer the following (any 3) : [3 × 4 = 12]
a) What activities are part of System Development Life Cycle (SDLC)?
Explain Briefly.
b) What are different types of plans in BCP?
c) Describe the audit of BCP/DRP.
d) Describe Information security & its objectives.
[5521]-503 2
Total No. of Questions : 4] SEAT No. :
[5521]-504
M.C.A. (Semester - V)
COMMERCE
504 : Content Management System
(2013 Pattern) (Credit System)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Draw diagrams wherever necessary.
P.T.O.
Q4) Answer the following (Any 3) : [3 × 4 = 12]
a) Explain publishing templates.
b) Explain features of Joomla.
c) Explain - CM is Distributing Business value.
d) Create a website for mobile and delete the article for any old model of
mobile.
[5521]-504 2
Total No. of Questions : 4] SEAT No. :
[5521]-505
M.C.A. (Commerce)
506 : MOBILE COMMUNICATION
(2013 Pattern) (Semester - V)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) Neat diagram must be drawn wherever necessary.
2) All questions are compulsory.
3) Figures to right side indicate full marks.
[5521]-505 2
Total No. of Questions : 4] SEAT No. :
[5521]-506
M.C.A. (Commerce) (Semester - V)
507 : SYSTEM SIMULATION AND MODELING
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
3) Neat labeled diagram must be drawn wherever necessary.
P.T.O.
Q4) Attempt any three of the following : [3 × 4 = 12]
a) Describe initialization bias in steady state simulation.
b) Explain Discrete Distribution with example.
c) Write a note on trends in simulation software.
d) Explain advantages and disadvantages of simulation.
[5521]-506 2
Total No. of Questions : 5] SEAT No. :
[5521]-507
M.C.A. (Semester - V)
COMMERCE
508 : Businesses and Professional Skills
(2013 Pattern)
Time : 3 Hours] [Max. Marks :50
Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.
OR
OR
What do you mean by dress code? Explain the guidelines for professional
business attire.
Q3) What is Listening? Explain the barriers in the listening process. [10]
OR
OR
P.T.O.
Q5) Write tips for an effective presentation. [10]
OR
[5521]-507 2