Tutorials
Courses
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
19.9K+ articles
Computer Networks
3.4K+ articles
DBMS
1.3K+ articles
GATE CS
1.1K+ articles
Operating Systems
989+ articles
GATE-CS-2012
11+ articles
GATE-CS-2008
9+ articles
GATE-CS-2005
8+ articles
GATE-CS-2007
8+ articles
MCQ
51 posts
Recent Articles
Popular Articles
Practice questions on B and B+ Trees
Last Updated: 04 May 2019
In this article, we will discuss different types of problems based on B and B+ trees. Before understanding this article, you should understand basics of B and B+ trees (se...
read more
Misc
DBMS
GATE CS
MCQ
B-Tree
Practice questions on Height balanced/AVL Tree
Last Updated: 28 December 2024
AVL tree is binary search tree with additional property that difference between height of left sub-tree and right sub-tree of any node can’t be more than 1. Here are some ...
read more
Misc
Tree
GATE CS
DSA
MCQ
TCS DIGITAL PUZZLE | Lateral Thinking
Last Updated: 11 July 2025
Lateral thinking is the most interesting test module of tcs digital hiring process. Problem: Move 3 matchsticks from the given set of matchsticks arranged as show in the...
read more
Technical Scripter
Puzzles
Quizzes
Aptitude
Technical Scripter 2018
MCQ
Arrangement Puzzles
Output of C programs | Set 66 (Accessing Memory Locations)
Last Updated: 16 April 2020
Q1. Is the output of this code True or False?C #include stdio.hint main(void){ int b = 20; int* y = b; char n = 'A'; char* z = n; y[0] = z[0]; ...
read more
C Programs
C Language
C Quiz
MCQ
Memory Management
C-Pointers
EasyUI jQuery comboBox widget
Last Updated: 29 October 2022
EasyUI is an HTML5 framework for using user interface components based on jQuery, React, Angular, and Vue technologies. It helps in building features for interactive web a...
read more
Web Technologies
HTML
MCQ
EasyUI
EasyUI-Form
CPU Scheduling Numerical Questions
Last Updated: 11 May 2023
1. Find the size of the memory if its address consists of 22 bits. Assume the memory is 2-byte addressable.Solution -If the given address consists of ‘k’ bits, then 2k loc...
read more
Operating Systems
Operating Systems Questions
MCQ
CPU Scheduling
Operating Systems-CPU Scheduling
Solve the Equation x = 4/5(x + 10)
Last Updated: 20 March 2024
Problem: Solve Equation x = 4/5(x + 10)Solution:Given: x = 4/5 (x +10)When we multiply both sides by 5, we get5x = 4 (x + 10)⇒ 5x = 4x + 40After subtracting 4x from both s...
read more
Picked
Mathematics
School Learning
Maths MAQ
MCQ
Third Generation of Computers
Last Updated: 01 May 2025
The third generation of computers, from 1965 to 1971, used Integrated Circuits (ICs) instead of transistors. An IC is a small chip that contains many transistors, resistor...
read more
Computer Science Fundamentals
Picked
School Learning
Class 6
TrueGeek
TrueGeek-2021
MCQ
Database Management Systems | Set 10
Last Updated: 13 December 2022
Following questions have been asked in GATE CS 2005 exam.1) Let r be a relation instance with schema R = (A, B, C, D). We define r1 = 'select A,B,C from r' and r2 = 'selec...
read more
DBMS
GATE CS
MCQ
GATE-CS-2005
Database Management Systems | Set 9
Last Updated: 13 December 2022
Following questions have been asked in GATE 2006 CS exam. 1) Consider the following log sequence of two transactions on a bank account, with initial balance 12000, that tr...
read more
DBMS
GATE CS
MCQ
GATE-CS-2006
Computer Networks | Set 11
Last Updated: 13 December 2022
Following questions have been asked in GATE CS 2006 exam. 1) Station A uses 32 byte packets to transmit messages to Station B using a sliding window protocol. The round tr...
read more
Computer Networks
GATE CS
MCQ
GATE-CS-2006
Computer Networks | Set 12
Last Updated: 13 December 2022
Following questions have been asked in GATE CS 2009 exam.1) Let G(x) be the generator polynomial used for CRC checking. What is the condition that should be satisfied by G...
read more
Computer Networks
GATE CS
MCQ
GATE-CS-2009
Database Management Systems | Set 11
Last Updated: 27 March 2017
Following questions have been asked in GATE CS 2007 exam.1) Information about a collection of students is given by the relation studinfo(studId, name, sex). The relation e...
read more
DBMS
GATE CS
MCQ
GATE-CS-2007
Operating Systems | Set 17
Last Updated: 13 December 2022
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
NIELIT Scientist ‘B’ Recruitment 2016 : Computer Science
Last Updated: 22 November 2022
National Institute of Electronics Information Technology (NIELIT), erstwhile known as the DOEACC Society, is an autonomous scientific society under the administrative con...
read more
Interview Experiences
MCQ
NIELIT
Experiences
1
2
3
4
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 !