QuePaper-OCT2018-M.E (Computer) - Sem-III
QuePaper-OCT2018-M.E (Computer) - Sem-III
:
P3960 [5462]-685
[Total No. of Pages : 2
Q1) Define Fault, Error and Failure. List different phases for system development
and explain with an example how fault may occur and propagate in these
phases. [8]
OR
Q2) Enlist and explain different Analytical Techniques available for computing the
reliability of the system? [8]
Q3) List different Fault Simulation Algorithms. Explain any two fault simulation
algorithms in detail. [8]
OR
Q4) Explain combinational and sequential fault diagnosis techniques. [8]
Q7) Describe general architecture of the Hyper Torus Network with diagram.
Describe how fault coverage percentage is calculated. [8]
OR
P.T.O.
Q8) What is Block Shift Network? Explain the following connection methods for
the connections on dimensions in Block Shift Network. [8]
a) Concurrent connection.
b) Sequential connection.
c) Parallel connection.
Q11)List types of failures. Describe each of type of failure with an example. [9]
OR
Q12)Explain Byzantine Agreement Problem with suitable example. [9]
[5462]-685 2
Total No. of Questions : 12] SEAT No. :
P3961 [Total No. of Pages : 2
[5462]-686
M.E. (Computer Engineering)
INFORMATION RETRIEVAL
(2017 Pattern) (Semester - III) (610102)
Q1) a) Write down the entries in the permuterm index dictionary that are generated
by the term mama. [4]
b) If si denotes the length of string si, show that the edit distance between
s1 and s2 is never more than max s1 , s2 . [5]
OR
Q2) a) Explain k-gram indexes for wildcard queries with suitable example. [5]
b) Find two phonetically similar proper nouns whose soundex codes are
different. [4]
Q3) How would you create the dictionary in blocked sort-based indexing on the
fly to avoid an extra pass through the data? [8]
OR
Q4) State the statistical properties of terms in information retrieval and explain it
with suitable example. [8]
Q5) Consider the postings list (4, 10, 11, 12, 15, 62, 63, 265, 268, 270, 400) with a
corresponding list of gaps (4, 6, 1, 1, 3, 47, 41, 202, 3, 2, 130). Assume that
the length of the postings list is stored separately so the system knows when a
postings list is complete.Using variable byte encoding: [8]
a) What is the largest gap you can encode in 1 byte?
b) What is the largest gap you can encode in 2 byte?
c) How many bytes will the above posting list require under this encoding?
(Count only space for encoding the sequence of numbers.)
OR
P.T.O.
Q6) a) When using weighted zone scoring, is it necessary for all zones to use
the same Boolean match function? [4]
b) In above question 6(a) with weights g1 = 0.2, g2 = 0.31 and g3 = 0.49
what are all the distinct score values a document may get? [4]
OR
Q8) If we were to stem jealous and jealousy to a common stem before setting up
the vector space, detail how the definitions of TF and IDF should be modified.
[8]
Q9) a) Write down all the structural terms occuring in the XML document in
below fig. 1.0 [5]
Figure 1.0
b) Differentiate language modeling versus other approaches in IR. [4]
OR
Q10)Enlist the different language models and explain it with suitable examples.[9]
OR
Q12)Consider making a language model from the following training text:
the martian has landed on the latin pop sensation ricky martin [8]
a) Under aMLE-estimated unigram probability model, what are P(the) and
P(martian)?
b) Under the aMLE-estimated bigram model, what are P(sensationpop)
and P(popthe)?
[5462]-686 2