A) A data structure that allows elements to be accessed randomly B) A data structure where each element points to the next element in the sequence C) A group of data items of the same type D) A data structure that can only store one type of data
A) Array B) Queue C) Linked list D) Stack
A) A hierarchical data structure in which each node has at most two children B) A tree data structure where each node can have unlimited children C) A data structure that can only store binary data D) A data structure where elements are stored in a sorted sequence
A) Linked list B) Stack C) Queue D) Binary tree
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) Linked list C) Tree D) Queue
A) A structure used for hashing passwords B) A data structure that stores data in a random order C) A table that contains only hash values D) A data structure that maps keys to values for efficient lookup
A) HashTable B) Tree C) Array D) Linked list
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 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) 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) Hash table B) Queue C) Stack D) Binary tree
A) Efficiently storing and accessing large amounts of data on disk B) Processing elements based on priority levels C) Representing hierarchical networks of elements D) Storing and sorting numeric values sequentially
A) Array B) Queue C) Linked list D) Stack
A) O(1) B) O(n log n) C) O(log n) D) O(n)
A) Binary search tree B) Stack C) Queue D) Graph
A) Array B) Heap C) Linked List D) Queue
A) Pop B) Enqueue C) Push D) Dequeue
A) Fast access time B) Fixed size C) Easy insertion and deletion D) Efficient for iterative operations
A) Linear B) Non-linear C) Sequential D) Hierarchical
A) Tail B) Head C) Root D) Middle
A) Heap B) Trie C) Stack D) Queue
A) Random element B) Highest priority C) Lowest priority D) Last inserted element
A) Balance Property B) Tree Property C) Search Property D) Heap Property
A) Matrices B) Integers C) Strings D) Floating point numbers |