All posts from

Software Engineering With Uml MCM Question Paper : unipune.ac.in

University : University Of Pune
Degree : MCM( Master in Computer Management)
Semester : I
Subject :Software Engineering With Uml
Document Type : Question Paper
Website : unipune.ac.in

Download Previous/ Old Question Papers :

2010 : https://www.pdfquestion.in/uploads/unipune.ac.in/6613-10MCM.pdf
2011 : https://www.pdfquestion.in/uploads/unipune.ac.in/6613-11mcm_oct2011.pdf
2012 : https://www.pdfquestion.in/uploads/unipune.ac.in/6613-12MCM.pdf
2013 : https://www.pdfquestion.in/uploads/unipune.ac.in/6613-13MCM.pdf

Pune Software Engineering Model Paper

M. C. M. (Semester – I) Examination – 2012
Time : 3 Hours]
Max. Marks : 70

(1) Question No. 1 is compulsory.
(2) Solve any four questions from the remaining.
(3) Figures to the right indicate full marks.

Related : University Of Pune Programming Using Visual Basic PGDCA Question Paper : www.pdfquestion.in/6612.html

Q.1) Define Computer with block diagram and explain characteristics of

Q.2) (A) Solve : [08]
(a) (186)10 – ?2 (b) (BCD)16 – ?10 (c) (712)10 – ?8 (d) (BAB)16 – ?2
(B) Explain Primary Memory with its types. [07]

Q.3) (A) Explain OSI Model in detail. [08]
(B) Discuss the need of Special Processors. [07]
Q.4) (A) Compare and differentiate between Windows with open source
O.S. (B) Explain various Scanning Input Devices. [07]

Q.5) (A) Define Communication Media.
Explain different type of Communication Media Model. [08]
(B) Differentiate between Compiler, Assembler and Interpreter. [07]

Q.6) (A) Explain Time Sharing Processing with neat diagram. [08]
(B) Explain any two Printers in detail. [07]

Q.7) (A) Define Computer Network. State difference between LAN and WAN.
(B) Explain the terms Bit, Byte, MB, KB, TB, RAM, ROM, PROM. [07]
Q.3) Write a program to accept a string. [10]

Software Engineering With Uml

(2012 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions :

(1) Question No. 1 and 6 are compulsory.
(2) Solve any three from Q. Nos. 2, 3, 4 and 5.
Q.l) A system need to be designed for a departmental store dealing in consumer items. Members enjoy credit facility and can purchase items as and when he or she needs them. Store has several counters and one can almost get all kinds of consumer items after visiting these counters.

He becomes members by paying initial membership amount and get the credit cards. He has to pay his outstanding on quarterly basis. System generate alert to these members. Defaulters are not allowed to purchase items until the default amount is cleared. Consider the different aspects of the above problem and model them appropriately.

(a) Draw 1st level DFD. [10]
(b) Draw Databases of the Departmental Store. [05]
(c) Draw Bill and Membership Form. [10]
Q.2) Design a Home Page for On-line Hoarding System is advertisement
Q.3) Explain different types of Requirements. [10]
Q.4) Explain Rational Unified Process with four major phases. [10]
Q.5) Explain RAD Model. [10]
Q.6) Write short notes : (Any Three) [15]
(a) Decision Tree (b) Difference between Activity and State Chart Diagram
(c) Class Diagram (d) Elements of Good Design (e) Fact Finding Tool

‘C’ Programming  2012

Q.1) (A) Find and explain output of the following programs. Assume suitable header files : [12]
(a) void main( ){
int a = 25;
printf(“%d %d %d”, a > 25, a = 50, a == 50);
}
(b) void main( ){
int i = 3, j;
j = ++i * ++i;
printf(“\n i = %d, j = %d”, i, j);

(c) void main( ){
void swap (int, int);
int a = 5, b = 7;
swap (a, b);
printf(“\na = %d, b = %d”, a, b);
}
void swap (int a, int b)
{ int c;
c = a;
a = b;
b = c;
}

(d) void main( ){
char s[] = “Just In Time”;
int t = 0;
while(S[t] ! = ‘\?’){
if(S[t]! = ‘ ’)
S[t] = S[t] + 2;
t++;
}
puts(s);
}

(B) Explain the following : (Any Two) [08]
(a) Data types in ‘C’
(b) Command Line Arguments
(c) Loop Statements in ‘C’

Q.2) Write a ‘C’ program to print the following pattern using nested loops : [10]
?
?#
?#?
?#?#
?#?#?

Q.3) Write a recursive function to accept a string and display it in reverse. [10]
Q.4) Write a ‘C’ program to accept two matrices of order 3 × 3 and display the addition of two matrices. [10]
Q.5) Write a ‘C’ program to accept two file names and append first file to the second file. [10]
Q.6) Write a ‘C’ program to accept a string and convert all lowercase characters to uppercase. [10]
Q.7) Write a ‘C’ program which uses suitable structure array to accept name, telephone no. of 30 people. Sort these records on name in ascending order and display in a tabular form. [10]

1 Comment
Add a Comment
  1. I want to become a software engineer.

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap