>
Andhra Pradesh Post Graduate Engineering Common Entrance Test
>
Computer Science & Information Technology
List of top Computer Science & Information Technology Questions asked in Andhra Pradesh Post Graduate Engineering Common Entrance Test
Which is not a CPU scheduling criterion?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Operating Systems
Subset Construction method refers to _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Newton Raphson Method
The output of a syntax-directed translation scheme is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Computer Architecture
The language \( L = \{M | M \text{ halts on all inputs}\} \) is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
Inherited attributes in SDTs are used for _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Computer Architecture
The time complexity to compute the 15\(^\text{th}\) Fibonacci number using dynamic programming is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
One way to build a heap is to start at the end of the array (the leaves) and push each new value up to the root. Its time complexity is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
If the recursive call keeps calculating the same things over and over again, we can use _______ which stores partial results already calculated and to be used again.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
The _______ process updates the costs of all the vertices \(V\), connected to a vertex \(U\), if we could improve the best estimate of the shortest path to \(V\) by including \((U,V)\) in the path to \(V\).
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
A problem is NP-complete if it is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
The greedy approach is optimal for _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
Best case complexity of insertion sorting is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
A threaded binary tree is a binary tree in which every node that does not have right child has a thread to its _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
Which notation represents the tightest upper bound of an algorithm’s running time?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
The minimum possible time complexity to sort \(n\) integers in the range [1, \(n^2\)] is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
If one wants to add and delete elements quickly without reshuffling the rest, then which data structure suits the best?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
The height of a binary tree with 31 nodes (assuming no single-child nodes) is _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
In a max-heap, the largest element is always located at the _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
The recurrence T(n) = 2T(n/2) + n has a solution of _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
What is the time complexity to insert an element at the beginning of a dynamic array?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
The inorder traversal of a BST gives elements in _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Data Structures
The purpose of an interrupt vector table is to _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
How many times “Hi” message will be displayed when we execute the following for loop?
int i;
for(i=0;i%2==0;i++)}
printf("Hi \n");
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Programming Languages
Which of these flip-flops cannot be used to construct a serial shift register?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Digital Logic
How many AND gates are required to realize \( Y = CD + EF + G \)?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Logic gates
Prev
1
2
3
4
5
...
9
Next