Search
Question: What is the time complexity of bubble sort in the average case?Options: O(n)O(n log n)O(n^..
Question: What is the time complexity of linear search in an unsorted array?Options: O(log n)O(n)O(n..
Question: What is the time complexity of accessing an element in a stack?Options: O(n)O(log n)O(1)O(..
Question: In a linked list, what is the time complexity of inserting an element at the beginning?Opt..
Question: What is the time complexity of searching for an element in an unsorted linked list?Options..
Question: What is the time complexity of enqueue and dequeue operations in a queue implemented using..
Question: What is the time complexity of the depth-first search (DFS) algorithm in a graph?Options: ..
Question: What is the time complexity of inserting an element into a stack?Options: O(1)O(n)O(log n)..
Question: What is the time complexity of a breadth-first search (BFS) on a graph?Options: O(V)O(E)O(..
Question: What is the time complexity of the bubble sort algorithm?Options: O(n)O(n log n)O(n^2)O(lo..
Question: What is the worst-case time complexity of inserting an element into a linked list?Options:..
Question: What is the time complexity of a linear search algorithm?Options: O(1)O(n)O(log n)O(n^2)Co..
Question: What is the time complexity of finding the maximum element in a binary search tree (BST)?O..
Question: What is the time complexity of a depth-first search (DFS) in a graph?Options: O(V)O(E)O(V ..
Question: What is the time complexity of a bubble sort algorithm in the worst case?Options: O(n)O(n ..
Question: What is the time complexity of inserting an element into a max-heap?Options: O(1)O(log n)O..
Question: What is the time complexity of breadth-first search (BFS) in a graph?Options: O(V + E)O(V)..
Question: The efficiency of a heat engine is defined as the ratio of: (2023)Options: Work done to he..
Question: What is the work done on a gas during an isothermal compression? (2019)Options: PositiveNe..
Question: What happens to the internal energy of an ideal gas during an isothermal expansion? (2021)..
Question: Which of the following processes is an example of an isochoric process? (2023)Options: Hea..
Question: What is the time complexity of a depth-first search (DFS) on a graph with V vertices and E..
Question: What is the process of heat transfer through a fluid due to density differences called? (2..
Question: What happens to the density of a fluid when it is heated?Options: IncreasesDecreasesRemain..
Question: What is the term for the pressure difference that causes fluid to flow?Options: Hydrostati..
Question: Which of the following equations represents Bernoulli\'s principle?Options: P + 1/2 ρv² + ..
Question: In which of the following scenarios does the buoyant force act?Options: An object floating..
Question: Which principle states that the pressure exerted on a confined fluid is transmitted undimi..
Question: What is the formula for calculating the absolute error? (2023)Options: Measured value - Tr..
Question: What is the time complexity of inserting an element into a priority queue implemented with..