Monday 14 November 2011

Optimization Techniques (ot) | mca pune university



















Optimization Techniques (ot) | mca pune university  question papers .try to solve more papers soo you can score good marks.

Software Testing And Quality Assurance

Software Testing And Quality Assurance
Software Testing And Quality (stqa)Assurance question papers for mca  pune university.
1. a) "Tru-cart" is a famous shopping mall spreaded Globally. Shopping mall wants to automate the following shopping functionality. The functionality should be made available on-line (i.e. web-based).

Functionalities :
1) Maintaining user details by giving proper authentication.
2) Maintaining Items of different Departments, like music, clothing and many more.
3) Maintaining online customer order.
4) Providing facility to customer to make on-line payment towards order.
Tru-cart' is using third party payment gateways of different partners like ICICI. HDFC etc.
Being a Test-leader, design lest plan, considering scope of the testing
strategies, coverage, environment and other design details. 15

b) Check the cyclometric complexity for a program of adding 100 integers. Il
should also check for valid boundaries and valid values. Design the Test
Cases for such code. 5
c) What is verification and validation ? Describe V & V techniques in detail. 10
3. What do you mean by testing strategy ? Explain each strategy in detail. 10



p.r.o.

4. Define need of Reviews in testing process, explain different types of reviews with suitable examples. 10
5. a) 100% Branch coverage leads to 100% statement coverage. - Do you agree or
Disagree 7 Justify your answer. 5

b) Explain various aspects of system and Acceptance Testing. 5

6. Differentiate between the following : 10
1) Functional Vs. Structural Testing.
2) Alpha Testing Vs. Bita Testing
7. Short notes (any 2) : (2x5=10)
1) Object Oriented testing
2) Quality Metrics
3) Clean Room Software Development.

Distributed Database Management Systems

Distributed Database Management Systems
Distributed Database Management Systems   with marks.

1. A) Compare and contrast between distributed databases and centralized databases.      (7)
B) Define fragmentation and explain various types of fragmentation with suitable
application examples. (8)

2. A) Explain distribution transparency for Read-only application. (7)
B) Explain the following distributed database concepts (any 2). (8)
i) Global query
ii) Integrity contraints in distributed databases,
hi) Distributed wait for graph.
3. A) Explain the following (any 1): (7)
i) Top-Down and Bottom-Up approach to the design of data distribution.
ii) Concurrency control in distributed databases.
B) Define and explain briefly (any 2): (8)
i) Homogeneous and heterogeneous DDBMS
ii) Operator tree of a query
iii) Client Server databases.
4. Write notes on the following (any 3): (15)
i) Distributed dead locks.
ii) ODBC
iii) Query Optimization
iv) Time stamping mechanism.
. Explain the following (any 2): (20)
i) Management of distributed transaction
ii) Role of coordinator and participant sites in execution of a query
iii) The storage mechanism in distributed DBMS.

Artificial Intelligence And Applications Model paper

Artificial Intelligence And Applications Model paper
 Artificial Intelligence And Applications

la) Differentiate conventional programming and Al programming,
 b) Describe steepest Ascent Hill climbing algorithm with an example.
a) Discuss the characteristics of production system and give the state space representation for 8-puzzle.
 b) Explain Alpha-Beta cut off with an example.
I a) Consider the following axioms.
i) Every bird sleeps in some tree.
ii) Every loon is a bird, and every loon is aquatic.
iii) Every tree in which any aquatic bird sleeps is beside some lake.
iv) Anything that sleeps in anything that is beside any lake eats fish.
Show the conclusion "Every loon eats fish" using resolution principle.
1 b) Illustrate the factors that are influencing forward and backward reasoning.
I a) Find the cumulative certainity factor for the hypothesis O and the evidences
el, e2, e3, e4 where
I Rule                      CF
I el                       0.3
I c2                     - 0.5
e3                     - 0.7
I . e4                       0.8
b) Discuss the approaches of conflict resolution.

Programming Languages And Paradigms

Programming Languages And Paradigms
Programming Languages And Paradigms question papers
. A) Explain the structure showing stages from original syntax to executable form
of a typical compiler. 7
B) Define and explain briefly (any two) : 8
a) Variables
b) Constants
c) Literals.

2. A) Explain organization of a conventional computer. 7
B) Define and explain the concepts (any 2) : 8
i) Inheritance
ii) Polymorphism
iii) Encapsulation.
3. A) What is software simulation ? How a language is actually implemented ?        7
B) Explain attributes of a good language. 8
4. Write short notes on (any 3) : 15

a) Translator (source to object language).
b) Binding times classes.
c) Assignment and initialization in any programming language.
d) Object oriented programming language.
5. Distinguish between (any 4) : 20
a) Sequential files and direct access files.
b) Recursive and call return subprograms.
c) Stacks and queues.
d) Logic programming language and functional language.

Software Project Management (SPM)

