M.C.A Engg 2019 - A
M.C.A Engg 2019 - A
:
P4029 [5563]-101
[Total No. of Pages : 2
Q1) a) List different types of data type. Explain any two data types in details.[4]
b) What is an array? Explain the difference between one dimensional array
and two dimensional with example. [4]
OR
Q2) a) What is Header file? Write a steps to create own header file with example.
[4]
b) What is keyword? What difference between keywords and variable? [4]
Q3) What is a pointer? Explain pointer to array and array of pointer with example.
[8]
OR
Q4) What is dynamic memory allocation? Explain the difference between malloc
and calloc function with example. [8]
[5563]-101 1 P.T.O.
Q7) a) What is constructor? What is default constructor and parameterized
constructor? [4]
b) Explain the concept of class and data hiding with example. [4]
OR
Q8) a) What is the difference between C and C++? [4]
b) What is the inline function? What is the difference between inline function
and normal function. [4]
Q9) a) List the different access specifier in C++. Explain any two access specifier
in C++ with example. [4]
b) What is operator overloading? List the rules of operator overloading. [4]
OR
Q10)a) What is inheritance? Explain the multiple inheritance with example. [4]
b) What is polymorphism? Explain virtual function with example. [4]
Q11)a) What is file? List the stream classes for file handling. Explain any one stream
class with example. [5]
b) Short notes on [4]
i) open()
ii) getline()
OR
Q12) a) List unformatted I/O function. Explain any two functions of each type.[5]
b) Short notes on [4]
i) put ()
ii) write()
[[[[
[5563]-101 2
Total No. of Questions :12] SEAT No. :
P4030 [Total No. of Pages : 2
[5563]-102
F. Y. M.C.A. - (Engg.)
COMPUTER ORGANIZATION
(2013 Course) (Semester - I) (310902)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answers to the two sections should be written in separate answer books.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right side indicate full marks.
4) Assume suitable data if necessary
SECTION - I
Q1) a) Convert the following. [6]
i) (101010101110)2 = ?16
ii) (1001011000110)2 = ?8
iii) (24567)8 =?10
iv) (ACD)16 = ?2
v) (2345)8 = ?10
vi) (1A2D)16 = ?10
b) State following Boolean algebra laws. [3]
i) Commutative Law
ii) Distributive Law
iii) Associative Law
OR
Q2) a) Compare assembler, complier and interpreter [6]
b) Explain 1’s and 2’s complement [3]
P.T.O.
Q4) What are shift registers? What are the types? Explain any 2 types in detail.[8]
Q5) Draw memory hierarchy and explain all types of memory. [8]
OR
Q6) a) What is the difference between EPROM and EEPROM? [4]
b) Differentiate between DRAM and SRAM. [4]
SECTION - II
Q7) a) What is the role of system bus and describe its types. [4]
b) What is the need and role of CPU register? [5]
OR
Q8) Write a short note on. [9]
a) Hardwired program
b) Micro Program Control
c) Interrupt
OR
Q10)Draw and Explain 16-bit (8086) architecture in detail. [8]
[5563]-102 2
Total No. of Questions : 12] SEAT No. :
P4031 [5563]-103
[Total No. of Pages : 2
[5563]-103 1 P.T.O.
Q7) a) Write an algorithm to reverse digits of an integer number. [4]
b) Write an algorithm to generate prime factors of a given number. [4]
OR
Q8) a) Draw a flowchart to add 10 array elements and calculate its average. [4]
b) Write an algorithm to generate Factorial of a number. [4]
Q9) a) Explain Best, worst and average case analysis of an algorithm. Show the
same for binary search. [4]
b) Which are the major parameters to check efficiency of an algorithm?[4]
OR
Q10)a) Write an algorithm to find maximum and minimum of array element. Find
frequency count of each step. [4]
b) Define asymptotic notations. [4]
i) big O
ii) Theta
[5563]-103 2
Total No. of Questions : 12] SEAT No. :
P4032 [5563]-104
[Total No. of Pages : 5
[5563]-104 1 P.T.O.
b) Show by mathematical induction, [4]
2+5+8+..........+(3n-1) = n (3n+1)/2
Q3) a) Construct the truth tables to determine whether each of the following is a
tautology, a contingency or a contradiction. [4]
i) (p Λ (~pVq)) Λ ~q
ii) (~p->r) Λ (p ↔ q)
b) Obtain disjunctive normal form of the following wihtout using truth table.
[4]
i) (p->q) Λ (~p Λ q)
ii) (p Λ (p->q)) ->q
OR
Q4) a) Write the following statements in symbolic form: [4]
i) The sun is bright and humidity is not high
ii) It is already 9.00 a.m., I should start my job
iii) If the requirement of computer engineers is increased, then more
seats will be offered by University and more computers will be
purchased by the University DEpartment if the rates are competable.
b) i) Prove that (P->(q->r)) and ((p->q) -> (p->r)) are logically equivalent.
[4]
ii) Prove that ~ (p Vq) and ~p Λ ~q are logically equivalent.
Q5) a) In a class of 100 students 40 are boys. [5]
i) In how many ways can a 10 person committee be formed?
ii) Repeat (i) if there must be an equal number of boys and girls in
the committee.
iii) Repeat (i) if the committe must consist of either 6 boys and 4 girls
or 4 boys and 6 girls.
b) In how many ways can one select a president, a General Secreatary and
a Treasurer from the members of a committee consisting of 9 men and
11 women, if the Treasurer must be a woman and the General Secreatary
a man. [4]
OR
[5563]-104 2
Q6) a) Suppose repetitions are not possible. [4]
i) How many there digit numbers can be formed from six digits 2, 3,
4, 5, 7 and 9?
ii) How many of these numbers are less than 400?
iii) How many are even?
iv) How many are multiples of 5?
b) A fair coin is tossed 5 times. Find the number of sequences in which the
head H appears at the most 3 times. [5]
[5563]-104 3
b) Find shortest path between a-z for the given graph using Dijkstras
algorithm. [4]
Q11) a) For the following set of weights, construct an optimal binary prefix code.
For each weight in the set, give the corresponding code word 8, 9, 12,
14, 16, 19. [4]
b) Find minimal spanning tree for the following graph by using Prims
algorithm. [5]
OR
[5563]-104 4
Q12) a) Give the stepwise construction of minimum spanning tree for the
following graph using Kruskals algorithm. [5]
b) Find all the spanning trees for the following graph. [4]
[[[[
[5563]-104 5
Total No. of Questions : 12] SEAT No. :
P4033 [5563]-105
[Total No. of Pages : 4
Q1) a) Two cards are drawn from well shuffled pack of 52 cards. Find
probability that they are both aces if first card is 1) replaced 2) not
replaced. [4]
OR
X -1 0 1
OR
i) The mode
P[X=x] = x2/30, x = 0, 1, 2, 3, 4
= 0 otherwise
OR
Q6) a) Show that standard normal random variable has mean zero and variance1
[6]
[5563]-105 2
Q7) a) Derive computational formula for sample variance. [4]
n
S2 = n ∑ ( Xi − X ) / n − 1
2
i =1
OR
Q9) a) What is significance testing? How does it differ from hypothesis testing?
[4]
i) Interval estimate
b) What is P value of test? How do we compute P value for two tailed test? [4]
Q11) a) What is acceptance sampling? What is its purpose and what are the conditions
for its use? [4]
b) A quality control inspector at the Crunchy Potato Chips company has taken 3
samples with 4 observations each of the volume of bag filled. The data and the
computed means are shown in following table. [5]
[5563]-105 3
Sample of potato chips bag volume in ounces
Sample Observations
No.
1 2 3 4
If the standard deviation of the bagging operation is 0.2 ounces, use the
information in the table to develop control limits of 3 standard deviations for
the bottling operation.
OR
Q12) a) Use Chi-square test to determine goodness of fit of data given below. [5]
0 0.0332 33.2 or 33 38
1 0.1619 161.9 or 162 144
2 0.3162 316.2 or 316 342
3 0.3087 308.7 or 309 287
4 0.1507 150.7 or 151 164
5 0.0294 29.4 or 29 25
[[[[
[5563]-105 4
Total No. of Questions : 12] SEAT No. :
P4034 [5563]-201
[Total No. of Pages : 2
SECTION - I
Q1) Why java is called machine independent language? Explain functionality of
JVM. What are the roles of Java Compiler and Java Interpreter? [8]
OR
Q2) What is the difference between c and Java? Discuss in detail different features
of java. [8]
Q5) What is an inheritance? List the type of Inheritance. What are the uses of
super and this with respect to inheritance? [9]
OR
Q6) What is abstract class? What is the difference between abstract class and
final class? Give one example of each. [9]
P.T.O.
SECTION - II
Q7) Discuss thread in java? Explain life cycle of thread along with example. [8]
OR
Q8) What is the need of exception handling? What is finally block? When & how
is it used? Give a suitable example. [8]
Q9) Write a program using applet to draw oval and rectangle within triangle. [8]
OR
Q10) What is layout manager? List and Explain any two layout manager. [8]
Q11) Why do you need swing in java? Write a program to create a check box in
swing. [9]
OR
Q12) What is the difference between swing and AWT? Why is Model-View-
Controller Architecture used in Swing? [9]
[5563]-201 2
Total No. of Questions : 12] SEAT No. :
P4035 [5563]-202
[Total No. of Pages : 2
F.Y.M.C.A. (Engg.)
DATA STRUCTURES USING C & C++
(2013 Course) (Semester - II) (310910) (Theory)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Neat diagrams must be drawn wherever necessary.
2) Figures to the right side indicate full marks.
3) Assume suitable data if necessary.
OR
Q2) Explain the row major and column major storage representation with example.[8]
Q3) Explain the structure of Circular Linked List. Describe any two operation on
Circular linked list. [8]
OR
Q4) Write pseudo C code for the addition of two polynomials. [8]
Q5) Write functions in C/C++ to implement insert and delete operations on Queue
using Linked List. [9]
OR
i) ((A+B) – C*(D/E))+F
P.T.O.
Q7) What is binary tree? Explain binary tree traversals in detail. [8]
OR
Q8) List and explain various graph representation. Differentiate between BFS and
DFS. [8]
OR
Q10)Write pseudo C code for binary search and state advantages of binary search
over linear search. [8]
OR
[5563]-202 2
Total No. of Questions : 12] SEAT No. :
P4037 [Total No. of Pages : 2
[5563] - 204
F. Y. M.C.A. (Engineering)
SYSTEM ANALYSIS AND DESIGN
(2013 Course) (Semester - II) (310912)
OR
Q2) a) What is Software Engineering. [3]
b) Explain incremental approach. [5]
Q3) Explain Software Development Life Cycle in detail with suitable diagram. [9]
OR
Q4) What is feasibility study? Explain all types of feasibility study. [9]
OR
Q6) Draw Data Flow Diagram for railway reservation system. (level 0 & 1). [8]
[5563]-204 1 P.T.O.
Q7) Explain Cohesion and Coupling along with its types. [8]
OR
Q8) Draw ER Diagram for hospital management system. [8]
OR
Q10) What is the Audit of Information System? Explain in detail. [9]
OR
Q12) a) What is Distributed Software Engineering? [4]
b) Write a short note on Deployment of Software. [4]
***
[5563]-204 2
Total No. of Questions : 12] SEAT No. :
P4038 [5563]-205
[Total No. of Pages : 2
SECTION - I
Q1) a) Define management. Explain different functions of management. [5]
b) What is contribution of Henry Feyol to the management Science? [4]
OR
Q2) a) Do you feel that the Taylor’s theory of Management is still valid? Justify.[5]
b) What are the different types of organizational structure? [4]
Q3) What are the different factors that affect forms of business organization? [8]
OR
Q4) a) What are the different types of co-operative sectors? [4]
b) Differentiate MOA and AOA in detail. [4]
P.T.O.
SECTION - II
Q7) a) What are the constructive conflicts? [4]
b) What is Quality in turn of an organization? What is Total Quality
management? Which are the techniques for TQM? [5]
OR
Q8) Write short note on: [9]
a) Bench marking
b) Six sigma
c) Theory of X,Y,Z
Q11) a) Write a difference between Open System and Closed System. [4]
b) Explain Decision Making tools: Autocratic, Participative. [4]
OR
Q12) a) Write short note on- Herbert Simpson’s Model. [4]
b) Explain the importance of Data Mining in Decision Support Systems.[4]
[5563]-205 2
Total No. of Questions : 12] SEAT No. :
P4039 [5563]-301
[Total No. of Pages : 2
Q1) a) What is J2EE? Explain J2EE Architecture with the help of suitable diagram.[4]
OR
Q2) a) Write a GUI based JDBC application to calculate the total marks,
percentage and grades on the basis of percentage. Take Student Name,
Class, Roll No. and three subject’s marks as input. [9]
Q3) a) State any two Interfaces and Classes of javax. Servlet PACKAGE. [4]
OR
Q4) a) Write a program to create a data entry screen, which accepts name,
standard (as a list box) with add button. Create html page using servlet.[8]
OR
Q6) a) Write a JSP program to display the grade of a student by accepting the
marks of five subjects. [8]
P.T.O.
Q7) a) What is an Enterprise Beam? What are the Types of EJB. [4]
b) What is an Entity Beam? Write the steps to create an entity bean. [4]
OR
OR
Q10)a) Write a simple web-based Hello World application using Spring MVC
framework. [8]
OR
Q12)a) Write program based n HQL for executing fundamental queries (CRUD).[9]
[5563]-301 2
Total No. of Questions : 12] SEAT No. :
P4040 [5563]-302
[Total No. of Pages : 2
SECTION - I
Q1) Explain the importance of Database systems over File processing systems.
[9]
OR
Q2) Write a short note on following :
a) System Catalogs. [5]
b) Data Abstraction. [4]
P.T.O.
Q7) Explain : Embedded SQL and Dynamic SQL. [8]
OR
Q8) a) Write a note on PL/SQL stored function. [4]
b) Write a PL/SQL Function to find the age of Employee. [4]
Q9) What is normalization? Explain the following normal forms with suitable
example. [8]
OR
Q10)a) What is Lossy and Lossless decomposition? Explain with example. [4]
b) What is functional dependency? Explain the different types of functional
dependencies with suitable example. [4]
[5563]-302 2
Total No. of Questions : 7] SEAT No. :
P4042 [5563]-304
[Total No. of Pages : 2
M.C.A.(Management Faculty)
IT - 3S : OBJECT ORIENTED ANALYSIS AND DESIGN (OOAD)
(2012-2013 Pattern) (Semester - III) (Theory)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q.1 & Q.7 are compulsory.
2) Solve any four from the remaining.
3) Mention assumptions wherever necessary.
Customer can login, select the desired book(s) by searching the author or by
entering the subject of the book. After seeing the list of books, the customer
select the books and puts in the cart. He can remove the books from the cart
before final bills generated. Once the bill is generated he has to pay using
debit or credit card.
The new book arrivals are uploaded by website administration.
Draw use case and class diagram for the above case. [20]
Q2) Explain Object Oriented Analysis Methodology with suitable example. [10]
Q5) Draw the state transition diagram for Online Auction Process. [10]
P.T.O.
Q6) a) Explain various approaches for identifying classes. [5]
b) Explain Testing strategies. [5]
[5563]-304 2
Total No. of Questions : 12] SEAT No. :
P4043 [5563]-305
[Total No. of Pages : 4
S.Y.M.C.A. Engineering
OPERATIONS RESEARCH
(2013 Pattern) (Semester-III) (Theory)
Q5) A small project is composed of seven activities, whose time estimates are
listed in the table as follows: [8]
Activity Estimated duration (weeks)
Optimistic (a) Most likely (m) Pessimistic (b)
1-2 1 1 7
1-3 1 4 7
1-4 2 2 8
2-5 1 1 1
3-5 2 5 14
4-6 2 5 8
5-6 3 6 15
a) Draw the project network.
b) Determine Expected time & Variance.
c) Determine critical path and expected project duration.
d) Calculate the variance and standard variation of project length.
OR
[5563]-305 2
Q6) Draw a network diagram from the following information and calculate: [8]
a) EST (Earliest Start Time), EFT (Earliest Finish Time), LST (Latest Start
Time), LFT (Latest Finish Time).
b) Total float, Independent float, Free float
Name A B C D E F G H I J K
Activity 1-2 1-3 1-4 3-5 4-5 2-6 5-6 5-7 6-8 7-8 8-9
Duration 8 5 13 12 6 6 7 9 8 2 6
(in Hrs.)
Q7) The network in following figure gives the permissible routes & their lengths in
miles between city (node 1) and four other cities (nodes 2 to 5). Determine the
shortest routes between city 1 and each of the remaining four cities. Find the
shortest route using Dijkstra’s algorithm. [9]
OR
Q8) The state university campus has five supercomputers. The distance between
each pair of computers is given in figure. The computers must be interconnected
by underground cable. What is the minimum length of cable required? Note
that if no arc is drawn connecting a pair of nodes, this means that no cable
can be laid between these two computers. Use Minimum Spanning Tree. [9]
[5563]-305 3
Q9) a) What are the types of decision making environment? Explain any one in
detail. [4]
b) Find decision using: (i) Laplace (ii) Hurwicz ( = 0.5) [4]
s1 S2 S3 S4
a1 5 10 18 25
a2 8 87 12 23
a3 21 18 12 21
a4 30 22 19 15
OR
Q10)a) What is decision under risk? [4]
b) Suppose that following weights are specified for the simulation of Rahul
& Rekha: [4]
p = 0.5, p1 = 0.17, p2 = 0.83, p11 = 0.129, p12 = 0.277, p13 = 0.594,
p21 = 0.545, p22 = 0.273, p23 = 0.182
q = 0.5, q1 = 0.3, q2 = 0.7, q11 = 0.2, q12 = 0.3, q13 = 0.5, q21 = 0.5,
q22 = 0.2, q23 = 0.3
Based on this information find the ranking.
[5563]-305 4
Total No. of Questions :12] SEAT No. :
P4044 [5563]-401
[Total No. of Pages :2
Q1) a) Explain the concept of Common Language Runtime with well labeled
diagram. [6]
OR
Q2) a) What is Namespace? How these namespaces are import in the program
with an example. [6]
OR
Q5) What is WPF? Explain the architecture with different feature. [8]
OR
[5563]-401 1 P.T.O.
Q6) Explain the different controls of WPF? [8]
OR
Q10)What is Web Services? Explain the steps of creating web service. [9]
OR
Q12)What is XML? Explain the different feature of XML with example. [8]
[5563]-401 2
Total No. of Questions : 12] SEAT No. :
P4045 [5563]-402
[Total No. of Pages : 2
[5563]-402 2
Total No. of Questions : 12] SEAT No. :
P4046 [5563]-403
[Total No. of Pages : 2
Q3) What do you mean computer network model? Differentiate between TCP/IP
and OSI model in detail with neat diagram. [8]
OR
Q4) a) Explain Bit Stuffing with suitable example. [4]
b) Explain any 2 services provided by data link layer. [4]
P.T.O.
Q8) a) Write difference between Static and Dynamic pages. [5]
b) Write short note on SMTP. [4]
[5563]-403 2
Total No. of Questions :12] SEAT No. :
P4047 [5563]-404
[Total No. of Pages :2
S.Y.M.C.A.(Engineering)
INFORMATION SYSTEMS AUDIT (Elective-I)
(2013 Course) (Semester -IV) (410912-A)
Time : 3Hours] [Max. Marks : 50
Instructions to the candidates:
1) Neat diagram must be drawn wherever necessary.
2) Assume suitable data, if necessary.
3) Figures to the right indicate full marks.
Q1) Describe the Standards used for IS Audit. Explain the standards related with
evidence. [8]
OR
Q2) Describe various steps involved in IS audit. Draw required flowchart. [8]
Q3) a) Briefly explains the nature and purpose of use of digital signature. [4]
b) Explain DBMS vulnerabilities and controls. [4]
OR
Q4) Write short note on the following:
a) Email controls. [4]
b) Client Server controls [4]
Q5) What are the ways in which the IS auditor can get involved in the system
development process in detail. [9]
OR
Q6) Write short note on:
a) Risk & controls of OOM. [4]
c) QA and QC. [5]
[5563]-404 1 P.T.O.
Q7) a) What is evidence? What are various evidence evaluation techniques? [4]
b) Explain the various validation controls at field, file and batch level with
example. [4]
OR
Q8) a) What is business Continuity plan? Explain need of it. [4]
b) What is control? What are the three types of controls one can have in
software? Explain why preventive controls are not preferred over
detective or corrective controls. [4]
OR
Q10)a) What is short term plans and long term plans. [4]
b) Discuss about steering and other committees. [4]
Q11)State and explain COBIT key principles for governance and management of
enterprise IT in brief. [9]
OR
Q12)Explain how a bank has implement Core banking system can implement COBIT
5 frameworks. prepare a sample RACI chart for key internal staff members.[9]
[5563]-404 2
Total No. of Questions :12] SEAT No. :
P4048 [5563]-405
[Total No. of Pages :2
S.Y.M.C.A.(Enggineering )
CYBER LAWS
(2013Course) (410912-B) (Elective-I)
Time : 3Hours] [Max. Marks : 50
Instructions to the candidates:
1) Neat diagrams must be drawn wherever necessary.
2) Figures to the right side indicate full marks.
3) Assume suitable data if necessary.
Q5) Write any two conventional cyber crimes with appropriate case study. [8]
OR
Q6) Critically analyze the issues of Jurisdiction in cyber space. [8]
Q7) a) Explain Laws relating to advertising & Taxation under e-commerce? [4]
b) Describe Forms & features of online contract. [4]
OR
Q8) a) Explain the issues emerging from online contracts. [4]
b) Explain the payment Mechanism in cyberspace. [4]
[5563]-405 1 P.T.O.
Q9) Explain Management of IPRs in detail?. [8]
OR
OR
Q12)a) Describe privacy related wrongs & Remedies? [5]
b) Discuss Evolving Trends in Data protection & Information security?[5]
[5563]-405 2
Total No. of Questions :12] SEAT No. :
P4049 [5563]-406
[Total No. of Pages :2
Q1) What are the prerequisites for Creating a Successful IT Governance Program,
explain in detail [9]
OR
Q2) a) Explain Assessment Maturity Model in brief. [5]
b) Explain Integrated IT Governance framework and road map. [4]
OR
[5563]-406 1 P.T.O.
Q8) Explain Investment ( portfolio) Management Maturity &IT Engagement
( Relationship) Model. [9]
OR
OR
Q12)a) Write the difference between Domestic & off Shore Deals. [4]
b) Explain the IT balancing Dilemma in brief . [4]
[5563]-406 2
Total No. of Questions :12] SEAT No. :
P4050 [5563]-407
[Total No. of Pages :2
S.Y.M.C.A.( Engineering )
IT SERVICE MANAGEMENT
(2013Course) (Semester - IV) (Elective-I) (410912-D)
Time : 3Hours] [Max. Marks : 50
Instructions to the candidates:
1) Neat diagram must be drawn wherever necessary.
2) Figures to the right side indicate full marks.
3) Assume suitable data if necessary.
OR
Q2) Explain the current status & Future prospects of IT service Management with
suitable Example. [8]
Q3) What is IT service provider & IT service Life Cycle in details? [8]
OR
Q4) What is service design? Explain any three major aspects of Service design.[8]
Q5) What is Continual Service improvement? Explain their purpose, Objective &
key principle [9]
OR
Q6) What is Service Transition? Explain their purpose, Objective & Role. [9]
Q7) Explain the service management processes Relationship, Metrics & Role of
service Continuity Management. [8]
OR
[5563]-407 1 P.T.O.
Q8) Write in brief about Service continuity. Management, with real time application
on it. [8]
Q9) What is Access Management? Explain its Relationship with other service
Management. [8]
OR
OR
[5563]-407 2
Total No. of Questions : 12] SEAT No. :
P4051 [5563]-408
[Total No. of Pages : 1
Total No. of Questions :12] SEAT No. :
P4052 [5563]-501
[Total No. of Pages : 2
Q2) a) Explain the process of installation and configuration of LAMP stack. [5]
b) Why WAMP is not preferred for developing PHP applications? [4]
Q3) a) Create an array Jeans. Insert 3 records in it. Display it. Sort them in
ascending order and print it. Also sort them in reverse order and print it.
[4]
b) Explain why MYSQL is preferred in LAMP stack compared to other
RDBMS? [4]
OR
[5563]-501 1 P.T.O.
Q5) a) Write PHP code to accept credit card registration information from the
Customer, store it into the database and display the customer information.
[6]
b) Explain Array_unique & Array_walk functions in PHP. [2]
OR
Q6) a) Explain the concept of splitting and merging of Array with a suitable ex.
[6]
b) Explain any 2 Date and time functions in PHP. [2]
Q9) a) Write a PHP script to find out the size, last modified data, path and
permissions associated with a particular directory. [4]
b) Explain the operations of a file opening, writing with suitable example.[4]
OR
Q10)a) Explain the file connections HTTP fopen () and FTP fopen (). [4]
b) Write a program to check whether a file exists or not, if it exists then
display its directory name. [4]
Q11)a) How a session is created and Handled? How does a session works?[5]
b) Explain in detail setcookie() function with a suitable example. [4]
OR
Q12)a) Explain how files are uploaded in PHP with a suitable example. [5]
b) Write a short note on cookie handling. [4]
[[[[
[5563]-501 2
Total No. of Questions :12] SEAT No. :
P4053 [5563]-502
[Total No. of Pages : 2
T.Y.M.C.A. (Engineering)
SOFTWARE TESTING AND QUALITY ASSURANCE
(2013 Course) (Semester-V) (510902)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answer any six questions.
2) Neat diagrams must be drawn wherever necessary.
3) Assume suitable data is necessary.
[5563]-502 1 P.T.O.
Q6) a) Write a C program to read a number from user and check its Prime
number. Draw the control flow graph for the same program and calculate
cyclomatic complexity of the program. [6]
b) Discuss the negative effect of the following constructs from a white box
testing perspective: [2]
i) GOTO Statements
ii) Global Variables
Q7) a) What is Integration Testing? Explain different types of approaches used
in Integration Testing. [4]
b) Write any four entry/exit criteria for non-functional tests. [4]
OR
Q8) a) What is performance Testing? Write any 3 sample configuration
performance test on ATM Transaction System. [4]
b) Write a note on: [4]
i) Scenario Testing
ii) Regression Testing
Q9) a) Explain the bug taxonomy based on phases of development cycle. [4]
b) Justify the role of tester for Defect Repository. [4]
OR
Q10) a) Define a defect life cycle in software testing and what are the various
states of a defect life cycle. [4]
b) What are the typical origins of defects? From your own personal
experiences what are the major sources of defects in the software artifacts
that you have developed? [4]
Q11) a) What is Automation testing? List out any four automation testing tools. [6]
b) List out the technical challenges with selenium? [3]
OR
Q12) a) What is Selenium? How will you find an element using Selenium? [4]
b) What Selenium components do you know? [5]
[[[[
[5563]-502 2
Total No. of Questions : 12] SEAT No. :
P4054 [5563]-503
[Total No. of Pages : 2
Q3) a) What are goals of requirement engineering? What are the task performed
in requirement engineering? [4]
b) What do you mean by risk identification? How will you assess overall
project risk? [4]
OR
Q4) a) Waht is meant by requirement specification? What are the characteristic
that requirement must meet? [4]
b) What is the necessity of risk monitoring? What is its impact on overall
development? [4]
Q5) a) What is the need to project estimation? What are the steps to estimate
software? [5]
b) Write short note on - SCM. [4]
OR
Q6) a) Explain why consistency, respect, inclusion and honesty are factors that
contribute to effective people management. [5]
b) Explain software management activities. [4]
[5563]-503 1 P.T.O.
Q7) a) What is the fundamental difference between the hardware and software
failures. [4]
b) Explain principal properties of dependability. [4]
OR
Q8) a) Safety and reliability of system are related - Comment. [4]
b) In computer security terms, explain the difference between an attack and
a threat. [4]
Q9) a) What is the fundamental difference between a fat client and thin client in
client server architecture? [4]
b) Explain client server computing with eg. [4]
OR
Q10)a) What are different issues arising from distributed system. [4]
b) Write short note on - SOA. [4]
Q11)a) Explain McCalls quality factor that affect the software quality. [6]
b) Define - measure, measurement, metric. [3]
OR
Q12)a) What do you mean by software metric. Describe its advantages. [6]
b) Explain the purpose of software maintenance. [3]
[5563]-503 2
Total No. of Questions : 12] SEAT No. :
P4055 [Total No. of Pages : 2
[5563] - 504
T. Y.M.C.A. (Engineering Faculty)
DATA WAREHOUSING DATA MINING & BUSINESS
INTELLIGENCE
(2013 Course) (Semester - V)
Q2) a) Explain different Warehouse components with the help of diagram. [5]
b) Explain the terms MOLAP,ROLAP, HOLAP, and DOLAP. [4]
Q4) a) Explain the major issues related with data mining. [4]
b) What kinds of data and patterns can be mined in data mining? [4]
[5563]-504 1 P.T.O.
Q6) What is association in data mining? Explain Apriori algorithm. With a suitable
example. [8]
Q11) List out Business Intelligence reporting tools. Explain any two. [9]
OR
Q12) Consider the scenario: A company ‘ABC’ in Automobile sector wishes to
launch a new car ‘XYZ’, in a new country. Which aspects need to be studied
and how will BI tool help? [9]
***
[5563]-504 2
Total No. of Questions : 12] SEAT No. :
P4056 [Total No. of Pages : 2
[5563]-505
T. Y. M. C. A. (Engg.)
ANIMATION & GAMING (Elective - II)
(2013 Course) (510905)
OR
OR
P.T.O.
Q6) a) Explain sequential movement drawing? [4]
OR
OR
OR
[5563]-505 2
Total No. of Questions : 12] SEAT No. :
P4057 [5563]-506
[Total No. of Pages : 2
Q1) Explain the concept of HLR and VLR with suitable diagram. [9]
OR
OR
OR
OR
[5563]-506 1 P.T.O.
Q8) Explain the different features of Android. [8]
OR
Q11) Write a program for sending and receiving data message on Android. [9]
OR
Q12) Explain how binding and making connections with database in Android. [9]
[5563]-506 2
Total No. of Questions : 12] SEAT No. :
P4058 [5563]-507
[Total No. of Pages : 2
OR
OR
OR
OR
[5563]-507 1 P.T.O.
Q8) a) Explain Poisson Modeling in detail. [4]
OR
OR
a) SMI
b) MIB
c) SNMP
[[[[
[5563]-507 2