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