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