>
AP PGECET
>
Computer Science and IT Engineering
List of top Computer Science and IT Engineering Questions asked in AP PGECET
According to the Rice's Theorem, any non-trivial property of the language recognized by a Turing Machine is:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
Which of the following is true about a good hash function?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Database Management Systems
Which type of grammar is mainly used in programming languages?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
Name the computational model that can simulate both PDA and DFA?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
What type of automaton is mainly used for simple pattern matching?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
In a deterministic finite automaton, the behaviour of transitions is strictly defined for every input symbol at each state. Identify the statement that correctly describes this property.
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
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
A statement that is always false regardless of truth values is called______
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Digital Logic
Which circuit produces output only based on current inputs without memory?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Digital Logic
The Bellman-Ford algorithm is preferred over Dijkstra's algorithm when the graph contains:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Computer Networks
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
Boolean algebra is mainly used in which area?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Digital Logic
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 to implement priority scheduling?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Operating Systems
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 data structure is used by the compiler to manage function calls and local variables (Activation Records)?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Operating Systems
A grammar is given:
$E \rightarrow E + T \mid T$
$T \rightarrow T * F \mid F$
$F \rightarrow (E) \mid id$
For the input: $id + id * id$, what is the correct interpretation?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
Prev
1
2
3
4
5
6
Next