Vous êtes sur la page 1sur 44

G.S.Mandal’s G.S.

Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM5ESemester : Fifth Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth
Subject : Java Programming Subject Code : 12176 Subject : Java Programming Subject Code : 12176
Time : 1 Hour Date : 14/08/2012 Max Marks : 25 Time : 1 Hour Date : 14/08/2012 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Describe any two features of Java. a) Describe any two features of Java.
b) Explain method overriding w.r.t inheritance. b) Explain method overriding w.r.t inheritance.
c) What is Byte code? Explain JVM. c) What is Byte code? Explain JVM.
d) Explain constructor with suitable example. d) Explain constructor with suitable example.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Explain typecasting with suitable example. a) Explain typecasting with suitable example.
b) Explain polymorphism feature with concept of method overloading. b) Explain polymorphism feature with concept of method overloading.
c) Write a program to print the following output. c) Write a program to print the following output.
* * * * * * * *
* * * * * *
* * * *
* *
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain any type of array with example. a) Explain any type of array with example.
b) Describe the uses of final & super keywords w.r.t inheritance. b) Describe the uses of final & super keywords w.r.t inheritance.
c) Differentiate between Java & C++. c) Differentiate between Java & C++.
d) Explain relational & logical operator in Java. d) Explain relational & logical operator in Java.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth
Subject : Java Programming Subject Code : 12176 Subject : Java Programming Subject Code : 12176
Time : 1 Hour Date : 14/08/2012 Max Marks : 25 Time : 1 Hour Date : 14/08/2012 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Describe any two features of Java. a) Describe any two features of Java.
b) Explain method overriding w.r.t inheritance. b) Explain method overriding w.r.t inheritance.
c) What is Byte code? Explain JVM. c) What is Byte code? Explain JVM.
d) Explain constructor with suitable example. d) Explain constructor with suitable example.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Describe ?: (Ternary Operator) in Java with suitable example. a) Describe ?: (Ternary Operator) in Java with suitable example.
b) Explain polymorphism feature with concept of method overloading. b) Explain polymorphism feature with concept of method overloading.
c) Write a program to print the following output. c) Write a program to print the following output.
* * * * * * * *
* * * * * *
* * * *
* *
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain any type of array with example. a) Explain any type of array with example.
b) Describe the uses of final & super keywords w.r.t inheritance. b) Describe the uses of final & super keywords w.r.t inheritance.
c) Differentiate between Java & C++. c) Differentiate between Java & C++.
d) Explain relational & logical operator in Java. d) Explain relational & logical operator in Java.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 12109 Subject : Microprocessor & Programming Subject Code : 12109
Time : 1 Hour Date : /02/2013Max Marks : 25 Time : 1 Hour Date : /02/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List the machine language instruction format & describe ‘Immediate a) List the machine language instruction format & describe ‘Immediate
operand to register format’. operand to register format’.
b) What are the limitations of 8 bit µp. b) What are the limitations of 8 bit µp.
c) Describe the register organization in 8086 µp. c) Describe the register organization in 8086 µp.
d) List the salient features of 16 bit Microprocessor(any 6). d) List the salient features of 16 bit Microprocessor(any 6).
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) List the addressing modes of 8086 µp & describe with example in brief. a) List the addressing modes of 8086 µp & describe with example in brief.
b) Draw internal architecture of 8086 µp. b) Draw internal architecture of 8086 µp.
c) Find 20 bit physical address for the operands in c) Find 20 bit physical address for the operands in
i. MOV AX,[BX] i. MOV AX,[BX]
ii.MOV AL,[BP+SI] ii.MOV AL,[BP+SI]
Assume CS=4000H, DS=3000H , SS= 6000H, DI=0100H,BP=0060H Assume CS=4000H, DS=3000H , SS= 6000H, DI=0100H,BP=0060H
BX=0300H & SI=0100H BX=0300H & SI=0100H
d) Draw & describe internal architecture of 8085 µp. d) Draw & describe internal architecture of 8085 µp.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Draw flag register of 8086 µp & describe control flags. a) Draw flag register of 8086 µp & describe control flags.
b)State the functions of following pins of 8086 b) State the functions of following pins of 8086
i. TEST ii. READY iii. MN/MX iv. DEN i. TEST ii. READY iii. MN/MX iv. DEN
c) State the functions of following blocks of 8085 µp c) State the functions of following blocks of 8085 µp
i. ALU ii. Timing & Control i. ALU ii. Timing & Control
d)Draw timing diagram for READ operation in Maximum mode. d) Draw timing diagram for READ operation in Maximum mode.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 12109 Subject : Microprocessor & Programming Subject Code : 12109
Time : 1 Hour Date : /02/2013 Max Marks : 25 Time : 1 Hour Date : /02/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Draw internal architecture of 8086 µp. a) Draw internal architecture of 8086 µp.
b) Draw flag register of 8086 µp & describe control flags. b) Draw flag register of 8086 µp & describe control flags.
c) Describe the register organization in 8086 µp. c) Describe the register organization in 8086 µp.
d) List the salient features of 16 bit Microprocessor(any 6). d) List the salient features of 16 bit Microprocessor(any 6).
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) List the addressing modes of 8086 µp & describe with example in brief. a) List the addressing modes of 8086 µp & describe with example in brief.
b) List the machine language instruction format & describe ‘Immediate b) List the machine language instruction format & describe ‘Immediate
operand to register format’. operand to register format’.
c) Find 20 bit physical address for the operands in c) Find 20 bit physical address for the operands in
i. MOV AX,[BX] i. MOV AX,[BX]
ii.MOV AL,[BP+SI] ii.MOV AL,[BP+SI]
Assume CS=4000H, DS=3000H , SS= 6000H, DI=0100H,BP=0060H Assume CS=4000H, DS=3000H , SS= 6000H, DI=0100H,BP=0060H
BX=0300H & SI=0100H BX=0300H & SI=0100H
d) Draw & describe internal architecture of 8085 µp. d) Draw & describe internal architecture of 8085 µp.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What are the limitations of 8 bit µp. a) What are the limitations of 8 bit µp.
b) State the functions of following pins of 8086 b) State the functions of following pins of 8086
i. TEST ii. READY iii. MN/MX iv. DEN i. TEST ii. READY iii. MN/MX iv. DEN
c) State the functions of following blocks of 8085 µp c) State the functions of following blocks of 8085 µp
i. ALU ii. Timing & Control i. ALU ii. Timing & Control
d) Draw timing diagram for READ operation in Maximum mode. d) Draw timing diagram for READ operation in Maximum mode.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 12109 Subject : Microprocessor & Programming Subject Code : 12109
Time : 1 Hour Date : /02/2013 Max Marks : 25 Time : 1 Hour Date : /02/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List the machine language instruction format & describe ‘Immediate a) Draw internal architecture of 8086 µp.
operand to register format’. b) Draw flag register of 8086 µp & describe control flags.
b) What are the limitations of 8 bit µp. c) Describe the register organization in 8086 µp.
c) Describe the register organization in 8086 µp. d) List the salient features of 16 bit Microprocessor(any 6).
d) List the salient features of 16 bit Microprocessor(any 6). Q.2. Attempt any TWO 08 Marks
Q.2. Attempt any TWO 08 Marks a) List the addressing modes of 8086 µp & describe with example in brief.
a) List the addressing modes of 8086 µp & describe with example in brief. b) List the machine language instruction format & describe ‘Immediate
b) Draw internal architecture of 8086 µp. operand to register format’.
c) Find 20 bit physical address for the operands in c) Find 20 bit physical address for the operands in
i. MOV AX,[BX] i. MOV AX,[BX]
ii.MOV AL,[BP+SI] ii.MOV AL,[BP+SI]
Assume CS=4000H, DS=3000H , SS= 6000H, DI=0100H,BP=0060H Assume CS=4000H, DS=3000H , SS= 6000H, DI=0100H,BP=0060H
BX=0300H & SI=0100H BX=0300H & SI=0100H
d) Draw & describe internal architecture of 8085 µp. d) Draw & describe internal architecture of 8085 µp.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Draw flag register of 8086 µp & describe control flags. a) What are the limitations of 8 bit µp.
b) State the functions of following pins of 8086 b) State the functions of following pins of 8086
i. TEST ii. READY iii. MN/MX iv. DEN i. TEST ii. READY iii. MN/MX iv. DEN
c) State the functions of following blocks of 8085 µp c) State the functions of following blocks of 8085 µp
i. ALU ii. Timing & Control i. ALU ii. Timing & Control
d) Draw timing diagram for READ operation in Maximum mode. d) Draw timing diagram for READ operation in Maximum mode.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth
Subject : Advance Java Programming Subject Code : 12259 Subject : Advance Java Programming Subject Code : 12259
Time : 1 Hour Date : 14/02/2013Max Marks : 25 Time : 1 Hour Date : 14/02/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List any 8 controls from java.awt package. a) List any 8 controls from java.awt package.
b) Describe the use of following b) Describe the use of following
i. Socket ii. Client/Server iii. Reserved Socket iv. DNS i. Socket ii. Client/Server iii. Reserved Socket iv. DNS
c) Explain color class with its constructors & methods. c) Explain color class with its constructors & methods.
d) Define Protocol.Explain any 4 protocols. d) Define Protocol.Explain any 4 protocols.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Write a program to create applet that will accept values of three test a) Write a program to create applet that will accept values of three test
marks each out of 25, the user will enter the marks in separate three marks each out of 25, the user will enter the marks in separate three
text fields the applet will have a labeled “Find Average” on text fields the applet will have a labeled “Find Average” on
Button.When user will click on button the average will be displayed in Button.When user will click on button the average will be displayed in
fourth text field. fourth text field.
b) What is Layout manager? Describe the use of GridLayout manager. b) What is Layout manager? Describe the use of GridLayout manager.
c) Give the meaning of the following terms c) Give the meaning of the following terms
i. Container ii. Component iii. Frame iv. Panel i. Container ii. Component iii. Frame iv. Panel
d) What is Frame? How do you create frame, show with an example. d) What is Frame? How do you create frame, show with an example.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What is Internet Addressing? Explain any 4 methods of InetAddress a) What is Internet Addressing? Explain any 4 methods of InetAddress
class. class.
b) Write a program to demonstrate use of choice list & list class. b) Write a program to demonstrate use of choice list & list class.
c) Explain how to set font to an applet using Font class.Give suitable code c) Explain how to set font to an applet using Font class.Give suitable code
segment to demonstrate. segment to demonstrate.
d)Give syntax & use of following methods of DatagramPacket class d)Give syntax & use of following methods of DatagramPacket class
i. getPort ii. getData iii. getAddress iv. getLength i. getPort ii. getData iii. getAddress iv. getLength
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth
Subject : Advance Java Programming Subject Code : 12259 Subject : Advance Java Programming Subject Code : 12259
Time : 1 Hour Date : /01/2014Max Marks : 25 Time : 1 Hour Date : /01/2014 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Write a program to demonstrate use of the following methods of URL a) Write a program to demonstrate use of the following methods of URL
class class
i. getProtocol ii. getHost iii. getPort iv. getAddress i. getProtocol ii. getHost iii. getPort iv. getAddress
b) Describe the use of following b) Describe the use of following
i. Socket ii. Client/Server iii. Reserved Socket iv. DNS i. Socket ii. Client/Server iii. Reserved Socket iv. DNS
c) Explain color class with its constructors & methods. c) Explain color class with its constructors & methods.
d) Define Protocol.Explain any 4 protocols. d) Define Protocol.Explain any 4 protocols.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Write a program to create applet that will accept values of three test a) Write a program to create applet that will accept values of three test
marks each out of 25, the user will enter the marks in separate three marks each out of 25, the user will enter the marks in separate three
text fields the applet will have a labeled “Find Average” on text fields the applet will have a labeled “Find Average” on
Button.When user will click on button the average will be displayed in Button.When user will click on button the average will be displayed in
fourth text field. fourth text field.
b) What is Layout manager? Describe the use of GridLayout manager. b) What is Layout manager? Describe the use of GridLayout manager.
c) Give the meaning of the following terms c) Give the meaning of the following terms
i. Container ii. Component iii. Frame iv. Panel i. Container ii. Component iii. Frame iv. Panel
d) What is Frame? How do you create frame, show with an example. d) What is Frame? How do you create frame, show with an example.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What is Internet Addressing? Explain any 4 methods of InetAddress a) What is Internet Addressing? Explain any 4 methods of InetAddress
class. class.
b) Write a program to demonstrate use of choice list & list class. b) Write a program to demonstrate use of choice list & list class.
c) Explain how to set font to an applet using Font class.Give suitable code c) Explain how to set font to an applet using Font class.Give suitable code
segment to demonstrate. segment to demonstrate.
d)Give syntax & use of following methods of DatagramPacket class d)Give syntax & use of following methods of DatagramPacket class
i. getPort ii. getData iii. getAddress iv. getLength i. getPort ii. getData iii. getAddress iv. getLength
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth
Subject : Advance Java Programming Subject Code : 12259 Subject : Advance Java Programming Subject Code : 12259
Time : 1 Hour Date : /03/2013 Max Marks : 25 Time : 1 Hour Date : /03/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks


