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