S.E (2019 Pattern) Comp May 2022
S.E (2019 Pattern) Comp May 2022
:
P657 [5869] - 286
[Total No. of Pages : 6
Q1) Write the correct option for the following multiple choice questions.
a) For a given set of bivariate data, x 2, y 3 . The regression coefficient
of x on y is –0.11. By using the regression equation of x on y , the most
probable value of x when y=0 is ______. [2]
i) 0.57 ii) 0.87
iii) 0.77 iv) 1.77
1
, 2 x 2
f ( x) 4
0,otherwise
1 1
i) ii)
4 2
1 3
iii) iv)
3 4
[5869] - 286 1
P.T.O.
c) Lagrange’s polynomial through the points
x 0 1 2
y 4 0 6
is given by ________. [2]
i) y = 5x2–3x+4 ii) y = 5x3+3x+4
iii) y = 5x2–9x+4 iv) y = x2–9x+4
1 1 15 9 5 19
x y z 1, y z 3, y z 3 is ______ [2]
4 4 4 4 4 4
1 1
i) x 1, y 2, z 3 ii) x , y 1, z
2 2
1 1 1
iii) x 2, y , z 2 iv) x 1, y , z
2 2 2
e) The first four central moments of a distribution are 0,16,–64 and 162.
The coefficient of Kurtosis is ______. [1]
i) ii) 0.6328
iii) 1 iv) 0.3286
ab ab
iii) x0 iv) x0
2 ab
[5869] - 286 2
Q2) a) If marks scored by five students in statistics test of 100 marks, are given
in following table. [5]
Student 1 2 3 4 5
Marks(/100)x 46 34 52 78 65
Find standard deviation and arithmetic mean x .
b) Fit a law of the form y=ap+b by least square method for the data, [5]
p 100 120 140 160 180 200
y 0.9 1.1 1.2 1.4 1.6 1.7
c) If the two lines of regression are 9x+y–=0 and 4x+y= and the means
of x & y are 2 & –3 respectively. Find values of and correlation
coefficient between x & y. [5]
OR
Q3) a) The first four moments of a distribution about 5 are 2,20,40 and 50. Find
first four moments about mean, and 1,2. [5]
b) Fit a parabola y=ax2 + bx + c, by using least square method to the
following data, [5]
x 0 1 2 3
y 2 2 4 8
c) Calculate the coefficient of correlation from the following information,
n=10,x=40,x2=190,y2=200,xy=150,y=40. [5]
Q4) a) Bag 1 contains 2 white and 3 red balls. Bag 2 contains 4 white and 5 red
balls. One ball is drawn randomly from bag 1 and is placed in bag2.
Later, one ball is drawn randomly from bag2. Find the probability that it
is red. [5]
b) The expected number of matches those will be won by India in a series
of five one day matches between India and England is three. If the
probability of India’s win in each match remains the same and the results
of all the five matches are independent of each other, find the probability
that India wins the series, using Binomial distribution. Assume that each
match ends with a result. [5]
[5869] - 286 3
c) The lifetime of an article has a normal distribution with mean 400 hours
and standard deviation 50 hours. Find the expected number of articles
out of 2,000 whose lifetime lies between 335 hours to 465 hours.
(Given : Z=1.3,A=0.4032) [5]
OR
Q5) a) Find the expected value of the number of heads obtained when three fair
coins are tossed simultaneously. [5]
Q6) a) Find the root of the equation x4+2x3–x–1=0, lying in the interval [0,1]
using the bisection method at the end of fifth iteration. [5]
20x1 + x2 –2x3 = 17
OR
[5869] - 286 4
Q7) a) Solve by Gauss elimination method, the system of equations:
2x1 + x2 +x3 = 10
x1 + 5x2 –x3 = 10
x1 + x2 + 8x3 =20 [5]
Q8) a) Using Newton’s forward interpolation formula, find y at x=8 from the
following data.
x 0 5 10 15 20 25
y 7 11 14 18 24 32 [5]
1
dx
b) Evaluate x
0
2
1
rd
1
using Simpson’s rule. (Take h=0.2) [5]
3
dy
c) Use Euler’s method, to solve x y, y (0) 1
dx
[5869] - 286 5
Q9) a) Use Runge-Kutta method of 4th order, to solve
dy
xy, y (1) 2 at x=1.2 with h=0.2. [5]
dx
dy
given xy 2 0, y (0) 2 Take h=0.2 (Two iterations only) [5]
dx
[5869] - 286 6
Total No. of Questions : 8] SEAT No. :
P649 [5869]-277
[Total No. of Pages : 3
Q1) a) Draw any directed graph with minimum 6 nodes and represent graph
using adjacency matrix, adjacency list and adjacency multi list. [6]
OR
Q2) a) Write non-recursive pseudo for Depth First Search (DFS). [6]
b) Consider the given graph and find the shortest path by using Dijkstra’s
algorithm. From source to all other nodes. [6]
P.T.O.
c) Show BFS and DFS for the following graph with starting vertex as 1.
Explain with proper steps. [6]
OR
[5869]-277 2
Q5) a) Construct B tree of order 5 for the following data: [6]
78, 21, 14, 11, 97, 85, 74, 63, 45, 42, 57
b) Explain B+ tree delection with example. [6]
c) What is B+ tree? Give structure of it’s internal note. What is the difference
between B and B+ tree. [6]
OR
Q7) a) Define sequential file organization. Give it’s advantages and disadvantages.
[6]
b) What is file? List different file opening modes in C++. Explain concept
of inverted files. [6]
c) Write short note on external sort. [5]
OR
Q8) a) A write a C++ program to create a file. Insert records into the file by
opening file in append mode. Search for a specific record into file. [6]
b) Sort the following elements using two way merge sort with m = 3.
20, 47, 15, 8, 9, 4, 40, 30, 12, 17, 11, 56, 28, 35 [6]
c) Explain indexed sequential file organization. Compare it with direct access
file. [5]
[5869]-277 3
Total No. of Questions : 8] SEAT No. :
Q1) a) Design and discuss the project decomposition and work task
communication process. [8]
b) Discuss any 2 of the following with suitable example: [10]
i) FP-Based Estimation
ii) Object Point (OP)-based estimation.
iii) Process-Based Estimation.
OR
Q2) a) Describe any two software size estimation techniques. [8]
b) Discuss any 2 of the following with suitable example: [10]
i) Problem-Based Estimation
ii) LOC-Based Estimation
iii) Project Scheduling and basic principles of project scheduling.
Q3) a) List the design concepts. Explain refinement and refactoring. Give the
importance of Refactoring in improving the quality of software. [9]
b) List the different architectural styles. Explain any two in detail. [8]
OR
Q4) a) Enlist and explain Component level design steps in detail. [9]
b) Differentiate between followings. [8]
i) Cohesion and coupling in context of software design? How are
these useful for good design of a system?
ii) Abstraction and Refinement.
P.T.O.
Q5) a) Explain Risk identification process? What are the different categories
of risks? [8]
b) Write Short Note: [10]
i) Layers of SCM Process
ii) RMMM Plan
OR
Q6) a) Explain Risk Projection and Risk Refinement in detail. [8]
b) Explain the change control mechanism in SCM. [10]
[5869]-278 2
Total No. of Questions : 8] SEAT No. :
[5869]-279
S.E. (Computer)
MICROPROCESSOR
(2019 Pattern) (Semester - IV) (210254)
Time : 2½ Hours] [Max. Marks : 70
Instructions to the candidates:
1) Answer Q.1 or Q.2, Q.3 or Q.4, Q.5 or Q.6, Q.7 or Q.8.
2) Neat diagrams must be drawn whenever necessary.
3) Figures to the right side indicate full marks.
4) Assume suitable data if necessary.
Q1) a) With the help of a neat diagram, explain the Page Translation Process
in 80386. [6]
OR
OR
P.T.O.
Q4) a) What is call gate? Explain how it is used in calling functions with higher
privilege levels. [6]
b) Define the functions of Type Checking and Limit Checking in protection.
[6]
c) Explain different levels of protection? State the rules of protection check.
[5]
Q5) a) Explore the role of Task Register in multitasking and the instructions
used to modify and read Task Register. [6]
b) Draw and Explain the Task State Segment of 80386. [6]
c) Difference between Real Mode and Virtual 8086 Mode. [6]
OR
Q6) a) Explain the TSS descriptor of 80386 with a neat diagram. [6]
b) Explore memory management in the Virtual 8086 Mode. [6]
c) List and explain various features of virtual 8086 Mode. [6]
Q7) a) Explain the process of Enabling and Disabling Interrupts in 80386. [6]
b) Differentiate and Explain the Interrupt gate and Trap gate descriptor. [6]
c) Differentiate between Microprocessor and Microcontroller. [5]
OR
Q8) a) With the help of the necessary diagram, explain the structure of IDT in
80386. [6]
b) Explain different types of exceptions in 80386 with suitable examples.
[6]
c) Draw and Explain the Architecture of a Typical Microcontroller. [5]
[5869]-279 2
Total No. of Questions : 8] SEAT No. :
P651 [Total No. of Pages : 2
[5869]-280
S.E. (Computer Engineering)
PRINCIPLES OF PROGRAMMING LANGUAGES
(2019 Pattern) (Semester - IV) (210255)
Q1) a) Describe primitive data types. List the primitive data types in Java and
their respective storage capacity. [6]
b) Write short notes on Java Virtual Machine(JVM) with diagram. [6]
c) State the uses of the final keyword in Java? [6]
OR
Q2) a) Define String in Java. Explain following operations of class strings in
Java with example. [6]
i) To find length of the string
ii) To compare two strings
iii) To extract a character from a string
iv) To concatenate two strings
b) Explain Java’s role in Internet. Justify the following features of Java. [6]
i) Secure
ii) Architectural Neutral
iii) Distributed.
c) Summarize different access controls in Java. Explain the situation if you
remove static modifier from the main method. [6]
Q3) a) State the difference between character and byte stream in Java. Give any
two input and any two output classes for character streams. [6]
Q7) a) Describe Functional Programming. Enlist its features. Also list the
commonly used functional programming languages. [6]
b) Write sequences of CAR’s and CDR’s that will pick the atom pear our
of the following s-expression : [6]
i) (apple orange pear grapes)
ii) ((apple orange) (pear grapes))
iii) (((apple)(orange) (pear) (grapes)))
c) Explain the concept of “Structures” in Prolog with example. [5]
OR
Q8) a) Describe Logical Programming. Enlist its features. Also list the commonly
used Logical programming languages. [6]
b) Write a LISP program to find the factorial of n numbers using recursion
concept. [6]
c) Explain the following number predicates using suitable example. [5]
i) NUMBERP
ii) ZEROP
iii) PLUSP
iv) EVENP
v) ODDP
[5869]-280 2