Q.1. Attempt any THREE 09 Marks
a) Describe 3-tier database
a) Describe 3-tier database b) Give the use of following classes
b) Give the use of following classes i) DriverManagerii) Connectioniii) Statementiv) Result Set
i) DriverManagerii) Connectioniii) Statementiv) Result Set c) Explain meaning & use of following terms
c) Explain meaning & use of following terms i) Cookies
i) Cookies ii) Session
ii) Session d) Give use of following Swing controls
d) Give use of following Swing controls i) Jtabbed Pane
i) Jtabbed Pane ii) Jtree
ii) Jtree Q.2. Attempt any TWO 08 Marks
Q.2. Attempt any TWO 08 Marks
a) Write a program to create a servlet that handles HTTPGET request.
a) Write a program to create a servlet that handles HTTPGET request. b)Give the use of ImageIcon class along with syntax of its constructor.
b)Give the use of ImageIcon class along with syntax of its constructor. c) List four interfaces in javax.servlet package.
c) List four interfaces in javax.servlet package. d)Differentiate between AWT and Swing on the basis of working and
d)Differentiate between AWT and Swing on the basis of working and application.
application. Q.3. Attempt any TWO 08 Marks
Q.3. Attempt any TWO 08 Marks
a) Explain the Life cycle of Servlet.
a) Explain the Life cycle of Servlet. b)Write a program to display a button with an image on it using swing.
b)Write a program to display a button with an image on it using swing. The image onthe button will change when the button is clicked.
The image onthe button will change when the button is clicked. c) Write a program to add cookies using a servlet.
c) Write a program to add cookies using a servlet. d)Give sequential steps to use Tables. Also give syntax of constructors of
d)Give sequential steps to use Tables. Also give syntax of constructors of Tables class.
Tables class.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth Course : Comp. Engg. & Tech.Course Code : CO/CM6E Semester : Sixth
Subject : Advance Java Programming Subject Code : 12259 Subject : Advance Java Programming Subject Code : 12259
Time : 1 Hour Date : /03/2013 Max Marks : 25 Time : 1 Hour Date : /03/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Describe 3-tier database a) Describe 3-tier database
b) Give the use of following classes b) Give the use of following classes
i) DriverManagerii) Connectioniii) Statementiv) Result Set i) DriverManagerii) Connectioniii) Statementiv) Result Set
c) Explain the Life cycle of Servlet. c) Explain the Life cycle of Servlet.
d) Give use of following Swing controls d) Give use of following Swing controls
i) Jtabbed Pane i) Jtabbed Pane
ii) Jtree ii) Jtree
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Write a program to create a servlet that handles HTTPGET request. a) Write a program to create a servlet that handles HTTPGET request.
b)Give the use of ImageIcon class along with syntax of its constructor. b)Give the use of ImageIcon class along with syntax of its constructor.
c) List four interfaces in javax.servlet package. c) List four interfaces in javax.servlet package.
d)Differentiate between AWT and Swing on the basis of working and d)Differentiate between AWT and Swing on the basis of working and
application. application.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a)Explain meaning & use of following terms a)Explain meaning & use of following terms
i) Cookies i) Cookies
ii) Session ii) Session
b)Write a program to display a button with an image on it using swing. b)Write a program to display a button with an image on it using swing.
The image onthe button will change when the button is clicked. The image onthe button will change when the button is clicked.
c) Write a program to add cookies using a servlet. c) Write a program to add cookies using a servlet.
d)Give sequential steps to use Tables. Also give syntax of constructors of d)Give sequential steps to use Tables. Also give syntax of constructors of
Tables class. Tables class.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 12109 Subject : Microprocessor & Programming Subject Code : 12109
Time : 1 Hour Date : /03/2013 Max Marks : 25 Time : 1 Hour Date : /03/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) State the steps involved in program development. a) State the steps involved in program development.
b) What are the differences between near & far procedures. b) What are the differences between near & far procedures.
c) With suitable example describe the use of DAA instruction of 8086. c) With suitable example describe the use of DAA instruction of 8086.
d) Write an ALP for addition of two numbers using Macro add-num. d) Write an ALP for addition of two numbers using Macro add-num.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Differentiate between I/O mapped I/O & memory mapped I/O (any 8 a) Differentiate between I/O mapped I/O & memory mapped I/O (any 8
points) points)
b) What is MACRO? How a MACRO can be declared in 8086 ALP. b) What is MACRO? How a MACRO can be declared in 8086 ALP.
c) Write an ALP to multiply two 8 bit unsigned numbers, result is max 16 c) Write an ALP to multiply two 8 bit unsigned numbers, result is max 16
bit. bit.
d) Explain any four ROTATE instructions. d) Explain any four ROTATE instructions.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Write a program to perform arithmetic operation addition & a) Write a program to perform arithmetic operation addition &
subtraction using procedures. subtraction using procedures.
b)Describe the assembly language tools. b)Describe the assembly language tools.
i.assebmlerii.debugger i.assebmlerii.debugger
c) List out any four assembler directive & state their significance. c) List out any four assembler directive & state their significance.
d) Interface two 2K EPROM chips using memory mapping as an address d) Interface two 2K EPROM chips using memory mapping as an address
banking. banking.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth Course : Comp. Engg. & Tech.Course Code : CO/CM4E Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 12109 Subject : Microprocessor & Programming Subject Code : 12109
Time : 1 Hour Date : /03/2013 Max Marks : 25 Time : 1 Hour Date : /03/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) State the steps involved in program development. a) State the steps involved in program development.
b) What are the differences between near & far procedures. b) What are the differences between near & far procedures.
c) With suitable example describe the use of DAA instruction of 8086. c) With suitable example describe the use of DAA instruction of 8086.
d) Write an ALP for addition of two numbers using Macro add-num. d) Write an ALP for addition of two numbers using Macro add-num.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Write a program to perform arithmetic operation addition & a) Write a program to perform arithmetic operation addition &
subtraction using procedures. subtraction using procedures.
b) What is MACRO? How a MACRO can be declared in 8086 ALP. b) What is MACRO? How a MACRO can be declared in 8086 ALP.
c) Write an ALP to multiply two 8 bit unsigned numbers, result is max 16 c) Write an ALP to multiply two 8 bit unsigned numbers, result is max 16
bit. bit.
d) Explain any four ROTATE instructions. d) Explain any four ROTATE instructions.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a)Differentiate between I/O mapped I/O & memory mapped I/O (any 8 a)Differentiate between I/O mapped I/O & memory mapped I/O (any 8
points) points)
b)Describe the assembly language tools. b)Describe the assembly language tools.
i.assebmlerii.debugger i.assebmlerii.debugger
c) List out any four assembler directive & state their significance. c) List out any four assembler directive & state their significance.
d) Interface two 2K EPROM chips using memory mapping as an address d) Interface two 2K EPROM chips using memory mapping as an address
banking. banking.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth
Subject : Java Programming Subject Code : 12176 Subject : Java Programming Subject Code : 12176
Time : 1 Hour Date : /08/2013Max Marks : 25 Time : 1 Hour Date : /08/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What is JVM?What is byte code?. a) What is JVM? What is byte code?.
b) What is final variable and methods? How it differ from abstract b) What is final variable and methods? How it differ from abstract
method. method.
c) Write a program to check whether the entered number is prime or c) Write a program to check whether the entered number is prime or
not. not.
d) With suitable example explain the use of for loop also give syntax of d) With suitable example explain the use of for loop also give syntax of
for loop. for loop.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Why Java is Platform Independent? a) Why Java is Platform Independent?
b) State any four features of Java. b) State any four features of Java.
c) Write a program which makes use of inheritance. c) Write a program which makes use of inheritance.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Describe arithmetic operator with example. a) Describe arithmetic operator with example.
b) Difference between method overloading and method overriding. b) Difference between method overloading and method overriding.
c) Explain any type of array with suitable example. c) Explain any type of array with suitable example.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth Course : Comp. Engg. & Tech.Course Code : CO/CM5E Semester : Fifth
Subject : Java Programming Subject Code : 12176 Subject : Java Programming Subject Code : 12176
Time : 1 Hour Date : /08/2013 Max Marks : 25 Time : 1 Hour Date : /08/2013 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What is JVM? What is byte code?. a) What is JVM? What is byte code?.
b) What is final variable and methods? How it differ from abstract b) What is final variable and methods? How it differ from abstract
method. method.
c) Write a program which makes use of inheritance . c) Write a program which makes use of inheritance .
d) With suitable example explain the use of for loop also give syntax of d) With suitable example explain the use of for loop also give syntax of
for loop. for loop.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Why Java is Platform Independent? a) Why Java is Platform Independent?
b) State any four features of Java. b) State any four features of Java.
c)Explain the term. c)Explain the term.
i.finalii.abstractiii.staticiv.super. i.finalii.abstractiii.staticiv.super.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain visibility control in Java. a) Explain visibility control in Java.
b) Difference between method overloading and method overriding. b) Difference between method overloading and method overriding.
c) Explain any type of array with suitable example. c) Explain any type of array with suitable example.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & EJ Course Code : CO/EJ2G Semester : Second Course : Comp. Engg. & EJ Course Code : CO/EJ2G Semester : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /01/2014 Max Marks : 25 Time : 1 Hour Date : /01/2014 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Name the Two important ores of copper. a) Name the Two important ores of copper.
b) Give two properties and two uses of copper metal and Aluminium b) Give two properties and two uses of copper metal and Aluminium
metal. metal.
c) Write the factors affecting the rate of Electro-chemical corrosion. c) Write the factors affecting the rate of Electro-chemical corrosion.
d) Define d) Define
i. Atmospheric corrosion i. Atmospheric corrosion
ii. Immersed corrosion ii. Immersed corrosion
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) How sulphide ores are concentrated? What is the principle behind a) How sulphide ores are concentrated? What is the principle behind
it.(Explain with neat sketch) it.(Explain with neat sketch)
b) Explain electro-refining of copper with the help of figure. b) Explain electro-refining of copper with the help of figure.
c) Describe method of metal spraying with neat sketch. c) Describe method of metal spraying with neat sketch.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Name and explain the process of protecting steel article from a) Name and explain the process of protecting steel article from
corrosion by coating tin over it. corrosion by coating tin over it.
b) Why is galvanized container not used for storing food stuff. b) Why is galvanized container not used for storing food stuff.
c) Explain Hydrogen evolution mechanism of electro-chemical corrosion c) Explain Hydrogen evolution mechanism of electro-chemical corrosion
with neat labeled diagram. with neat labeled diagram.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & EJ Course Code : CO/EJ2G Semester : Second Course : Comp. Engg. & EJ Course Code : CO/EJ2G Semester : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /01/2014 Max Marks : 25 Time : 1 Hour Date : /01/2014 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Name the Two important ores of copper. a) Name the Two important ores of copper.
b) Give two properties and two uses of copper metal and Aluminium b) Give two properties and two uses of copper metal and Aluminium
metal. metal.
c) Write the factors affecting the rate of Electro-chemical corrosion. c) Write the factors affecting the rate of Electro-chemical corrosion.
d) Define d) Define
i. Atmospheric corrosion i. Atmospheric corrosion
ii. Immersed corrosion ii. Immersed corrosion
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Name and explain the process of protecting steel article from a) Name and explain the process of protecting steel article from
corrosion by coating tin over it. corrosion by coating tin over it.
b) Explain electro-refining of copper with the help of figure. b) Explain electro-refining of copper with the help of figure.
c) Describe method of metal spraying with neat sketch. c) Describe method of metal spraying with neat sketch.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) How sulphide ores are concentrated? What is the principle behind a) How sulphide ores are concentrated? What is the principle behind
it.(Explain with neat sketch) it.(Explain with neat sketch)
b) Why is galvanized container not used for storing food stuff. b) Why is galvanized container not used for storing food stuff.
c) Explain Hydrogen evolution mechanism of electro-chemical corrosion c) Explain Hydrogen evolution mechanism of electro-chemical corrosion
with neat labeled diagram. with neat labeled diagram.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /01/2014 Max Marks : 25 Time : 1 Hour Date : /01/2014 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Write difference between Galvanising and Tinning. a) Write difference between Galvanising and Tinning.
b) State constituents of Paint and give the function of any two b) State constituents of Paint and give the function of any two
constituents? constituents?
c) Name the four ores of Iron with chemical formula. c) Name the four ores of Iron with chemical formula.
d) Define d) Define
i. Atmospheric corrosion i. Atmospheric corrosion
ii. Immersed corrosion ii. Immersed corrosion
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Which are the product of blast furnance? Give there composition, a) Which are the product of blast furnance? Give there composition,
properties and application. properties and application.
b) Distinguish between Cast Iron, Wrought Iron and Steel. b) Distinguish between Cast Iron, Wrought Iron and Steel.
c) Write the chemical reaction taking place in Zone of reduction of blast c) Write the chemical reaction taking place in Zone of reduction of blast
furnance. furnance.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Why the galvanised containers are not used for storing and carrying a) Why the galvanised containers are not used for storing and carrying
food stuff. food stuff.
b) Explain hydrogen evolution mechanism of electrochemical corrosion. b) Explain hydrogen evolution mechanism of electrochemical corrosion.
c) Explain the process of Metal Spraying for the protection of metal from c) Explain the process of Metal Spraying for the protection of metal from
corrosion. corrosion.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /01/2014 Max Marks : 25 Time : 1 Hour Date : /01/2014 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Write difference between Galvanising and Tinning. a) Write difference between Galvanising and Tinning.
b) State constituents of Paint and give the function of any two b) State constituents of Paint and give the function of any two
constituents? constituents?
c) Name the four ores of Iron with chemical formula. c) Name the four ores of Iron with chemical formula.
d) Define d) Define
i. Atmospheric corrosion i. Atmospheric corrosion
ii. Immersed corrosion ii. Immersed corrosion
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Explain hydrogen evolution mechanism of electrochemical corrosion. a) Explain hydrogen evolution mechanism of electrochemical corrosion.
b) Distinguish between Cast Iron, Wrought Iron and Steel. b) Distinguish between Cast Iron, Wrought Iron and Steel.
c) Write the chemical reaction taking place in Zone of reduction of blast c) Write the chemical reaction taking place in Zone of reduction of blast
furnance. furnance.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Why the galvanised containers are not used for storing and carrying a) Why the galvanised containers are not used for storing and carrying
food stuff. food stuff.
b) Which are the product of blast furnance? Give there composition, b) Which are the product of blast furnance? Give there composition,
properties and application. properties and application.
c) Explain the process of Metal Spraying for the protection of metal from c) Explain the process of Metal Spraying for the protection of metal from
corrosion. corrosion.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech. Course Code : CO/CM5G Semester : Fifth Course : Comp. Engg. & Tech. Course Code : CO/CM5G Semester : Fifth
Subject : Java Programming Subject Code : 17515 Subject : Java Programming Subject Code : 17515
Time : 1 Hour Date : /10/2015 Max Marks : 25 Time : 1 Hour Date : /10/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What is Package?How to create it?Explain with suitable example. a) What is Package?How to create it?Explain with suitable example.
b) How do we put an Applet into the web page. b) How do we put an Applet into the web page.
c) Describe any four methods of Graphics class with example. c) Describe any four methods of Graphics class with example.
d) Write impact of access specifier public,private and protected on d) Write impact of access specifier public,private and protected on
packages in JAVA. packages in JAVA.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) What is Exception?Give different type of exception that occur in run a) What is Exception?Give different type of exception that occur in run
time?Why to Handle Exception? time?Why to Handle Exception?
b) Differentiate between Applet & Application and also write simple b) Differentiate between Applet & Application and also write simple
Applet it display message Wel Come to Java. Applet it display message Wel Come to Java.
c) Write with example how Multiple Inheritance is achieve in Java. c) Write with example how Multiple Inheritance is achieve in Java.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) State the use of following methods of Thread class. a) State the use of following methods of Thread class.
i.wait() ii.notify() iii.sleep() iv.suspend() i.wait() ii.notify() iii.sleep() iv.suspend()
b) Write the use of the following keywords with exception handling. b) Write the use of the following keywords with exception handling.
i.try ii.catch iii.finally iv.throw i.try ii.catch iii.finally iv.throw
c) Describe complete life cycle of Thread. c) Describe complete life cycle of Thread.
d) Write a program to design an applet which accepts two numbers as d) Write a program to design an applet which accepts two numbers as
parameters using <PARAM> tag & display addition of squares of those parameters using <PARAM> tag & display addition of squares of those
numbers. numbers.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech. Course Code : CO/CM5G Semester : Fifth Course : Comp. Engg. & Tech. Course Code : CO/CM5G Semester : Fifth
Subject : Software Engineering Subject Code : 17513 Subject : Software Engineering Subject Code : 17513
Time : 1 Hour Date : /10/2014 Max Marks : 25 Time : 1 Hour Date : /10/2014 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What are the objectives of Analysis modeling. a) What are the objectives of Analysis modelling.
b) Describe Top down approach of Integration Testing. b) Describe Top down approach of Integration Testing.
c) What are the various CMMI levels? Describe. c) What are the various CMMI levels?Describe.
d) Elaborate the concept of Task Network. d) Elaborate the concept of Task Network.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Explain the concept of software design & List the design quality a) Explain the concept of software design & List the design quality
guidelines. guidelines.
b) Elaborate the concept of White Box & Black Box Testing . b) Elaborate the concept of White Box & Black Box Testing .
c) What is RMMM strategy? Explain the issues involved in it. c) What is RMMM strategy? Explain the issues involved in it.
d) Explain Six Sigma & Concept of DMAIC & DM DAV for s/w. d) Explain Six Sigma & Concept of DMAIC & DM DAV for s/w.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Describe McCall’s Quality factors. a) Describe McCall’s Quality factors.
b) State the difference between Alpha & Beta Testing. b) State the difference between Alpha & Beta Testing.
c) Explain use case Diagram. c) Explain use case Diagram.
d) Describe in brief different types of System Testing. d) Describe in brief different types of System Testing.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech. Course Code : CO4G Semester : Fourth Course : Comp. Engg. & Tech. Course Code : CO4G Semester : Fourth
Subject : Microprocessor & Prog. Subject Code : 17431 Subject : Microprocessor & Prog. Subject Code : 17431
Time : 1 Hour Date :14/01/2015 Max Marks : 25 Time : 1 Hour Date :14/01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List any six features of 8086 microprocessor. a) List any six features of 8086 microprocessor.
b) What is flag? What is the size of 8086 flag resister? Draw the format. b) What is flag? What is the size of 8086 flag resister? Draw the format.
c) Describe register organization in 8086 microprocessor. c) Describe register organization in 8086 microprocessor.
d) Describe the function of SID & SOD pins of 8085 microprocessor. d) Describe the function of SID & SOD pins of 8085 microprocessor.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) List the signals of 8086 microprocessor in minimum mode and a) List the signals of 8086 microprocessor in minimum mode and
maximum mode. maximum mode.
b) Explain the concept of segmentation in 8086. b) Explain the concept of segmentation in 8086.
c) Draw well labled diagram of internal architecture of 8085 c) Draw well labled diagram of internal architecture of 8085
microprocessor. microprocessor.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain the function of following pins 8086 a) Explain the function of following pins 8086

