April 20, 2024

GATE 2017 [Set-1]

Question 10 Consider the following context-free grammar over the alphabet Σ = {a, b, c} with S as the start symbol: S → abScT | abcT […]
April 20, 2024

Question 8055 – Theory-of-Computation

Which one of the following regular expressions represents the language: the set of all binary strings having two consecutive 0s and two consecutive 1s? Correct Answer: B […]
April 21, 2024

Question 8836 – GATE 2012

Fetch_And_Add(X,i) is an atomic Read-Modify-Write instruction that reads the value of memory location X, increments it by the value i, and returns the old value of […]