>
Computer Science & Information Technology
List of top Computer Science & Information Technology Questions
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
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
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
\( AB \oplus (A + B) \) is equivalent 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
How many AND gates are required to realize \( Y = CD + EF + G \)?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Logic gates
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
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 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
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
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
For a given graph G having \( v \) vertices and \( e \) edges which is connected and has no cycles, which of the following statements is true?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Graph Theory
Which protocol is responsible for ensuring packet delivery in the correct sequence in the transport layer
?
NIMCET - 2025
NIMCET
Computer Science & Information Technology
Computer Networks
In a TCP/IP model, which of the following is the layer responsible for routing packets between different networks?
AP PGECET - 2025
AP PGECET
Computer Science & Information Technology
Computer Networks
Prev
1
2
3
4
5
6
...
14
Next