I. LOCK II. TEST III. READY I. LOCK II. TEST III. READY
b) Draw internal architecture of 8086 microprocessor. b) Draw internal architecture of 8086 microprocessor.
c) Find 20 bit physical address in following cases c) Find 20 bit physical address in following cases

I. SI = 4214H DS = 348A H I. SI = 4214H DS = 348A H

II. DS = 345A H DI = 13DC H II. DS = 345A H DI = 13DC H


G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /01/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Describe the process galvanizing for protection of metal from a) Describe the process galvanizing for protection of metal from
corrosion. Write its applications and limitations. corrosion. Write its applications and limitations.
b) State the factors affecting the rate of atmospheric corrosion and b) State the factors affecting the rate of atmospheric corrosion and
electrochemical corrosion. electrochemical corrosion.
c) Write composition and applications of rose metal and tinmann’s solder. c) Write composition and applications of rose metal and tinmann’s solder.
d) Write four constituents of paint, with two functions of each d) Write four constituents of paint, with two functions of each
constituents of paint. constituents of paint.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Define metallurgy and electrolytic refining. Write chemical reaction of a) Define metallurgy and electrolytic refining. Write chemical reaction of
slag during smelting of copper ore. slag during smelting of copper ore.
b) Describe mechanism of electrochemical corrosion with evolution of b) Describe mechanism of electrochemical corrosion with evolution of
hydrogen gas. hydrogen gas.
c) Describe Bessimerisation process with neat labeled diagram. c) Describe Bessimerisation process with neat labeled diagram.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain different types of oxide film formed due to attack of a) Explain different types of oxide film formed due to attack of
oxygen.Which is most protective ones? oxygen.Which is most protective ones?
b) Define i. Atmospheric corrosion ii. Electrochemical corrosion b) Define i. Atmospheric corrosion ii. Electrochemical corrosion
c) Distinguish between galvanizing and tinning. c) Distinguish between galvanizing and tinning.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /01/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Explain the sheradising process with proper diagram. a) Explain the sheradising process with proper diagram.
b) State the factors affecting the rate of atmospheric corrosion and b) State the factors affecting the rate of atmospheric corrosion and
electrochemical corrosion. electrochemical corrosion.
c) Write composition and applications of rose metal and tinmann’s solder. c) Write composition and applications of rose metal and tinmann’s solder.
d) Write four constituents of paint,with two functions of each constituents d) Write four constituents of paint,with two functions of each constituents
of paint. of paint.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Define metallurgy and electrolytic refining.Write chemical reaction of a) Define metallurgy and electrolytic refining.Write chemical reaction of
slag during smelting of copper ore. slag during smelting of copper ore.
b) Describe mechanism of electrochemical corrosion with evolution of b) Describe mechanism of electrochemical corrosion with evolution of
hydrogen gas. hydrogen gas.
c) Describe Bessimerisation process with neat labeled diagram. c) Describe Bessimerisation process with neat labeled diagram.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain different types of oxide film formed due to attack of a) Explain different types of oxide film formed due to attack of
oxygen.Which is most protective ones? oxygen.Which is most protective ones?
b) Define i. Atmospheric corrosion ii. Electrochemical corrosion b) Define i. Atmospheric corrosion ii. Electrochemical corrosion
c) Distinguish between galvanizing and tinning. c) Distinguish between galvanizing and tinning.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /01/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What is the function of coke and limestone in the extraction of a) What is the function of coke and limestone in the extraction of
iron from its ore in the blast furnace. iron from its ore in the blast furnace.
b) State the types of oxide film in corrosion. Name the more b) State the types of oxide film in corrosion. Name the more
protective oxide film protective oxide film
c) What are the chemical reactions taking place in zone of reduction c) What are the chemical reactions taking place in zone of reduction
of blast furnace of blast furnace
d) Define d) Define
i. Atmospheric corrosion i. Atmospheric corrosion
ii. Immersed corrosion ii. Immersed corrosion

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Give percentage composition of pig iron with its two properties a) Give percentage composition of pig iron with its two properties
and two applications. and two applications.
b) Explain hydrogen evolution mechanism of immersed corrosion b) Explain hydrogen evolution mechanism of immersed corrosion
with neat labelled diagram. with neat labelled diagram.
c) Name the method which is used in making “ Alclad ” sheet write c) Name the method which is used in making “ Alclad ” sheet write
in brief about it. in brief about it.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) State composition, properties and uses of heat resisting steel. a) State composition, properties and uses of heat resisting steel.
b) Distinguish between Galvanizing and Tinning. b) Distinguish between Galvanizing and Tinning.
c) Explain normalizing method of heat treatment. c) Explain normalizing method of heat treatment.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second Course : Mech. Engg. & Civil Engg. Course Code : ME/CE2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /01/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What is the function of coke and limestone in the extraction of a) What is the function of coke and limestone in the extraction of
iron from its ore in the blast furnace. iron from its ore in the blast furnace.
b) State the types of oxide film in corrosion. Name the more b) State the types of oxide film in corrosion. Name the more
protective oxide film protective oxide film
c) What are the chemical reactions taking place in zone of reduction c) What are the chemical reactions taking place in zone of reduction
of blast furnace of blast furnace
d) Define d) Define
i. Atmospheric corrosion i. Atmospheric corrosion
ii. Immersed corrosion ii. Immersed corrosion

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Give percentage composition of pig iron with its two properties a) Give percentage composition of pig iron with its two properties
and two applications. and two applications.
b) Explain hydrogen evolution mechanism of immersed corrosion b) Explain hydrogen evolution mechanism of immersed corrosion
with neat labelled diagram. with neat labelled diagram.
c) Name the method which is used in making “ Alclad ” sheet write c) Name the method which is used in making “ Alclad ” sheet write
in brief about it. in brief about it.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Pig iron melts at lower temperature than pure iron.Why? Write a) Pig iron melts at lower temperature than pure iron.Why? Write