Software Project Management (SPM)
Software Project Management (SPM) question papers for mca pune university
(2005 Pattern)

* 1. a) If you have been asked to estimate the cost for student admission and examination system for a typical college, what technique you will use for doing so ? Discuss other various cost-estimation techniques with suitable
illustration. 15
b) Explain the SCM process in detail. 5
2. What arc software sizing approaches ? Explain FPA in detail. 10
3. What are different software quality standards ? Explain in detail SEI - CMM and
its significance with the software Industry. 10
4. What do you mean by project ? Describe project life cycle. 10
5. a) Explain recruitment process of IT personnel. 5 b) What is project team organization ? 5
6. Write short note on (any four) : (5x4=20)

a) MS project
b) CPM
c) Version Control
d) Acceptance Testing
e) Software Maintenance.

Advanced Internet Technology papers | Mca | Pune university

Advanced Internet Technology papers | Mca | Pune university
Advanced Internet Technology papers | Mca | Pune university external test papers

Time : 3 Hours Max. Marks : 70

Note: I) Q. 1 is compulsory.
2) Solve any 3 questions from remaining
3) Figures to the right indicate full marks.

1. What is the importance of Encryption in E-Commerce security ? Explain the usage of encryption in digital signature. 10
2. a) Write a perl code for accepting one odd and one even length arrays of numbers.
Display the median and length of each array. 10
b) Explain various JSP directives and actions. 10
3. a) Discuss error handling in ASP with example. 10
b) Write Php code to accept and insert customer details from customer. After
successful insertion, display customer details in proper format. (Assume suitable
fields). 10
4. a) Write jsp code for accepting parameter book id from Html page. Verify it
with book table (Assume suitable fields). If book id already exists then display
its details. If not, insert new details into table. 10

b) Discuss in detail session management in Php. 10

5. a) Explain CGI architecture and various features of Perl. 10
b) Write ASP code for displaying following information with the help of patient
and room tables. Assume suitable structure for tables. 10
a) Blood-groupwise patient details
b) Room typewise patient details

Test cases sample | examples | simple cases

Test cases sample | examples | simple cases
Test cases sample | examples | simple cases |Test plans and test cases
1. University examination department receives the candidate registration forms from
various approved institutes. The examination process is to be computerized. Design
the data entry screen to enter the following details.
Name and address of candidate
Course details
Semester and Subject details Institute details Examination fee Examination center.
Design normalized files layouts, required to process these forms. Also describe
the data validation, in brief. 20
2. Design a questionnaire to collect the response of viewers on popular Hindi serials, displayed on TV.
3. A purchase department receives material indent from stores. Based on the requirement received and stock-in-hand, the purchase department places a purchase order on a short-listed vendor. The stores department prepares GRN (Goods Receipt Note) for the material received. A copy of the GRN is sent to purchase department for further processing. Purchase department forwards the vendor bill and GRN to accounts department for payment. As a systems analyst, draw 10 Is* level physical DFD.
E-R diagram.
4. What is system ? Explain the characteristics of a system.
5. What are the problems encountered in software maintenance ?
6. Write short notes (any 2) : 10 System flow chart
Black-box and white-box testing Cost benefit analysis.

Test cases and test papers for Software Engineering

Test cases and test papers for Software Engineering
Test cases and test papers for Software Engineering
1. A library receives 1300 journals of varying periodicities. The journals received
have to be recorded and displayed. Action has to be taken when journals are not
received in time or lost in mail. Unless request for replacement is sent quickly, it
may not be possible to get replacement. Periodicals have to be ordered at different
times during the year and subscriptions renewed in time. Late payment of
subscriptions may lead to non-availability of earlier issues or paying higher
amounts for those issues. Current manual system is not able to meet these
requirements. Prepare SRS and system specification for an information system
for ordering periodicals. 20
2. Explain the relationship among software process, project and product. Compare Agile process with the conventional one. 10
3. Explain about various types of documentation in detail. 10
4. Explain the method of estimating software maintenance cost. Give various components of legacy system. 10
5. CASE tool assists various phases of software development. Justify. 10
6. Draw the suitable data entry screen to enter daily attendance of the employees working in different shifts with proper GUI - based validation controls. 10

7. Write short notes on (any four) ;
a) Web Engineering
b) Reverse Engineering
c) Inspection process
d) Structured programming
e) Code design.




Case study for Software Engineering with example

Case study for Software Engineering with example
Case study for Software Engineering .
 The railway rcservalion system functions as follows ;
The passenger is required to fill in a reservation form giving detail of his journey. The counter clerk ensures whether the place is available. If so, entries arc made in i register, tickets are prepared, amount is computed and cash is accepted. A booking slatcment is prepared in triplicate format from the reservation register. One copy ol"it is retained as office copy, the other is pasted on compartment and third is passed on to the train conductor. Besides booking statement, cash statement is prepared at the end of each shift.
Prepare SRS and system specification for above system.                                                                                 
2. Draw a suitable data entry screens to enter daily attendance of MCA class for
iflerent subjects (Theory and Practical) with pmper GUI based validation controls.     
I. Describe software configuration management process in detail.                                                                   
I. Explain inspection process, composition of inspection team and defects loading
in detail.
                                                                                                                                                                                      
 Explain features and components of CASE tool.                                                                                                
