Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
C Language
1.3K+ articles
DBMS
1.3K+ articles
GATE CS
1.1K+ articles
Operating Systems
993+ articles
MCQ
51+ articles
GATE-CS-DS-&-Algo
39+ articles
GATE-CS-C-Language
12+ articles
GATE-CS-2011
9+ articles
GATE-CS-2010
7 posts
Recent Articles
Automata Theory | Set 6
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2010 exam.1) Let L={w (0 + 1)*|w has even number of 1s}, i.e. L is the set of all bit strings with even number of 1s. Which...
read more
Theory of Computation
GATE-CS-2010
AT
Computer Networks | Set 4
Last Updated: 23 July 2025
Following Questions have been asked in GATE 2010 CS exam. 1) One of the header fields in an IP datagram is the Time to Live (TTL) field. Which of the following statements ...
read more
Computer Networks
GATE CS
MCQ
GATE-CS-2010
MCQ
Database Management Systems | Set 5
Last Updated: 23 July 2025
Following Questions have been asked in GATE CS 2010 exam.1) A relational schema for a train reservation database is given below.Passenger (pid, pname, age)Reservation (pid...
read more
DBMS
GATE CS
MCQ
GATE-CS-2010
Operating Systems | Set 7
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam.1) Let the time taken to switch between user and kernel modes of execution be t1 while the time taken to switch between...
read more
Operating Systems
GATE CS
MCQ
GATE-CS-2011
GATE-CS-2010
Data Structures and Algorithms | Set 25
Last Updated: 23 July 2025
Following questions have been asked in GATE 2010 exam.1 Consider a complete undirected graph with vertex set {0, 1, 2, 3, 4}. Entry Wij in the matrix W below is the weight...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2010
Data Structures and Algorithms | Set 24
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2010 exam. 1. The following C function takes a simply-linked list as input argument. It modifies the list by moving the last...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2010
C Language | Set 7
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2010 exam. 1. What does the following program print? C #includestdio.hvoid f(int *p, int *q){ p = q; *p = 2;}int...
read more
C Language
GATE-CS-C-Language
GATE-CS-2010