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