STAR Scooter I.Id. has issued an advertisement calling applications for various
posts, After receiving applications scrutiny will be made and interview letters will
be sent. Deserving candidates will be selected through interviews and will be
appointed as regular employees. Draw DFD upto first level level for above case.
                                             
            

Interview questions for Software Engineering

Interview questions for Software Engineering
Interview questions for Software Engineering.
The purchase order system functions as follows :
After receiving the purchase requisition from store department, enquiries are made Dvarious suppliers. The supplier sends quotations to the company. All quotations analysed and final selection of supplier is done and accordingly purchase "rto respective suppliers are send. The supplier sends invoice along with raw %
pare SRS and system specification for the above system.
Tk priirary goal of Software Engineering is to improve the quality of software"
Elaborate the need of Software Engineering for software projects.

plain various types of documentations in detail .

plain the method of estimating software maintenance cost and elaborate types

maintenance.

Main role of CASE tools in Software Engineering.


member of inspection team prepares a checklist for inspection of a portal loped for a company. Defects are to be recorded wiih reference to the checklist.
are format of checklist and defect loging report for the same.

rile short note on any four :
Agile process
Role of system analyst
Reverse Engineering
Structured charts
Code design.


Software Engineering mca question papers pune university

Software Engineering  mca question papers pune university
 Software Engineering  mca question papers pune university new pattern with marks. 

I. Ashoka group of hotels is building a new system for hotel management that will have the following features :
- System will provide the GUI user interface with menucs, error messages and various options.
- System handles various details of customer's, rooms special facilities provided to them.
- System generates routine, MIS, exceptions reports for administration.
- System generates bills and receipts.
- System run on client-server technology with desktop computers placed in various departments for data capture.

As a leader of testing team design a test plan stating scope, strategies, risks, schedule.
control procedure, environment resources, dependencies and tools to be used.     (20)
. a) Describe V and V techniques of software quality assurance. (10)
b) What is code review ? Describe the way it is carried out. (10)

3. a) Explain various levels of testing in detail. (10)
b) Write a note on regression testing and stress testing with examples. (10)
4. a) Explain how test case is generated. Write a test case for login screen. (10)
b) Explain bug life cycle in detail. (10)

5. Write short notes (any four) :
1) Peer Review
2) Acceptance Testing
3) Quality Metrics
4) Maintainability
5) Path selection criteria
6) Change Management.



Soft Skills | Mca | Pune university

Soft Skills  | Mca | Pune university
Soft Skills (2005 Pattern) (New) | Soft Skills  | Mca | Pune university  question papers Model
I I. Your class has recently visited an IT company - Uni Tech Ltd., as a part of the
! Industrial visit curriculum. You have to submit a brief report on your observation
and study of the Company visited to the Director of the Institute. 10

j 2. Define Communication. Explain the types of Communication. State the
advantages and disadvantages of each. 10

I 3. What is the difference between hearing and listening process ? How should
| effective listening skills be developed ? 10
\. Write brief nolo on the following meeting documents: 10
I A) Notice.
B) Agenda, j C) Minutes of a Meeting.
5. Write a covering letter and a resume in response to the following position
advertised in The Times of India dated April 25th 2007. 10
I We are Gentech Ltd., located at e-space, Kalyaninagar, Punc.
I We are a leading Insurance solution provider company that believes in providing
; solution backup for extensive Insurance issues.
j We are looking for fresh graduates with excellent academic track record to join
! our dynamic team as "Junior Programmers".
You arc Ajay Singh.

{. Write notes on (any four):
a) Group Discussion I b) Reading Skills
c) Electronic mediums of communication
20
d) Time Management
e) Presentation skills
f) Silence in communication.




1. Assume that the cost of your education is being paid by the Bharat Engineering Limited. The agreement is that you will serve them for five years after graduating. They want a report on the quality of training you are receiving and the progress you have made. Write this report, which will be circulated to the members of the Board of Directors.
2. Define Perception and Nature of Perception. Explain the Perceptual Process and factors influencing the Perception.
3. Justify the statement:

"Your success in a Group Discussion is decided by the number of times you
speak".
4. What kinds of questions are generally asked at a job interview ? Give example to illustrate your answer.
5. The head of your organization is worried about the amount of time employees are spending during the 'tea break'. Draft a memo to be signed by him and circulated to all employees, asking them to be at their desk during duty hours.
6. Write a short note on (any two) :

a) Presentation Skills
b) Meditation.
c) E-mail Etiquettes
d) Belief System
e) Body Language.

Management Of Software Projects

