Skip to main content

CS301 Current Finalterm Paper Spring 2014 Shared By Fivestar

My Cs301 Final Paper Held On 26-AUG-2014
Q.45 Huffman tree was given(page 311 handouts)and also selected characters were given; we have to write binary code (3 marks).

Q.46 Consider the following keys 36, 30, 84. The hash function to insert these values in a hash table (array) is f(h)=key mode 12, identify the keys that may cause for collision. (3 marks)

Q.47 Heap uses minimum memory. Do you agree this statement?. Justify your answer. (3 marks)

Q.48 Construct a tree using union-find method from the following
Union(O,A), Union(B,M), Union(A,G), Union(O,N), Union(J,H), Union(A,C), Union(O,B), Union(J,O). (3 marks)

Q.49 we have a list of N elements (numbers, names etc) which can be freely ordered and an integer k, we have to find the kth smallest element. One way is put into array and sort it, then smallest will be at kth position, it will take Nlog2N time. Can we use heap? Justify your answer. (5 marks)

Q.50 given is an array of exactly 15 elements
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
Find an element using binary search. Indicate which element will be found in first two iterations.
Case1:- The numbers to be found is 1.
Case2:- The numbers to be found is 15. (5 marks)

Q.51 consider a hash table of size 7 (index 0 to 6). The hash function is H (key) = (2*key+5) mod 7. Enter the keys in table. 5, 23,17,14,44
Use Linear Probing to resolve collisions. (5 marks)

Q.52 How can you make the following binary tree (see page 16 question 36 moaaz file) a heap by making minimum possible changes in it? (5 marks).


Comments

Popular posts from this blog

CS614 Quiz No.4 Shared by Abdul_Mateen (Solved)

Question # 1 of 10 ( Start time: 01:03:34 PM ) Total Marks: 1 The first step of the “12-steps data warehouse implementation approach” of Shaku Atre is: Select correct option: Finding user needs (Page No. 336) Planning system resources Finding system scope Data acquisition and cleansing Question # 2 of 10 ( Start time: 01:04:15 PM ) Total Marks: 1 Users do not care, how advance the front end of your DWH is, what they care is that: Select correct option: Tables should be properly denormalized Proper partitioning technique should be used At least star or snow flake schema should be implemented They should get information in timely manner and the way they want   Question # 3 of 10 ( Start time: 01:04:49 PM ) Total Marks: 1 Which of the following is NOT one of the top-10 mistakes that should be avoided during DWH development? Select correct option: Not interacting directly with end user Not being an accommodating person (Page No. 316) Isolating IT support p...

CS614 Quiz No.3 Shared by Sweety (Solved)

Question # 1 of 10 ( Start time: 09:48:28 PM ) Total Marks: 1 Mining multi dimensional databases allow users to: Select correct option: Categorize the data Analyze the data Summarize the data All of the given options   (Correct) Question # 2 of 10 ( Start time: 09:49:23 PM ) Total Marks: 1 As per Bill Inmon, a data warehouse, in contrast with classical applications is: Select correct option: Data driven   (Correct) Resource driven Requirement driven Time sensitive Question # 3 of 10 ( Start time: 09:50:11 PM ) Total Marks: 1 In ________learning you don’t know the number of clusters and no idea about their attributes. Select correct option: Supervised learning Unsupervised learning   (Correct) Multi Dimension modeling None of the given options Question # 4 of 10 ( Start time: 09:51:04 PM ) Total Marks: 1 Identify the TRUE statement: Select correct option: The data value increases as volume decreases   (Correct) The data value decreases ...

CS614 Quiz No.1 Shared by Manzar (UnSolved)

Question # 1 of 10 ( Start time: 03:35:24 PM )   Total Marks: 1 MDX by Microsoft is an example of _______ Select correct option: HOLAP DOLAP ROLAP None of the given options Question # 2 of 10 ( Start time: 03:36:40 PM )   Total Marks: 1 In decision support system ease of use is achieved by: Select correct option: Normalization Denormalization Drill up Drill down Question # 3 of 10 ( Start time: 03:38:07 PM )   Total Marks: 1 Which of the denormalization technique squeezes master table into detail? Select correct option: Pre-joining Horizontal splitting Vertical splitting Adding redundant column Question # 4 of 10 ( Start time: 03:38:28 PM )   Total Marks: 1 The trade-offs of denormalization is/are: Select correct option: Storage Performance Ease-of-use All of the given options Question # 5 of 10 ( Start time: 03:38:46 PM )   Total Marks: 1 ________is usually deployed when expressions can be used to group data together in...