four names of iron ore with chemical formula. four names of iron ore with chemical formula.

b) Distinguish between Galvanizing and Tinning. b) Distinguish between Galvanizing and Tinning.
c) Explain normalizing method of heat treatment. c) Explain normalizing method of heat treatment.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Computer Engineering Course Code : CO4G Sem : Fourth Course : Computer Engineering Course Code : CO4G Sem : Fourth
Subject : Computer Network Subject Code : 17429 Subject : Computer Network Subject Code : 17429
Time : 1 Hour Date : /01/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) State any four benefits of networking? a) State any four benefits of networking?

b) Describe the services provided by the network to people. b) Describe the services provided by the network to people.

c) Describe the situation where MAN is useful for an organization. Give c) Describe the situation where MAN is useful for an organization. Give

one example. one example.

d) Compare LAN, MAN and WAN. d) Compare LAN, MAN and WAN.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) State the advantages and disadvantages of BUS topology. a) State the advantages and disadvantages of BUS topology.

b) State and explain network control devices any four. b) State and explain network control devices any four.
c) Compare Ring and Star topology. c) Compare Ring and Star topology.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain in detail about Mesh topology. a) Explain in detail about Mesh topology.

b) What is hub? What are the different types of hub? b) What is hub? What are the different types of hub?