Management Of Software Projects
Management Of Software Projects | pune university question papers.with marks.
4) Figures to the right indicate full marks.
a) A software consultancy proposes to establish an installation lor its computer
environment like -
1) One server and 20 workstations.
2) 40 persons in the IT department.
3) Work is related to the s/w development.
4) Setup will be in heavy use approximately.

(20 hours all 7 days) An area of 2000 Sq. ft is earmarked for the installation in a new building where the above setup will be implemented.
As an IT professional working for the company you are required to prepare a
report for advising the management about the required design, physical layout
and other necessary equipments for the proposed setup. (15)
b) Write the steps for recruiting IT persons.        ' (5)

Describe the importance of s/w quality standards. Compare and contrast the two
quality standards ISO and CMM. (15)

Describe with suitable examples the s/w cost estimation techniques. Why FPA is
so critical in s/w projects ? (15)

What is s/w testing ? Hxplain various testing strategies in detail. Compare alpha
and beta testing. (15)

What is s/w configuration management 7 Define the s/w configuration management process in detail. How they s/w version relates to s/w release ?     (15)
Write short notes on (any three) : (15)
a) Software maintenance
b) Rayleigh curve
c) Project scheduling techniques
d) s/w security.

how to develop logic in java programming Language

how to develop logic in java programming Language
Java programming logics with Examples question model.by solving below questions you can develop logic in java.
1) What will happen, if main ( ) function is defined as private ?
2) "Package statement is always the first non-comment statement in Java". Stale true/false and justify.
3) What is ClassPath ?
4) List any 4 layout managers available in Java.
5) Write syntax of for loop for "for each" style.
2. a) Write an applet to simulates a traffic signal light with short delay between
states. 8
b) Explain JDBC drivers. 7
3. a) Explain object serialization. Write a program to copy the contents of one file
into another file. Accept file names using command line arguments. 8
b) Explain Servlet life-cycle. 7
4. a) Write a Servlet for e-mail registration with user id, password, name, dob. address
fields. Validate user id. If any user exist with same user id give proper message. Otherwise welcome user with message containing his/her user id and password.        10
b) Differentiate between function overloading and overriding. 5
5. a) i) Write a Java Socket program that runs on client and sends a message to
server at port 8080. The program should display appropriate message returned by server.
ii) Write a Java Socket program that runs on server at port 8080. which accepts
a message from client and send the same string lo client by changing the
case. ! 0
b) Explain Delegation Event Model in Java. 5
6. Write short notes on any 3 : 15
1) Thread synchronization
2) Autoboxing and Unboxing in Java
3) EJB Types
4) Finally clause in Exception Handling.

Java Programming Interview questions with model paper

Java Programming Interview questions with model paper
Java Programming Interview questions with model paper
I. Answer the following with justification.
1) Interfaces cannot be extended.
a) True b) False
2) Import statement is always the first non-comment statement in Java program file.
a) True b) False
3) Which of the following interfaces does not have any method or member variable.
a) Serializable c) Runnable
b) Comparable d) Cloneablc.
4) A catch clause may catch exceptions of which type ?
a) Throwable Type c) Exception Type
b) Error Type d) Siring Type
5) The doCret () and doPost () methods are of HTTP servlet class,
a) True b) False

a) Write an applet to display scrolling text from right to left in an applet window,
using Thread. Text should be accepted by HTML parameter.
b) Explain session tracking in servlet. 7
I. a) Differentiate between Byle stream and character stream. Write a program to merge two files into third file.
 Accept file names using command line arguments. (Use Byte Streams).
b) Explain steps involved in RMI application with example.




4. a) Wrilc a servlet to accept students information from HTML page, and store the
details in a database.
(Note : Take suitable fields, student table is already present), b) Explain the scopes of access specifiers in Java.

5. a) i) Write a Java Socket program that runs on client and sends a file name to
server at port 8000. The program should display appropriate message returned by server.
ii) Write a Java socket program that runs on server at port 8000, which accepts a
file name from client and checks file exists or not and returns proper message
to client. I
b) Explain Inner class with example.
6. Write short notes on any 3 :
1) EJB Architecture.
2) Adapter classes.
3) Layout managers.
4) Class Object in Java.

Java Programming 2005 - Pattern | New | Mca Pune university

Java Programming 2005 - Pattern |  New | Mca Pune university
  Java Programming (2005 - Pattern) (New).
Java Programming 2005 - Pattern |  New | Mca Pune university question papers.
1. Solve the following : 10
a) What is Inet Address ?
b) How to instantiate Httpsession object ?
c) Differentiate between abstract and final keywords.
d) What is connection pooling ?
e) List different types of EJB.

2. a) Write server side socket program to accept file name from client. Server will
reverse the contents and send as response.
b) Write client side socket program to accept filename from user and send to
server. Display the response received from server.
3. Write an applet application which will display colours in list box and a scrolling banner which scrolls to right. When user selects any colour from list, change the colour of scrolling banner ?
4. Write a RMI application to do the following :
' Client will accept a string from user and communicates to the server. Client will invoke find vowel count - remote method on server, using accepted string and display vowel count from that string.
Write all required classes or interfaces.


