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