c) State and explain function of Modem. c) State and explain function of Modem.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech. Course Code : CO4G Semester : Fourth Course : Comp. Engg. & Tech. Course Code : CO4G Semester : Fourth
Subject : Microprocessor & Prog. Subject Code : 17431 Subject : Microprocessor & Prog. Subject Code : 17431
Time : 1 Hour Date :14/01/2015 Max Marks : 25 Time : 1 Hour Date :14/01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List any six features of 8086 microprocessor. a) List any six features of 8086 microprocessor.
b) What is flag? What is the size of 8086 flag resister? Draw the format. b) What is flag? What is the size of 8086 flag resister? Draw the format.
c) Describe register organization in 8086 microprocessor. c) Describe register organization in 8086 microprocessor.
d) Describe the function of SID & SOD pins of 8085 microprocessor. d) Describe the function of SID & SOD pins of 8085 microprocessor.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) List the signals of 8086 microprocessor in minimum mode and a) List the signals of 8086 microprocessor in minimum mode and
maximum mode. maximum mode.
b) Explain the concept of segmentation in 8086. b) Explain the concept of segmentation in 8086.
c) Draw well labled diagram of internal architecture of 8085 c) Draw well labled diagram of internal architecture of 8085
microprocessor. microprocessor.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain the function of following pins 8086 a) Explain the function of following pins 8086

I. LOCK II. TEST III. READY I. LOCK II. TEST III. READY
b) Draw internal architecture of 8086 microprocessor. b) Draw internal architecture of 8086 microprocessor.
c) Find 20 bit physical address in following cases c) Find 20 bit physical address in following cases

I. SI = 4214H DS = 348A H I. SI = 4214H DS = 348A H

II. DS = 345A H DI = 13DC H II. DS = 345A H DI = 13DC H


G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM 5G Semester : Fifth Course : Comp. Engg. & Tech.Course Code : CO/CM 5G Semester : Fifth
Subject : Management Subject Code : 17601 Subject : Management Subject Code : 17601
Time : 1 Hour Date : /01 /2015 Max Marks : 25 Time : 1 Hour Date : /01 /2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List three advantages and disadvantages each of globalization. a) List three advantages and disadvantages each of globalization.

b) Describe the terms administration and management. b) Describe the terms administration and management.

c) What is organization? Write the steps in forming organization. c) What is organization? Write the steps in forming organization.

d) State the importance of planning as a function of management. d) State the importance of planning as a function of management.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) What are different levels of management? State their major functions. a) What are different levels of management? State their major functions.

b) What are the functions of management? Explain any one of them. b) What are the functions of management? Explain any one of them.

c) Explain the concepts of intellectual property rights (IPR). c) Explain the concepts of intellectual property rights (IPR).

Q.3. Attempt any ONE 08 Marks Q.3. Attempt any ONE 08 Marks
a) List any eight principles of management and explain them briefly. a) List any eight principles of management and explain them briefly.

b) Explain the scientific management by F. W. Taylor and its importance in b) Explain the scientific management by F. W. Taylor and its importance in

an industrial concern. an industrial concern.

Best of Luck Best of Luck


