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