process control block diagram in operating system
operating system tutorial notes What is process control block ?

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 […]

Technical Interview

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 Computer architecture Tutorials gate study material for cse

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 Interview Questions

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 questions
Computer Architecture Computer architecture based questions for gate exam gate practice set

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 […]

types of addressing mode
addressing modes types Computer Architecture gate study material for cse

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 […]

Software Engineering software verification methods

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 […]

causes of thrashing in os
gate study material for cse operating system tutorial notes

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 […]

Computer Architecture Computer architecture Tutorials computer science study material for gate exam gate study material for computer science

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, […]

gate study material for computer science gate study material for cse operating system study material for gate exam operating system tutorial notes

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
gate practice set

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 […]

Motivational

How to improve mind power ?

Tips to Improve Brain Power दोस्तों कहते हैं कि मानव शरीर को स्वस्थ रखने में  शारीरिक व्यायाम का अपना विशेष महत्व है।  शरीर के प्रत्येक अंग के लिए अलग अलग प्रकार  के व्यायाम और योग आदि क्रियाएं हैं।  दिमाग मानव शरीर का सबसे महत्वपूर्ण  हिस्सा है, लेकिन इसके लिए व्यायाम  करना हम अक्सर भूल जाते […]

gate study material for cse operating system tutorial notes

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 […]

advance-java Core Java Java Tutorials

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 […]