G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM 5G Semester : Fifth Course : Comp. Engg. & Tech.Course Code : CO/CM 5G Semester : Fifth
Subject : Advance Microprocessor Subject Code : 17627 Subject : Advance Microprocessor Subject Code : 17627
Time : 1 Hour Date : /01 /2015 Max Marks : 25 Time : 1 Hour Date : /01 /2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List salient features of 80386. a) List salient features of 80386.

b) Distinguish between LDTR and GDTR (3 points). b) Distinguish between LDTR and GDTR (3 points).

c) List and describe segment registers of 80386. c) List and describe segment registers of 80386.

d) Explain the address translation in real addressing mode. d) Explain the address translation in real addressing mode.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Describe debug and test register of 80386 microprocessor. a) Describe debug and test register of 80386 microprocessor.

b) Describe PVAM mode of 80386. b) Describe PVAM mode of 80386.

c) Draw and describe the format of flag register of 80386 microprocessor. c) Draw and describe the format of flag register of 80386 microprocessor.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks

a) Draw architecture of 80386 DX a) Draw architecture of 80386 DX

b) Explain the concepts of segment descriptor cache register of 80386 b) Explain the concepts of segment descriptor cache register of 80386

microprocessor. microprocessor.

c) Describe the enabling and disabling of paging in 80386. c) Describe the enabling and disabling of paging in 80386.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg. & Tech.Course Code : CO/CM6G Semester : Sixth Course : Comp. Engg. & Tech.Course Code : CO/CM6G Semester : Sixth
Subject : Advance Java Programming Subject Code : 17625 Subject : Advance Java Programming Subject Code : 17625
Time : 1 Hour Date : 22/01/2015 Max Marks : 25 Time : 1 Hour Date : 22/01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List any 8 controls from java.awt package. a) List any 8 controls from java.awt package.
b) Write methods for drawing polygon. b) Write methods for drawing polygon.
c) Give the meaning og following terms in windows component. c) Give the meaning og following terms in windows component.
i.frame ii.panel i.frame ii.panel
d) What is delegation event model. d) What is delegation event model.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) List and explain constructor of MouseEvent class. a) List and explain constructor of MouseEvent class.
b) Explain Adapter class. b) Explain Adapter class.
c) Explain CheckBox with example. c) Explain CheckBox with example.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What is ActionEvent class. a) What is ActionEvent class.
b) List the methods and constructor of Button class. b) List the methods and constructor of Button class.
c) Explain the terms. c) Explain the terms.
i. source ii. Event iii. listener i. source ii. Event iii. listener
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST I
Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Explain the sheradising process with proper diagram. a) Explain the sheradising process with proper diagram.
b) State the factors affecting the rate of atmospheric corrosion and b) State the factors affecting the rate of atmospheric corrosion and
electrochemical corrosion. electrochemical corrosion.
c) Write composition and applications of rose metal and tinmann’s solder. c) Write composition and applications of rose metal and tinmann’s solder.
d) Write four constituents of paint,with two functions of each constituents d) Write four constituents of paint,with two functions of each constituents
of paint. of paint.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Define metallurgy and electrolytic refining.Write chemical reaction of a) Define metallurgy and electrolytic refining.Write chemical reaction of
slag during smelting of copper ore. slag during smelting of copper ore.
b) Describe mechanism of electrochemical corrosion with evolution of b) Describe mechanism of electrochemical corrosion with evolution of
hydrogen gas. hydrogen gas.
c) Describe Bessimerisation process with neat labeled diagram. c) Describe Bessimerisation process with neat labeled diagram.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain different types of oxide film formed due to attack of a) Explain different types of oxide film formed due to attack of
oxygen.Which is most protective ones? oxygen.Which is most protective ones?
b) Define i. Atmospheric corrosion ii. Electrochemical corrosion b) Define i. Atmospheric corrosion ii. Electrochemical corrosion
c) Distinguish between galvanizing and tinning. c) Distinguish between galvanizing and tinning.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Mech. Engg. Course Code : ME2G Sem : Second Course : Mech. Engg. Course Code : ME2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Define the properties: a) Define the properties:
i) Viscosity. i) Viscosity.
ii) Viscosity index. ii) Viscosity index.
iii) Flash point. iii) Flash point.
b) What is lubrication? Name the types of lubrication. b) What is lubrication? Name the types of lubrication.
c) Define the properties: Saponification value. c) Define the properties: Saponification value.
d) Write four functions of lubricant used in gears. d) Write four functions of lubricant used in gears.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Explain fluid film lubrication. a) Explain fluid film lubrication.
b) State any four characteristics of good fuel. b) State any four characteristics of good fuel.
c) What is the source of bio-gas? Give three properties of bio-gas as c) What is the source of bio-gas? Give three properties of bio-gas as
fuel. fuel.
d) Write two properties and two application of LPG. d) Write two properties and two application of LPG.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What is mean by calorific value and ignition temperature. a) What is mean by calorific value and ignition temperature.
b) Write with labeled diagram, composition and applications of b) Write with labeled diagram, composition and applications of
petroleum fractions petroleum fractions
c) Suggest the type of lubricant used for following jobs: c) Suggest the type of lubricant used for following jobs:
i) Clock ii) Tractor iii) Cutting tools iv) Gears i) Clock ii) Tractor iii) Cutting tools iv) Gears
d) Explain normalizing method of heat treatment of steel. d) Explain normalizing method of heat treatment of steel.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Mech. Engg. Course Code : ME2G Sem : Second Course : Mech. Engg. Course Code : ME2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Define the properties: a) Define the properties:
i) Viscosity. i) Viscosity.
ii) Viscosity index. ii) Viscosity index.
iii) Flash point. iii) Flash point.
b) Write the characteristics and applications of graphite. b) Write the characteristics and applications of graphite.
c) Define the properties: Saponification value. c) Define the properties: Saponification value.
d) Write four functions of lubricant used in gears. d) Write four functions of lubricant used in gears.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Explain fluid film lubrication. a) Explain fluid film lubrication.
b) State any four characteristics of good fuel. b) State any four characteristics of good fuel.
c) What is the source of bio-gas? Give three properties of bio-gas as c) What is the source of bio-gas? Give three properties of bio-gas as
fuel. fuel.
d) Write two properties and two application of LPG. d) Write two properties and two application of LPG.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What is mean by calorific value and ignition temperature. a) What is mean by calorific value and ignition temperature.
b) Write with labeled diagram, composition and applications of b) Write with labeled diagram, composition and applications of
petroleum fractions petroleum fractions
c) Suggest the type of lubricant used for following jobs: c) Suggest the type of lubricant used for following jobs:
i) Clock ii) Tractor iii) Cutting tools iv) Gears i) Clock ii) Tractor iii) Cutting tools iv) Gears
d) Explain normalizing method of heat treatment of steel. d) Explain normalizing method of heat treatment of steel.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Civil Engg. Course Code : CE2G Sem : Second Course : Civil Engg. Course Code : CE2G Sem : Second
Subject : Applied Chemistry Subject Code : 17203/208 Subject : Applied Chemistry Subject Code : 17203/208
Time : 1 Hour Date : /01/2015 Max Marks : 25 Time : 1 Hour Date : /01/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Name the two salts responsible for permanent hardness in water. a) Name the two salts responsible for permanent hardness in water.
b) Describe the common impurities present in natural water. b) Describe the common impurities present in natural water.
c) What are the disadvantages of scale and sludge formation in c) What are the disadvantages of scale and sludge formation in
boiler ? boiler ?
d) State the functions of each constituent of cement. d) State the functions of each constituent of cement.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Describe any four important properties of cement. a) Describe any four important properties of cement.
b) Give any four uses of plaster of Paris. b) Give any four uses of plaster of Paris.
c) Why hard water is not suitable for washing and cooking ? c) Why hard water is not suitable for washing and cooking ?

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Write chemical composition properties and uses of hydraulic lime. a) Write chemical composition properties and uses of hydraulic lime.

