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