5. Accept mobile HANDSET details through HTML page. Pass the accepted details to servlet. Servlet will insert record in HANDSET table with values received from HTML page. Servlet will send response as whether record is inserted or not. Assume suitable table structure.
6. Write notes on (any 3) : a) Java. io. File class b) Thread life cycle c) Session tracking in servlets d) EJB architecture.


Web Supporting Technologies (New) pattern |Mca |pune university

Web Supporting Technologies (New) pattern |Mca |pune university
Web Supporting Technologies (New) pattern |Mca |pune university question papers with marks.

3. a) Design HTML form lo reserve a 'Air Ticket'. Take suitable fields. Using
Java script check validations for:
i) From and To city are 2 different cities
ii) Age of passengers should not be greater than 90
iii) Name should have 25 characters and doesn't have any special character or
number.
b) What is CSS ? Describe the types to create CSS.

4. a) Write a VB Script code for accepting numeric value. If first button is active
convert number to Binary and If second click convert number to Octal.
Enter No       : Converted No:
Binary Octal

b) Write the difference between DTD and Schema.

5. a) Write a code for creating following external stylesheet.
i) Color of text should be 'Navy'
ii) Text having 13 font-size. Times New Roman font, and Italic
iii) Three types of hyperlinks with mentioned color
visited-red, active-blue, current-maroon
iv) Set border for paragraph in 'Magenta' color.
b) What is WWW ? Explain Three Tier Architecture of web based application.
6. Write short notes on following (any 3):
1) Features of XML.
2) Error Handling in VB Script.
3) Types of lists in HTML.
4) String object in Java Script.


2) Solve any four from remaining.
3) Figures to the right indicate full marks.

Explain following tags with basic attributes :

10

a) <body>
b) <marquee>
c) <frame>
d) <img>
e) <form>
2. a) Write a Javascript code to calculate Sales Commission as per the total sales
value is entered. Accept total sales in Rs. in a text box, after clicking on a 'Find Commission' button, display the commission value in a new text box. No one should be able to change the value of commission, directly in a text box. Criteria : Sales <50 then comm = 0 Sales >50 and sales <=500 then comm = 10% of sales.
Sales >500 then comm = 50 + 8% of sales. 8
b) What is XML ? Write the difference between XML-DTD and XMl^schema.       7
3. a) What is a style-sheet ? Explain font, background and text style options in
detail. 8
b) Explain Window and Navigator objects in Javascript. 7

4. a) Write a VBscript code to validate customers entry form. Validation
criterias are: 8
i) Name should have 25 characters and doesn't have any special Characters/
Numbers.
ii) Address should have 200 characters.
iii) Credit card number must be a 16-digit number.
b) What is Image mapping ? Explain the types of Image mapping with examples.       7
P.T.O.

a) Design XML file lo store the details of a bill with elements like billNo, billdate,
PONO, billamt, billdue date. Using XMLDSO display the details in HTML
with proper formatting. 8
b) How to create array in VB script ? Explain any 5 array functions. 7
Write short notes on any 3 :                                                                  15
a) W3C
b) XSLT
c) Web Hosting
d) <script> tag.





1. What is XML-DSO ? Display the contents of any XML document using XMLDSO object. 10
2. a) Write a Javascript code which will display Patient Master Form, having
following fields Patient Id, Patient name, address, city, contact no.. Date of
Birth. Validate above fields with different criterias. 8

b) What is www ? Explain 3-tier architecture. 7

3. a) Write an External CSS for including following styles.
Apply styles on any HTML page 8
i) Paragraph with Background Image
ii) Align hi text in center of web page
iii) h2 with right indent lOpx
iv) Table with blue border at Top and Bottom
b) Explain string object and date object in VB script. 7
4. a) Write a VB script code to design a arithmetic calculator.
8 b) Explain Document object model in Java script. 7
5. a) What is Image Mapping ? Explain client side Image map.
8 b) Explain simple sheet using XSLT with example. 7
6. Write short notes on any 3 : (5x3=15)

a) < frameset > lag
b) Classes in CSS
c) Error Handling in VB script
d) Web Publishing.

Explain Client and Server side Image mapping with example.
a) Explain Document Object Model (DOM).
b) Consider given XML document.

< ? rem I version = "l.0"> <info> <stud>
<name> Nila </name>
<Address> Tilak Road, Mumbai </Address>
<phone> 12345 </phone>
<age> 20 </age>
<email-id> nita@yahoo.com </cmail-id> </stud> <stud>
<name> Rahul </namc>
<Address> M.G. Road, Pune </Address>
<phone> 67890 </phone>
<age> 21 </age>
<email-id> rauLg@hotmail.com </email-id> </stud> </info>
Display the content of above document in Table format using XMLDSO
object.