b) Distinguish between dolomite lime and hydraulic lime on the basis b) Distinguish between dolomite lime and hydraulic lime on the basis
of chemical composition and application. of chemical composition and application.
c) Classify lime on the basis of composition.State two properties and c) Classify lime on the basis of composition.State two properties and
two applications of any one of them. two applications of any one of them.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Distinguish between primary cell and secondary cell. a) Distinguish between primary cell and secondary cell.
b) What are advantages and limitations of fuel cell. b) What are advantages and limitations of fuel cell.
c) What are ceramics?What are raw material used in manufacture of c) What are ceramics?What are raw material used in manufacture of
ceramics. ceramics.
d) Describe method of metal spraying with neat sketch. d) Describe method of metal spraying with neat sketch.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) What is fuel cell. a) What is fuel cell.
b) Give the composition,properties.applications of rose metal.. b) Give the composition,properties.applications of rose metal..
c) What are dielectrics?Give the difference between dielectrics and c) What are dielectrics?Give the difference between dielectrics and
insulator. insulator.
d) List the ores name of aluminium and copper with chemical formula. d) List the ores name of aluminium and copper with chemical formula.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Write properties and applications of Teflon. a) Write properties and applications of Teflon.
b) Describe construction and working of Daniel cell. b) Describe construction and working of Daniel cell.
c) Define adhesive and write two examples of it. c) Define adhesive and write two examples of it.
d) Define specific conductivity state its relationship with equivalent and d) Define specific conductivity state its relationship with equivalent and
molar conductivity. molar conductivity.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second Course : Comp. Engg & Elect. Engg. Course Code : CO/EJ2G Sem : Second
Subject : Applied Chemistry Subject Code : 17211 Subject : Applied Chemistry Subject Code : 17211
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Write properties and application of phenol formaldehyde and epoxy a) Write properties and application of phenol formaldehyde and epoxy
resin. resin.
b) What are advantages and limitations of fuel cell. b) What are advantages and limitations of fuel cell.
c) What are ceramics?What are raw material used in manufacture of c) What are ceramics?What are raw material used in manufacture of
ceramics. ceramics.
d) Describe method of metal spraying with neat sketch. d) Describe method of metal spraying with neat sketch.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) What is fuel cell. a) What is fuel cell.
b) Give the composition,properties.applications of rose metal.. b) Give the composition,properties.applications of rose metal..
c) What are dielectrics?Give the difference between dielectrics and c) What are dielectrics?Give the difference between dielectrics and
insulator. insulator.
d) List the ores name of aluminium and copper with chemical formula. d) List the ores name of aluminium and copper with chemical formula.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Write properties and applications of Teflon. a) Write properties and applications of Teflon.
b) Describe construction and working of Daniel cell. b) Describe construction and working of Daniel cell.
c) Define adhesive and write two examples of it. c) Define adhesive and write two examples of it.
d) Define specific conductivity state its relationship with equivalent and d) Define specific conductivity state its relationship with equivalent and
molar conductivity. molar conductivity.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg Course Code : CO2G Sem : Second Course : Comp. Engg Course Code : CO2G Sem : Second
Subject : Programming in C Subject Code : 17212 Subject : Programming in C Subject Code : 17212
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Explain nested if else with example. a) Explain nested if else with example.
b) Explain how to initialize two dimensional array with example.. b) Explain how to initialize two dimensional array with example..
c) Define c) Define
i.Function proyotype ii.Function call iii.Function definition i.Function proyotype ii.Function call iii.Function definition
d) State do while with example. d) State do while with example.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Write a program to print following output. a) Write a program to print following output.
***** *****
**** ****
*** ***
** **
* *
b) Explain the use of the following function with syntax. b) Explain the use of the following function with syntax.
i.strcat() ii.strcmp() iii.strcpy() iv.strlen() i.strcat() ii.strcmp() iii.strcpy() iv.strlen()
c) Explain structure with example. c) Explain structure with example.
d) List the categories of function and explain any one with suitable d) List the categories of function and explain any one with suitable
example. example.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Write a program to read two matrices and print their addition. a) Write a program to read two matrices and print their addition.
b) Write a program to check whether given number is positive or b) Write a program to check whether given number is positive or
negative & display message accordingly negative & display message accordingly
c) With suitable example explain how a structure can be initialized. c) With suitable example explain how a structure can be initialized.
d) What is recursion?Explain with example. d) What is recursion?Explain with example.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg Course Code : CO2G Sem : Second Course : Comp. Engg Course Code : CO2G Sem : Second
Subject : Programming in C Subject Code : 17212 Subject : Programming in C Subject Code : 17212
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Explain switch case with suitable example. a) Explain switch case with suitable example.
b) Explain how to initialize two dimensional array with example.. b) Explain how to initialize two dimensional array with example..
c) Define c) Define
i.Function proyotype ii.Function call iii.Function definition i.Function proyotype ii.Function call iii.Function definition
d) State do while with example. d) State do while with example.
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Write a program to print following output. a) Write a program to print following output.
***** *****
**** ****
*** ***
** **
* *
b) Explain the use of the following function with syntax. b) Explain the use of the following function with syntax.
i.strcat() ii.strcmp() iii.strcpy() iv.strlen() i.strcat() ii.strcmp() iii.strcpy() iv.strlen()
c) Explain structure with example. c) Explain structure with example.
d) List the categories of function and explain any one with suitable d) List the categories of function and explain any one with suitable
example. example.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Write a program to read two matrices and print their addition. a) Write a program to read two matrices and print their addition.
b) Write a program to check whether given number is positive or b) Write a program to check whether given number is positive or
negative & display message accordingly negative & display message accordingly
c) With suitable example explain how a structure can be initialized. c) With suitable example explain how a structure can be initialized.
d) What is recursion?Explain with example. d) What is recursion?Explain with example.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech.C ourse Code : CO4G Semester : Fourth Course : Comp. Engg. & Tech.C ourse Code : CO4G Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 17431 Subject : Microprocessor & Programming Subject Code : 17431
Time : 1 Hour Date : /03/2015 Max Marks : 25 Time : 1 Hour Date : /03/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Write assembly language instructions of 8086 µp to a) Write assembly language instructions of 8086 µp to
i.Add 100 H to the contents of AX register i.Add 100 H to the contents of AX register
ii.Rotate the contents of AX towards left by 2 bits. ii.Rotate the contents of AX towards left by 2 bits.
b) Define flow chart and algorithm b) Define flow chart and algorithm
c) Define addressing mode.List any two addressing mode with example. c) Define addressing mode.List any two addressing mode with example.
d) Write an ALP for addition of two 8 bit nos.. d) Write an ALP for addition of two 8 bit nos..
Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) What will be the contents of AX register after execution of following a) What will be the contents of AX register after execution of following
lines- lines-
MOV AL,10 MOV AL,10
MOV DL,20 MOV DL,20
MUL DL MUL DL
b) Identify addressing modes of following instructions b) Identify addressing modes of following instructions
i.MUL AL,BL ii.MOV DX,0040H iii.MOV BX,[SI] iV.MOV AX,BX i.MUL AL,BL ii.MOV DX,0040H iii.MOV BX,[SI] iV.MOV AX,BX
c) Write an assembly language program to add two BCD numbers using c) Write an assembly language program to add two BCD numbers using
8086. 8086.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) List & explain any four string operation instructions with their functions a) List & explain any four string operation instructions with their functions
& syntax. & syntax.
b) What are the functions of CALL & RET instructions? Write syntax of b) What are the functions of CALL & RET instructions? Write syntax of
these instructions. these instructions.
c) State the functions of Editor & Assembler. c) State the functions of Editor & Assembler.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech. Course Code : CO/CM5G Semester : Fifth Course : Comp. Engg. & Tech. Course Code : CO/CM5G Semester : Fifth
Subject : Software Engineering Subject Code : 17513 Subject : Software Engineering Subject Code : 17513
Time : 1 Hour Date : /10/2015 Max Marks : 25 Time : 1 Hour Date : /10/2015 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Compare white box & black box testing. a) What are the objectives of Analysis modelling.
b) What is task network?How it helps in software design. b) Describe Top down approach of Integration Testing.
c) List SQA activities. c) What are the various CMMI levels?Describe.
d) List the different debugging strategies & briefly describe any one of d) Elaborate the concept of Task Network.
them. Q.2. Attempt any TWO 08 Marks
Q.2. Attempt any TWO 08 Marks a) Explain the concept of software design & List the design quality
a) Explain the terms : guidelines.
i. Regression testing ii. Smoke testing b) Elaborate the concept of White Box & Black Box Testing .
b) List & describe four basic principles of project scheduling. c) What is RMMM strategy? Explain the issues involved in it.
c) Describe McCall’s Quality factors. d) Explain Six Sigma & Concept of DMAIC & DM DAV for s/w.
d) Enlist the characteristics of testing strategies. Q.3. Attempt any TWO 08 Marks
Q.3. Attempt any TWO 08 Marks a) Describe McCall’s Quality factors.
a) Explain Six Sigma for software. b) State the difference between Alpha & Beta Testing.
b) Discuss management spectrum & 4 P’s with their significance. c) Explain use case Diagram.
c) Elaborate SCM process for change control. d) Describe in brief different types of System Testing.
d) Describe in brief different types of System Testing.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech. Course Code : CO6G Semester : Sixth Course : Comp. Engg. & Tech. Course Code : CO6G Semester : Sixth
Subject : Advance Microprocessor Subject Code : 17627 Subject : Advance Microprocessor Subject Code : 17627
Time : 1 Hour Date : 05/02/2016 Max Marks : 25 Time : 1 Hour Date : 05/02/2016 Max Marks : 25
Instructions: 1.Illustrate your answer with neat sketches wherever Instructions: 1.Illustrate your answer with neat sketches wherever
necessary necessary
2. Figures to the right indicate full marks. 2. Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) Describe the address translation in real addressing mode. a) Describe the address translation in real addressing mode.
b) List salient features of 80386. b) List salient features of 80386.
c) Draw and describe the format of flag register of 80386. c) Draw and describe the format of flag register of 80386.
d) List and describe segment registers of 80386. d) List and describe segment registers of 80386.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Draw architecture of 80386 DX. a) Draw architecture of 80386 DX.
b) State the advantages of RISC processors. b) State the advantages of RISC processors.
c) Distinguish between LDTR and GDTR (any 4 points) c) Distinguish between LDTR and GDTR (any 4 points)
. .
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) List the design issues of RISC processor and briefly explain any one of a) List the design issues of RISC processor and briefly explain any one of
them. them.
b) List the features of SUN ultra SPARC. b) List the features of SUN ultra SPARC.
c) Describe the enabling and disabling of paging in 80386. c) Describe the enabling and disabling of paging in 80386.
.Mandal’s .Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST II UNIT TEST II
Course : Comp. Engg. & Tech. Course Code : CO4G Semester : Fourth Course : Comp. Engg. & Tech. Course Code : CO4G Semester : Fourth
Subject : Microprocessor & Programming Subject Code : 17431 Subject : Microprocessor & Programming Subject Code : 17431
Time : 1 Hour Date : 04/02/2016 Max Marks : 25 Time : 1 Hour Date : 04/02/2016 Max Marks : 25
Instructions: 1.Illustrate your answer with neat sketches wherever Instructions: 1.Illustrate your answer with neat sketches wherever
necessary necessary
2. Figures to the right indicate full marks. 2. Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) List any six features of 8085 processor. a) List any six features of 8085 processor.
b) State the function of SP and PC in 8085 microprocessor. b) State the function of SP and PC in 8085 microprocessor.
c) What is memory segmentation? How it is done in 8086 processor. c) What is memory segmentation? How it is done in 8086 processor.
d) State the names of segment registers in 8086, state their function. d) State the names of segment registers in 8086, state their function.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Draw a neat labeled architecture diagram of 8085 microprocessor. a) Draw a neat labeled architecture diagram of 8085 microprocessor.
b) State the functions of following pins of 8086 b) State the functions of following pins of 8086
I. ALE II. DT/R III. HOLD IV. M/IO I. ALE II. DT/R III. HOLD IV. M/IO
c) Draw flag register of 8086, state operation of each flag. c) Draw flag register of 8086, state operation of each flag.
. .
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) What is pipelining? State its need & how it is done in 8086 a) What is pipelining? State its need & how it is done in 8086
microprocessor microprocessor
b) Describe the physical address generation in 8086. If SI= 4000 H b) Describe the physical address generation in 8086. If SI= 4000 H
DS= 2000 H. Calculate the physical address. DS= 2000 H. Calculate the physical address.
c) List all 16 bit registers in 8086 & write their functions. c) List all 16 bit registers in 8086 & write their functions.
G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) G.S.Mandal’s
UNIT TEST II MIT POLYTECHNIC,ROTEGAON(0777)
Course : Comp. Engg Course Code : CO2G Sem : Second UNIT TEST II
Subject : Programming in C Subject Code : 17212 Course : Comp. Engg Course Code : CO2G Sem : Second
Time : 1 Hour Date : /03/2016 Max Marks : 25 Subject : Programming in C Subject Code : 17212
Instructions : 1.Illustrate your answer with neat sketches wherever Time : 1 Hour Date : /03/2016 Max Marks : 25
necessary Instructions : 1.Illustrate your answer with neat sketches wherever
2.Figures to the right indicate full marks. necessary
2.Figures to the right indicate full marks.
Q.1. Attempt any THREE 09 Marks
a) Explain structure with example. Q.1. Attempt any THREE 09 Marks
b) Explain how to initialize two dimensional array with example.. a) Explain structure with example.
c) Define b) Explain how to initialize two dimensional array with example..
i.Function proyotype ii.Function call iii.Function definition c) Define
d) State do while with example. i.Function proyotype ii.Function call iii.Function definition
Q.2. Attempt any TWO 08 Marks d) State do while with example.
a) Write a program to print following output. Q.2. Attempt any TWO 08 Marks
* a) Write a program to print following output.
** *
*** **
**** ***
****
b) Explain the use of the following function with syntax. b) Explain the use of the following function with syntax.
i. strcat() ii. strcmp() iii. strcpy() iv. strlen() i. strcat() ii. strcmp() iii. strcpy() iv. strlen()
c) Explain switch case with suitable example. c) Explain switch case with suitable example.
d) List the categories of function and explain any one with suitable d) List the categories of function and explain any one with suitable
example. example.
Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks

