Memory Management GATE Questions Memory Management GATE Questions are always asked in the GATE examination. Memory Management is an important topic of operating system This post covers the memory management questions and answers for GATE exam. Various gate questions on virtual memory are explained in this post. So let’s practice these operating system memory management […]
Author: admin
Process Control Block in OS
Process Control Block Diagram in OS Process Control Block in OS is a Data Structure maintained by Operating System for each Process. In the previous process management in operating system tutorial, we have learned about different basics concepts of the process such as the basic introduction of process, abstract view of the process in memory or […]
Computer Networks GATE Questions
Computer Networks Gate Questions Computer Networks is one of the most important subject for GATE CS/IT Exam. Every year some questions are asked from Computer Networks in GATE ( CS/IT) Exam. Here in this post we are going to discuss some computer networks gate questions. These computer networks questions asked in previous years GATE Exam. […]
TOP 5 HR Interview Questions and Answers
Top 5 HR Interview Questions and Answers HR Interview Questions and Answers play an important role in getting the job. Technical interview is generally conducted to check your subjective knowledge. HR interview is a test of your personality traits. When you cleared any written test after that technical interview and HR interview are conducted. In […]
Computer Science Interview Questions and Answers
Computer Science Interview Questions What is technical Interview? Expectation of interviewer in technical interview Some common subjects to be ask in a technical interview . How to prepare for technical interview ? This article covers the detailed information about computer science interview questions and their answer. Technical interview questions and answer asked from different computer […]
Cache Memory and Types of Cache Memory
Cache Memory and Types of Cache Memory Cache memory is also known as associative memory. Cache memory plays and important in computer architecture. Today in this tutorial we explained the cache memory concepts. Overview of cache memory, types of cache memory and locality of references are also explained here in this tutorial. Questions related to […]
TCS Technical Interview Questions and Answers from C Programming
TCS Interview Questions and Answers Tcs technical interview questions are discussed here in this post. This article covers several C programming questions which were asked during the TCS interview as you all know that every year tcs recruits a lot of engineering freshers. After qualifying for the written test, generally, there are three rounds, TCS technical interview, […]
Computer Organization GATE EXAM Questions and Answers
Computer Organization GATE Exam Questions This computer organization gate questions-based tutorial provides some practice questions for GATE CS/IT Exam. Computer organization and architecture is an important subject for GATE CSE Exam. It consists of approx 8-10 mark questions every year in GATE Exam. Here in this tutorial, we discussed some computer organization gate questions for practice from different topics […]
Operating System Previous Year GATE Questions and answers
1. Memory Management Gate Questions
Types of Addressing Modes in Computer Architecture
Types of Addressing Modes Types of addressing modes are an important topic in computer architecture. Questions are always asked in the GATE (CS/IT) and UGC NET(CS) Exam. Students who are preparing for the GATE exam are requested to read this tutorial completely. After reading this tutorial, they will able to solve the questions asked in GATE. Addressing […]
Verification Methods in Software Testing
What is Verification in Software Testing ? Verification in software testing is a process of finding whether or not the output of a particular phase of SDLC meets the implementation steps. It is process oriented here the major concern is to ensure that “ Are we building the product right ?” During verification process […]
Software testing basics
Software testing basics Today in this software testing tutorial we will study about software testing basics. This tutorial covers the following contents. (1) What is software testing ? (2) Basic Terminology used in during software testing (3) Who does the software testing ? […]
Thrashing in Operating System | Cause of Thrashing in OS
Causes of Thrashing in OS The causes of thrashing in os are explained here in this tutorial. In this thrashing tutorial, we will learn about Thrashing and its causes and how to overcome Thrashing in os. Dear readers after reading this tutorial you will able to answer the questions related to thrashing concept is operating system. Frequently Asked Questions After reading […]
Cache Mapping Techniques Tutorial
Cache Mapping Techniques Cache Mapping Techniques are the methods that are used in loading the data from main memory to cache memory. Problem-based on memory mapping techniques in computer architecture is generally asked in GATE (CS/IT) and UGC NET examination. GATE 2022 aspirants are requested to read this tutorial till the end. After reading this tutorial, […]
Types of Operating System
Types of Operating System Tutorial In this operating system tutorial, we will study some basic concepts of operating systems and the types of operating systems commonly used in different real-world applications. This Topic is mainly helpful for computer science students. Some time a conceptual question of 1 mark is asked from Operating System Types in GATE(CS/IT) and UGC […]
Computer Organization MCQ for GATE Exam – Practice Set 2
Computer Organization MCQ for GATE Exam This computer organization mcq based tutorial provides some practice questions for GATE CS/IT Exam. Computer organization and architecture is an important subject for GATE CSE Exam. It consist of approx. 8-10 marks questions every year in GATE Exam. Here in this tutorial we discussed some computer organization mcq for GATE EXAM […]
How to improve mind power ?
Tips to Improve Brain Power दोस्तों कहते हैं कि मानव शरीर को स्वस्थ रखने में शारीरिक व्यायाम का अपना विशेष महत्व है। शरीर के प्रत्येक अंग के लिए अलग अलग प्रकार के व्यायाम और योग आदि क्रियाएं हैं। दिमाग मानव शरीर का सबसे महत्वपूर्ण हिस्सा है, लेकिन इसके लिए व्यायाम करना हम अक्सर भूल जाते […]
Motivate Yourself
Here you can read some motivational article. 1. How to boost self confidence ? 2. Remember These Tips in Life. 3. Tips to improve mind power More article are coming soon….
Threads in operating system
Threads in Operating System Threads in operating system play an important role in improving the overall performance. There are several benefits of using the threads. These benefits are discussed in this tutorial. Multithreading is an important concept used by most of the operating system. Computer science students should have knowledge about threads and multithreading. Questions […]
JDBC Tutorial : JDBC Drivers and Steps for Java Database Connectivity
JDBC ( Java Database Connectivity) Tutorial JDBC is known as java database connectivity. To connect java with any database we require a jdbc driver which implements all the interfaces provided in sql package. Java provides jdbc-odbc bridge driver. Figure 1: Java Application Interaction with Database JDBC uses ODBC drivers available on your machine. DB […]