OOAD tricks with tips with practical example

OOAD tricks with tips with practical example
OOAD tricks with tips
 Mention the assumptions made for solving case study.
1. a) Draw the use case diagram and class diagram for a placement agency site who
provides the facility for candidates to register with their academic details,
personal details and skill set. Site also gives provision to update their profiles.
Organizations can also register with their requirements. Search facility is
provided to search job and suitable candidates.
b) Explain the Association with Objects.

2. Compare 'Structured System Analysis and Design 1 and 'Object Oriented Analysis
and Design'.
3. Describe the steps involved in constructing the object modeling and functional modeling using OMT.
4. a) Explain the multi-tiered architecture. 6 b) Draw the sequence diagram for sending an e-mail.
5. Draw the Activity Diagram for the following bank transactions :

a) Money Deposit
b) Amount Withdrawal
c) Request for Debit/Credit Card
d) Checking the Balance.

6. Draw the state transition diagram for the fully automated washing machine.      
7. Write short notes on any two:

a) Patterns.
b) Guidelines for developing test cases.
c) Guidelines for designing the user interface.

How to learn OOAD with questions

How to learn OOAD with questions
How to learn OOAD with questions , the question will come in your mind when you will think about ooad so here i  have given some important question about OOAD try to implement it as soon as possible.

a)Draw the use case diagram and class diagram for a Customer order from a retail catalog. The payment can be done by either cash, cheque or credit card. The order contains order details with its associated items. Pending order reports arc generated periodically. Rejected or damaged goods are returned with GRN.      
b)Compare Objects and Classes.
, Discuss the structure of Class Responsibility Collaborator approach with an
example.
Explain the steps of Grady Booch notations of OO methodology with example.    
Discuss the categories of patterns with example.
a) Explain the four phases of Rational Unified Process.
b) Draw the sequence diagram for contacting a person using a Mobile Phone.      
MCA admission procedure is as follows:
a) DTE Advertises the date of MCA Entrance examinations.
b) Student has to apply for the entrance examination.
c) Results announced by DTE
d) Student has to fill up the option form to select the college of his/her choice.
e) DTE displays allotment list in the web site and intimation to all colleges.
0 Students should visit the allotted colleges and complete the admission procedure.
Draw the Activity Diagram for the above process.
Draw the state transition diagram for Online shopping of Books.
a) Narrate the guidelines for developing the test plans.
b) Discuss the framework of Persistent Objects.

Sunday 13 November 2011

Object Oriented Analysis And Design(ooad) (2005 Pattern ) | Mca | pune university

Object Oriented Analysis And Design(ooad) (2005 Pattern ) | Mca | pune university
Object Oriented Analysis And Design(ooad) (2005 Pattern ) | Mca | pune university question papers with marks.

I. a) A Premier Institute has well-stocked Library providing services to various members viz., students, research scholars, faculty members, visiting staff, staff. The Library has books, journals, periodicals, magazines, newspapers and CDs. A member can borrow a book for a period of one week, journals and periodicals for two days and CD for one day. A fine of Rs. 5A per day will be charged for not reluming on time. The rules for issuing number of books are as follows :
Students - 2 books
Research scholars - 3 books
Faculty members - 5 books
Visiting staff      - 3 books


To avail the additional books every member has to obtain a special permission from their respective MOD. Draw the use case diagram and class diagram for
the above case. 15

b) Explain polymorphism and Encapsulation with examples. 5
2. Describe the four phases of RUP in detail. 10
3. Compare Grady Booch Methodology with OMT. 10
4. a) Draw a sequence diagram for sending an SMS to your friend through your
mobile phone. 5
b) Compare object oriented versus relational database. 5
5. Draw an activity diagram for different operations in ATM. 10

6. A temperature controller has been interfaced with a manufacturing unit in a factory which maintains the moderate temperature of 50°C. If the temperature goes beyond/below the moderate temperature the unit activates cooling/heating units respectively and indicates through different signals. Draw a state diagram for the above ease. 10
7. Write short notes on any two : (5x2=10)
i) CRC
ii) Any two patterns
iii) Test cases.

c++(cpp) cplusplus examples with questions

c++(cpp) cplusplus examples with questions
Learn  object oriented programming language with given questions and develop the logic.
a) What will be the output of following program
class a {
a()
{ cout«" 1" ; ) ~a( ) I cout « M 2 "; ( class b : a
i
b( )
{ cout « " 3"; ) ~b( )
{ coul « " 4    )
)
void main ( ) I
b obj ; I
b) Is new better than malloc ( ) ? Justify your answer.



c) Explain Ihe output of the following :
class mca
(
public : int a; private : int b; protected : int c ;
};
void main( ) I
mca obj 1;
cout « obj I.a «obj l.b « obj l.c;
}