a) Write a program to check whether the entered number is even a) Write a program to check whether the entered number is even
or odd. or odd.
b) Write a program to check whether given number is positive or b) Write a program to check whether given number is positive or
negative & display message accordingly negative & display message accordingly
c) With suitable example explain how a structure can be initialized. c) With suitable example explain how a structure can be initialized.
d) What is recursion? Explain with example. d) What is recursion? Explain with example.
G.S.Mandal’s G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777) MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I UNIT TEST I
Course : Comp. Engg Course Code : CO3G Sem : Third Course : Comp. Engg Course Code : CO3G Sem : Third
Subject : Data Structure Using ‘C’ Subject Code : 17330 Subject : Data Structure Using ‘C’ Subject Code : 17330
Time : 1 Hour Date : /08/2017 Max Marks : 25 Time : 1 Hour Date : /08/2017 Max Marks : 25
Instructions : 1.Illustrate your answer with neat sketches wherever Instructions : 1.Illustrate your answer with neat sketches wherever
necessary necessary
2.Figures to the right indicate full marks. 2.Figures to the right indicate full marks.

Q.1. Attempt any THREE 09 Marks Q.1. Attempt any THREE 09 Marks
a) What is Data Structure ? State need of Data Structure. a) What is Data Structure ? State need of Data Structure.
b) Which Operation performed on Data Structure. Explain. b) Which Operation performed on Data Structure. Explain.
c) Describe top down approach for designing an algorithm. c) Describe top down approach for designing an algorithm.
d) What is searching and sorting ? Enlist different methods. d) What is searching and sorting ? Enlist different methods.

Q.2. Attempt any TWO 08 Marks Q.2. Attempt any TWO 08 Marks
a) Describe Linear Search with an example. a) Describe Linear Search with an example.
b) Classification of Data Structure. b) Classification of Data Structure.
c) Describe shell sort. c) Describe shell sort.

Q.3. Attempt any TWO 08 Marks Q.3. Attempt any TWO 08 Marks
a) Explain Time & Space Complexity related to Algorithm with a) Explain Time & Space Complexity related to Algorithm with
example. example.
b) Explain bubble sort with example. b) Explain bubble sort with example.
c) What is the concept of Big ‘O’ Notation. c) What is the concept of Big ‘O’ Notation.
G.S.Mandal’s
MIT POLYTECHNIC,ROTEGAON(0777)
UNIT TEST I
Course : Comp. Engg Course Code : CO3I Sem : Third
Subject : Digital Technique(DTE) Subject Code : 222320
Time : 1 Hour Date : /08/2019 Max Marks : 20
Instructions : 1.Illustrate your answer with neat sketches wherever
necessary
2.Figures to the right indicate full marks.

Q.1. Attempt any FOUR 08 Marks


s s
a) Define 1’ and 2’ complement of binary numbers with example.
b) List any four laws of Boolean algebra.
c) Convert the binary number 1101001 to gray code.
d) Draw logic diagram of Y= AB+CD
e) Draw the symbol and write the truth table of universal gates.
f) State commutative and associate laws for binary numbers.

Q.2. Attempt any THTREE 12 Marks


a) State and prove Demorgan’s theorems.
b) Draw the basic gates using NAND gate only.
c) Perform the following subtraction
I. (52)10 –(65)10 using 1’s complement.
II. (101011)2 – (11010)2 using 2’s complement.
d) Simplify the following and realize it
Y= A+ABC+ABC+ABC+AB
e) Convert the following
I. (93)10 –(?)2
II. (9B)16 –(?)10
III. (B689D)16 –(?)8
IV. (2015.32)10 –(?)16

Vous aimerez peut-être aussi