Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Computer Networks
3.4K+ articles
C Language
1.3K+ articles
DBMS
1.3K+ articles
GATE CS
1.1K+ articles
Operating Systems
990+ articles
Theory of Computation
274+ articles
MCQ
51+ articles
GATE-CS-DS-&-Algo
39+ articles
GATE-CS-2012
11 posts
Recent Articles
Popular Articles
GATE | GATE CS 2012 | Question 12
Last Updated: 23 July 2025
What is the complement of the language accepted by the NFA shown below?(A) A(B) B(C) C(D) D Answer: (B) Explanation: The given alphabet contains only one symbol {a} and th...
read more
Theory of Computation
GATE-CS-2012
GATE-GATE CS 2012
Operating Systems | Set 17
Last Updated: 23 July 2025
Following question has been asked in GATE 2012 CS exam. Fetch_And_Add(X,i) is an atomic Read-Modify-Write instruction that reads the value of memory location X, increments...
read more
Operating Systems
GATE CS
MCQ
GATE-CS-2012
Automata Theory | Set 2
Last Updated: 23 July 2025
Questions Asked in the GATE CS 2012 Exam1) What is the complement of the language accepted by the NFA shown below? Assume ∑ = {a} and ε is the empty string (A) Φ (B) ε (C)...
read more
Theory of Computation
GATE-CS-2012
AT
Computer Networks | Set 2
Last Updated: 23 July 2025
Computer networks involve a complex system of connected devices that communicate with each other. Topics in this set might include protocols like TCP/IP, different types o...
read more
Computer Networks
GATE CS
MCQ
GATE-CS-2012
Computer Networks - GATE CSE Previous Year Questions
Last Updated: 23 July 2025
The Computer Networks(CN) subject has high importance in GATE CSE exam because:large number of questions nearly 7-9% of the total papersignificant weightage (7-9 marks) ac...
read more
Computer Networks
GATE CS
MCQ
GATE-CS-2012
Database Management Systems | Set 3
Last Updated: 23 July 2025
Following Questions have been asked in GATE 2012 exam.1) Consider the following transactions with data items P and Q initialized to zero:T1: read (P) ; read (Q) ; if...
read more
DBMS
GATE CS
MCQ
GATE-CS-2012
Database Management Systems | Set 2
Last Updated: 23 July 2025
Following Questions have been asked in GATE 2012 exam.1) Which of the following statements are TRUE about an SQL query?P: An SQL query can contain a HAVING clause even if ...
read more
DBMS
GATE CS
MCQ
GATE-CS-2012
Operating Systems | Set 5
Last Updated: 23 July 2025
Following questions have been asked in GATE 2012 exam. 1. A process executes the code fork (); fork (); fork ();The total number of child processes created is(A) 3(B) 4...
read more
Operating Systems
GATE CS
MCQ
GATE-CS-2012
Data Structures and Algorithms | Set 29
Last Updated: 23 July 2025
Following questions have been asked in GATE 2012 exam.1) The recurrence relation capturing the optimal time of the Tower of Hanoi problem with n discs is(A) T(n) = 2T(n - ...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2012
C Language | Set 9
Last Updated: 23 July 2025
Following questions have been asked in GATE 2012 exam.1. What will be the output of the following C program segment?C char inchar = 'A'; switch (inchar...
read more
C Language
GATE-CS-C-Language
GATE-CS-2012
Data Structures and Algorithms | Set 28
Last Updated: 23 July 2025
Following questions have been asked in GATE 2012 exam.1) Let w(n) and A(n) denote respectively, the worst case and average case running time of an algorithm executed on an...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2012
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !