A) A data structure where each element points to the next element in the sequence B) A group of data items of the same type C) A data structure that can only store one type of data D) A data structure that allows elements to be accessed randomly
A) Linked list B) Queue C) Array D) Stack
A) A data structure where elements are stored in a sorted sequence B) A data structure that can only store binary data C) A tree data structure where each node can have unlimited children D) A hierarchical data structure in which each node has at most two children
A) Linked list B) Queue C) Stack D) Binary tree
A) A data structure that cannot be resized once created B) A data structure that only allows elements to be added at the beginning C) A structure that can only hold numeric values D) A sequential collection of elements, each identified by an index or key
A) Linked list B) Tree C) Queue D) Array
A) A data structure that stores data in a random order B) A table that contains only hash values C) A data structure that maps keys to values for efficient lookup D) A structure used for hashing passwords
A) Linked list B) HashTable C) Tree D) Array
A) Performing mathematical calculations B) Representing networks and connections between elements C) Sorting elements in ascending order D) Storing data in a sequential manner
A) A mathematical model for data types, where data is defined as a set of values and operations B) A programming language that is not specifically tied to any hardware C) A type of encryption used for securing data D) A type of code abstraction used in software development
A) Linear B) Hierarchical C) Non-linear D) Sequential
A) Tree Property B) Balance Property C) Heap Property D) Search Property
A) O(log n) B) O(1) C) O(n log n) D) O(n)
A) Trie B) Heap C) Queue D) Stack
A) Root B) Head C) Tail D) Middle
A) Push B) Enqueue C) Pop D) Dequeue
A) A search tree that only allows for binary data B) A binary search tree that automatically maintains balanced height during insertions and deletions C) A tree that balances itself by randomly rearranging nodes D) A tree that has a fixed height and cannot be adjusted
A) Easy insertion and deletion B) Efficient for iterative operations C) Fast access time D) Fixed size
A) Hash table B) Binary tree C) Stack D) Queue
A) Last inserted element B) Highest priority C) Random element D) Lowest priority
A) Storing and sorting numeric values sequentially B) Efficiently storing and accessing large amounts of data on disk C) Processing elements based on priority levels D) Representing hierarchical networks of elements
A) Integers B) Strings C) Matrices D) Floating point numbers
A) Array B) Heap C) Linked List D) Queue
A) Binary search tree B) Queue C) Stack D) Graph
A) Linked list B) Stack C) Array D) Queue |