What is difference between list and linked list?
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
Why sorting is used?
Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?
Define b-tree of order m?
What do you mean by the term “percolate down”?
Explain the uses of matrix with an example?
Why is hashmap used?
What is the purpose of tochararray ()?
Why is sorting important?
What are the advantages of binary search over linear search?
What are the disadvantages of sequential storage?
List the basic operations carried out in a linked list?