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