>
AP PGECET
>
Computer Science and IT Engineering
List of top Computer Science and IT Engineering Questions asked in AP PGECET
What is the main purpose of a Translation Lookaside Buffer (TLB)?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown Automata
Which of the following is a solution to the "Critical Section Problem" that satisfies mutual exclusion, progress, and bounded waiting?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Operating Systems
Which of the following transitions is NOT possible in a standard process state transition diagram?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Three processes arrive at time 0 with burst times 5, 3, and 1 unit respectively. The scheduler always selects the process with the smallest burst time next. The order of execution will be?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Which memory technique creates the illusion of larger memory?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
What is the "Thrashing" phenomenon in virtual memory systems?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
Consider the following C function:
int fun(int n){
if (n == 0) return 0;
else return n + fun(n - 1);
}
What does the function fun(4) return?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
OOPs concept
In an I/O system, 'Direct Memory Access (DMA)' is used to:
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Computer Organization and Architecture
'Belady’s Anomaly' refers to the phenomenon where the page fault rate increases as the number of allocated page frames increases. This is observed in which page replacement algorithm?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Computer Organization and Architecture
A system has 4 redundant units of a resource. There are 3 processes, each requiring 2 units of the resource. Which of the following is TRUE?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Computer Organization and Architecture
Which phase of a compiler checks variable declaration?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
A handle in a bottom-up parser is a substring that matches the right-hand side of a production and whose reduction represents:
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
Which of the following intermediate code representations is typically used to represent expressions where each instruction has at most three operands?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
In a compiler, which phase is responsible for identifying the token types from the source program's stream of characters?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Regular expressions and finite automata
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
Which of the following statements is TRUE regarding LL(1) grammars?
AP PGECET - 2026
AP PGECET
Computer Science and IT Engineering
Context Free Languages and Pushdown 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
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
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
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
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
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
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
Prev
1
2
3
4
5
6
Next