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