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 data structure that can only store one type of data D) A group of data items of the same type
A) Linked list B) Array C) Queue 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) Binary tree C) Queue D) Stack
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 structure that can only hold numeric values D) A data structure that only allows elements to be added at the beginning
A) Tree B) Array C) Linked list D) Queue
A) A data structure that maps keys to values for efficient lookup B) A data structure that stores data in a random order C) A structure used for hashing passwords D) A table that contains only hash values
A) Linked list B) Tree C) Array D) HashTable
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 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) Last inserted element B) Lowest priority C) Random element D) Highest priority
A) Heap Property B) Tree Property C) Search Property D) Balance Property
A) Processing elements based on priority levels B) Storing and sorting numeric values sequentially C) Efficiently storing and accessing large amounts of data on disk D) Representing hierarchical networks of elements
A) Trie B) Heap C) Stack D) Queue
A) A binary search tree that automatically maintains balanced height during insertions and deletions B) A tree that balances itself by randomly rearranging nodes C) A tree that has a fixed height and cannot be adjusted D) A search tree that only allows for binary data
A) Queue B) Stack C) Linked list D) Array
A) Floating point numbers B) Matrices C) Integers D) Strings
A) Pop B) Dequeue C) Enqueue D) Push
A) Array B) Queue C) Heap D) Linked List
A) O(n log n) B) O(1) C) O(n) D) O(log n)
A) Middle B) Root C) Head D) Tail
A) Graph B) Stack C) Queue D) Binary search tree
A) Queue B) Stack C) Hash table D) Binary tree
A) Fixed size B) Efficient for iterative operations C) Easy insertion and deletion D) Fast access time
A) Non-linear B) Sequential C) Linear D) Hierarchical |