d) Explain output :
main ( ) {
char s [ ] = "man" ; inl t ;
for(i = 0;s[i];i++)
cout «\ n« s[i] «* (s + i) «* (i + s) « i[s] ; )

e) # include < iostream.h>
void main ( )
{
inl n = 5. fact = 1 ; while (n >1) fact * = n - -;
cout « \ n « factorial value < < \ n « fact ; 1
0 Explain bool dala type in C++.



2.a) What is Object Oriented Programming ? Explain features of OOP in detail. , b) What is Class Templates 7 Explain its uses in detail.

3. a) Write a program to design a class for addition of two objects using friend
function.
b) Write a C++ program to design a class 'String' and overload operator + for concatenation of two strings.
4. What constructor and Destructor ? Write a program to demonstrate invocation of
Constructor and Destructor in multiple inheritance.
| 5.a) What is Run Time Type Information (RTTI) 7 Explain with suitable example, b) Write a C++ program illustrating NAMESPACE for addition of 2x2 matrix.
6. Define a class date with suitable constructor method. Write a member function to swap two dale objects. Write a function to validate the date.

7.a) What is library function < cmath > ? Explain with a C++ program for sqrt.
b) What is relational operator 7 Write a C++ program illustrating equal to (= =) operator.
5. Write a program in C++ that consist of two classes time 12 and time 24. The first
one maintains lime on 12-hour basis whereas the other one maintains it on 24-
hour basis. Provide conversion functions to carry out the conversions from object
of one type to another.
OR
There are UK) records present in a file. Each record containing 6-character Ilem_Codi\ 20-character ltvm_Namc and an Integer Quantity. Write a program in C++ to read these records arrange them in the ascending order and write them in the same file overwriting the earlier records.

c++(cpp) interview questions with example

c++(cpp) interview questions with example
c++ interview questions with example
b) What are user defined manipulators ? Illustrate with sample program.
3. a) Write a program to display the number of objects created using static data
member.
b) What is Namespace ? Explain the nested namespaces with an example.
4. What is a Constructor ? Explain its uses. Write a program to demonstrate dynamic constructor and parameterized constructor.
5. What are the rules for operator overloading ? Write a program to overload '*' operator to perform matrix multiplication.

6 Explain all types of inheritance with suitable example for each type."

7. An ABC company has the following details of their employees in the file
"emp. dat".
1) Empld
2) Emp Name
3) Emp Address
4) Emp Dept (Admin /Sales /Production / IT)
5) Emp phone
6) Emp Age.
Write a program to read the above file. Create new files such as adm.dat, Sal.dat, Pro. dat, IT.dat respectively, to store the employee details according to their department.
8. Write short notes on the following :
a) New Style Cast.
b) Standard Template Library.
c) Exception Handling.

Object Oriented Programming Using C++ | Mca Pune university

Object Oriented Programming Using C++ | Mca Pune university
Object Oriented Programming Using C++ (New) pattern question papers with marks.


Explain what will be the output of following program
| A)
#include <iostrcam.h>
void main(void)
{ char str[] = "the boring stuff";
char *p = "that's interesting";
cout«endl«str;
cout«endl«p;
cout«endl«(void*)str;
cout«end 1 «(void')p;

B)
#include <iostream.h> #include <iomanip.h>
void main(void)
 int i = 650;
float a = 425.123;
cout«setiosflags(ios::showbase/ios::uppcrcase); cout«i«endl; cout.precision(4);
cout«setiosflags(ios::showpoint)«a;

C) #include <math.h>
 #include <sidio.h>
 main(void)
{
double number = 123.54;
 double down, up;
down = floor(number);
 up = ceil(number);
printf("originaJ number %5.21f\n", number);
printf("number rounded down %5.21An", down);
printf("number rounded up %5.21f\n", up);
 return 0;
)

D)
#include <stdio.h>
 #include <string.h>
 #include <conio.h>
main(void)
 (
char string! 101;
char *strl = "computer";
clrscr();
slrncpy(string, str 1, 5);
string[3] = W;
 printf("%s\n", string);
 return 0;
}

B) public class A
 {
int x = 4;
)
private class B :: class A
 {
int x = 20;
 cout « "x =" «x;
}
F;)
 Explain scope resolution operator:: in C++ with suitable example.


i. A) Explain difference between public, private and protected class with C++ code.   5
B) What are the types of Inheritance ? Explain with suitable example. 5
3. A) Write a program to design a class for addition of two objects using friend
Function. 5
B) Write a C++ program to overload the operator '+', which will be used to
concat the two strings. 5

4. A) Write a program to demonstrate invocation of Constructor and Destructor.      5
B) Write a C++ program to swap two integer number and two real numbers.
Use templates. 5

5. A) Explain Runtime Type Information (RTTI) with suitable example. 5
B) Write a program to accept two numbers and perform basic mathematical operation on it.
Handle the exception like zero_divide_error. 5

