>
Andhra Pradesh Post Graduate Engineering Common Entrance Test
List of top Questions asked in Andhra Pradesh Post Graduate Engineering Common Entrance Test
A problem is NP-complete if it is _______ .
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
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 greedy approach is optimal for _______ .
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
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 inorder traversal of a BST gives elements in _______.
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
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
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
In a max-heap, the largest element is always located at the _______.
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
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
The purpose of an interrupt vector table is to _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
How many AND gates are required to realize \( Y = CD + EF + G \)?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Logic gates
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
\( AB \oplus (A + B) \) is equivalent to _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
In DMA mode, the CPU is bypassed for data transfer between _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Computer Architecture
A 4-way set-associative cache with 256 blocks divides memory addresses into _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Computer Architecture
The output of a JK flip-flop for inputs \( J=1, K=1 \) and clock transition from 1 to 0 is _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Digital Logic
The IEEE 754 single-precision floating-point representation of 0.375 is _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Computer Architecture
In a hardwired control unit, the sequence of control signals is generated by _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Digital Electronics and Logic Gates
An 8-bit number \( X \) is \( 00001100 \), then \( -X \) is in 1's complement is _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Cloud Computing
Assuming 5-bit addition is done on registers, the sum \( 12 + 7 \) leads to _______.
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Digital Logic
Prev
1
...
46
47
48
49
50
...
112
Next