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