6. Write a C++ program that reads the data from FILE1 .txt and copy every alternate
character to FILE2.txt. 10
B. A) Write a function powcr() to raise a number x to a power y. The function takes
a double value for x and int value for y, and returns result. Use default value 2
for y to make the function to calculate squares when this argument is omitted.
Write a main that gets the values of x and y from the user. 5
B) Write a C++ program illustrating static member function. 5

8. Define a class to represent a Bank Account. Include the following
Data Members: 10
a) Name of the Depositor. c) Type of Account
b) Account No. d) Balance Amount. Member Functions: l) To Assign initial value

b) To Deposit an amount
c) To Withdraw an amount
d) To Display Name of Depositor & Balance. Define all member functions and mainQ. Generate the saving account report slip as an output.

Management Support System with marks

Management Support System with marks
IT - 33 : MANAGEMENT SUPPORT SYSTEM
(2005 Pattern)

time : 3 Hours Max. Marks : 70

Instructions : I) Q. 1 & Q. 6 are compulsory.
2) Attempt any three from Q. 2 to Q. 5.
3) Figures to the right indicate marks,


1. a) Explain in delaiI the information requirements for personnel function using
systems approach, 15
b) Explain the application for negative feedback with an example. 5
2. "The information requirements varies according to the level of management". Comment. 10
3. Explain various software and hardware requirements towards implementation of EIS. Differentiate between EIS and DSS. 10
4. Explain conceptual and physical view of MIS. 10
5. "Simulation is not strictly a type of model". Comment. 10
6. Write short notes on (any four) : 20

a) Law of requisite Variety.
b) Sensitivity Analysis.
c) Newell Simon Model.
d) Expert Systems.
e) Value of Information.



! a) The GBD company has had a computer for several years and has added applications based on the power or persuasion of executives of different functions. They now wish to examine their status relative to the concept of management information system. The following is the list (portfolio) of applications currently on the system for sales and marketing accounting, production and information system.
Payroll
Account payables
Daily cash report
Weekly production schedule
Competitive Position Analysis (yearly)
Weekly payroll report
Monthly cash flow projection
Sales order accounting
Weekly data processing error report.
Classify these applications according to the management information system
conceptual model. 10
b) Explain the application of negative feedback in the following:
- A management reporting system using budgets. 10
I "The uncertainty and risk is high at strategic level of management." Comment      10
I Explain characteristics and limitations of human information processing. 10

4. Explain needs and characteristics of EIS. 10
5. "The determination of optional solutions can be provided through heuristic programming" Justify. 10
6. Explain about all phases of Herbert Simon model. 10
7. Write short notes on any four of the following: (4x5=20)

a) Law of requisity variety.
b) MIS and other academics disciplines.
c) Quality of information, dj Expert system, e) Operations research techniques.

Management Support System | Mss important questions

Management Support System | Mss important questions
Management Support System | Mss important questions
1. a) Explain in detail the information requirements for marketing functions using
systems approach.
b) Explain the application of law of requisite variety with an example.
2. Explain how quality of information improves the decision making capability of people in an organization ?
3. Explain Newell Simon model with diagrammatic representation.
4. a) How Expert system is different from conventional system ?
b) How DSS differs from MIS ?
5. "Sensitivity analysis helps in identifying value of additional information to support decision making". Comment.
6. Write short notes on any four :

a) Types of systems
b) MIS Vs.DP (Data Processing)
c) Simulation
d) Static Models
e) Herbert Simon Model.

Management Support System interview questions

Management Support System interview questions
Management Support System Model papers
1. a) Explain in delaiI the information requirements for personnel function using
systems approach,
b) Explain the application for negative feedback with an example.
2. "The information requirements varies according to the level of management". Comment.
3. Explain various software and hardware requirements towards implementation of EIS. Differentiate between EIS and DSS.
4. Explain conceptual and physical view of MIS.
5. "Simulation is not strictly a type of model". Comment.
6. Write short notes on (any four) :

a) Law of requisite Variety.
b) Sensitivity Analysis.
c) Newell Simon Model.
d) Expert Systems.
e) Value of Information.

: Management Support System(mss) (New Course) | Mca pune University

: Management Support System(mss) (New Course) | Mca pune University
 Management Support System(New Course)
Management Support System (New Course) | Mca pune University

Time : 3 Hours Max. Marks : 70

Instructions : I) Q.I and Q. 6 are compulsory.
2) Solve any 3 from Q. 2~Q. 5.
I. Explain in detail the information required in designing IT-based MIS for handling
personnel function. 20
2 Explain needs of information at different managerial levels. 10
3. Explain Newell Simon model with diagram. 10
4. Differentiate between HIS and DSS. 10
|5. Define MIS and explain structure of MIS based on management activities and
functions. 10
[ 6. Write short notes (any 4) : 20
a) Types of systems
b| Negative feedback
c) MIS Vs. Data processing
(I) F.xpert system
e) Herbert Simon Model
0 Modelling process.