>
AP PGECET
List of top Questions asked in AP PGECET
In Syntax Directed Translation (SDT), an attribute is called "inherited" if its value at a node in the parse tree is defined in terms of attributes at:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
In the context of code optimization, "Loop Invariant Code Motion" refers to:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
A lexical analyser processes the input string int x = a + 10; How many tokens are generated?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
Consider the code:
$X = a * 2$
$Y = a * 2$
After optimization, what is the most efficient transformation?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
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
A program requires more memory than the available physical memory. The system allows execution by loading only required parts of the program into memory while keeping the rest on disk. This mechanism is known as?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Operating Systems
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
A pushdown automaton differs from a finite automaton due to the presence of a _______ that helps in handling nested structures.
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
Consider the language $L = \{a^n b^n \mid n \geq 0\}$. Choose the computational model that can recognize this language.
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
If a language $L$ and its complement $L'$ are both Recursively Enumerable (RE), then $L$ is:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
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
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
Which of the following is true about a good hash function?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Database Management Systems
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
Which time complexity grows the slowest as input size increases?
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
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
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
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
Which circuit produces output only based on current inputs without memory?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Digital Logic
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 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
Prev
1
...
48
49
50
51
52
...
206
Next