PYQBOOK
Filter Questions
Found 475 question(s)
Q166
MSQ
GATE
CS
Medium
1 Mark
2024
OS → System Calls
Which one or more of the following options guarantee that a computer system will transition from user mode to kernel mode?
Q167
MSQ
GATE
CS
Easy
1 Mark
2024
OS → CPU Scheduling
Which one or more of the following CPU scheduling algorithms can potentially cause starvation?
Q168
MCQ
GATE
CS
Easy
1 Mark
2024
TOC → Regular Languages
Let L1, L2 be two regular languages and L3 a language which is not regular. Which of the following statements is always TRUE?
Q169
NAT
GATE
CS
Easy
2 Marks
2024
TOC → Context Free Language
Let G=(V, Σ, S, P) be a context-free grammar in Chomsky Normal Form with Σ={a,b,c} and V containing 10 variable symbols. The string w = a^30 b^30 c^30 is derivable from S. The number of steps (application of rules) in the derivation S ->* w is
Q170
NAT
GATE
CS
Medium
2 Marks
2024
TOC → Regular Expressions