Software is defined as _
a) set of programs, documentation & configuration of data
b) set of programs
c) documentation and configuration of data
d) None of the mentioned
a) set of programs, documentation & configuration of data
b) set of programs
c) documentation and configuration of data
d) None of the mentioned
a) Priority queue
b) Circular queue
c) Single ended queue
d) Ordinary queue
a) Splay tree
b) B-tree
c) AVL tree
d) Red-black tree
Which of the following tree data structures is not a balanced binary tree?Read More »
a) Data structure that compactly stores bits
b) Data structure for representing arrays of records
c) Array in which elements are not present in continuous locations
d) An array in which most of the elements have the same value
a) Recursive function calls
b) Undo operation in a text editor
c) Implement Hash Tables
d) Allocating CPU to resources
Which of the following application makes use of a circular linked list?Read More »
a) Tree
b) Linked List
c) Stack
d) Queue
Which data structure is based on the Last In First Out (LIFO) principle?Read More »
a) Random access is not allowed in a typical implementation of Linked Lists
b) Access of elements in linked list takes less time than compared to arrays
c) Arrays have better cache locality that can make them better in terms of performance
d) It is easy to insert and delete elements in Linked List
a) Top of the Stack always contain the new node
b) Stack is the FIFO data structure
c) Null link is present in the last node at the bottom of the stack
d) Linked List are used for implementing Stacks
Which of the following statement(s) about stack data structure is/are NOT correct?Read More »