>
Computer Science and IT Engineering
List of top Computer Science and IT Engineering Questions on OOPs concept
Which class of problem solving is considered the easiest one?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which type of graph does not contain any cycles?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
The problem solving technique which divides a problem into smaller sub problems and then combines their results _________
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which algorithm is commonly used to find a minimum spanning tree?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Name the notation that represents the average-case complexity of an algorithm.
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which time complexity grows the slowest as input size increases?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
What is the time complexity of the optimal solution for the 0/1 Knapsack problem with n items and capacity W using Dynamic Programming?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
In a singly linked list, what is the time complexity to delete a node given a pointer to that specific node?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which sorting algorithm has the best-case time complexity of $O(n)$ when the input array is already sorted?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which data structure allows insertion and deletion at both ends?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which tree traversal visits left subtree, root, then right subtree?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which data structure is used for level order traversal in trees?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which of the following parameter passing mechanisms allows a function to modify the actual variable in the calling function?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
In a circular queue implemented using an array of size $MAX$, if 'front' and 'rear' are the indices, the condition for the queue being full is:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which of the following is TRUE about the Quick Sort algorithm?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
The Huffman coding algorithm used for data compression is based on which algorithmic strategy?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Consider the linear search algorithm on an array of size 'n'. What is the worst-case time complexity of linear search?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which of the following statements about linked lists is true?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
A connected undirected graph has 8 vertices and 12 edges. How many edges will its spanning tree contain?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
An algorithm repeatedly divides a problem into smaller sub-problems, solves them independently, and combines the results to obtain the final solution. Determine the algorithm that follows this strategy.
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
In Java, when we implement an interface method, it must be declared as ________.
AP PGECET - 2025
AP PGECET
Computer Science and IT Engineering
OOPs concept
Prev
1
2
Next