
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
<div>PAL and PLA, ALU, Priority Encoder, TTL NAND gate, J-K Flip Flops, K-map, Quine McClusky, Boolean Theorems, Gray Code, Hamming Code, De-MorgonsTheorems, NOR gates.</div><div><br /></div>
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

VI -April-I 0- 156
31 ~ ~fo
( 3 Hours) [ Total Marks: 100 N.S. : (1) Question NO.1 is compulsory. (2) Attempt any four questions from Q.Nos. 2 to 7. (3) Use diagrams wherever necessary. (4) Assume suitable data wherever required bust justify the same.
(b) What is Recursion &write a program in java to implement "Tower of HanoL" 10 ~
(b) Construct the binary tree for the inorder and post order traversal sequences 10 given below. Inorder Post Order "INFORMATION"
. "INOFMAINOTR"
(b) Write the program in java to perform quick sort. Show the steps with 10 example.
the binary tree using Huffman Coding for the given characters and their frequencies. Print the Huffman Code for each character. (b) Compare Interation and Recursion. 6
(b) Explain BFS algorithm, explain it by example. 10
(b) Hash the following in a table of size 11. Use any two collision resolution 10 techniques :- 23, 0, 52, 61, 78, 33, 10O, 8, 90, 1O, 14.
(b) (c) Show with example how graphs are represented in Computer Memory. Discuss practical application of tress. Write short notes on :- (i) AVLTree (ii) Array Representation of Linked List.