Application of Digital Image Processing

Application of Image Processing In present time Application of digital Image processing or application of digital image processing are there almost in every field. In this tutorial we will learn about various applications of digital image processing. Digital image processing consist of various types of techniques or methods that are applied on an image to […]

What is AWS ?

What is AWS ? AWS is widely used computing service now a days. If you are going for the interview of software developer specially for the Cloud Technology then Questions from AWS are always asked in Technical Interview. Today is this tutorial we are going to explain Top 5 AWS interview questions with their answer. […]

Basic Components of Computer Networks

Basic Computer Network Components and Connecting Devices Computer Networks Components are the essential parts required for transmitting the data or information from one computer to other connected in a network. Questions based on Computer Networks Components are asked in Technical interview for the job of Network Assistant , System Analyst and Network Analyst. Today in […]

Operator Overloading in Python

Operator Overloading in Python Operator Overloading in Python is used to achieve the Compile Time Polymorphism. Operator Overloading is an important feature of Python Programming Language and also of Object Oriented Programming Language like C++. Questions based on Operator Overloading in Python are generally asked in the  Technical Interview of Software Engineering Jobs . Today in […]

Storage Classes in C

Storage Classes in C Storage Classes in C are used to describe the scope ad lifetime of a variable and function in C Programming. Questions based on Storage classes are generally asked in GATE(CS)  and UGC NET Exam. Dear Students Today we will learn about the concepts of storage class in C and the related […]

Merge Sort Algorithm

Merge Sort and It’s Time Complexity Merge sort and it’s time complexity make it more useable sorting algorithm in Data structure. In this article we will discuss about Merge Sort algorithm and it”s time complexity. Questions based on merge sort are generally asked in GATE(CS) and UGC NET exam. In this tutorial we will discuss […]

Overview of DBMS Components

Components of DBMS Components of DBMS are essentials parts  of Database Management System. As we know that a Database Management System is a collection  of data as well as instructions or set of programs required to manage the data. DBMS is also a computerized record keeping system. A Database System manages, organizes and maintains the […]

Binary Search Tree Tutorial

Binary Search Tree Tutorial A Binary Search Tree is a special type of Binary Tree in which every node has a key or value associated with it which is less than the key of each node in it’s right sub tree and greater than the key of node in it’s left sub tree. Questions based […]

Binary Tree and its Types in Data Structure

Binary Tree and its Types in Data Structure In this tutorial we will learn about Binary Tree and its Types in data structure. Every type of binary tree  has it’s specific characteristics. We can identify the type of tree on the basis of this characteristics. Some time types of binary tree based multiple choice questions […]

Types of Data Structure with Example

Types of Data Structure Different types of data structure with example are discussed here in this tutorial. Data Structure is one of the fundamental subject of Computer Science  and Engineering Branch. Interview Questions from Data Structure are generally asked  in every technical interview. In this tutorial we will learn about Data Structure definition, advantages of […]

Evolutionary Model in Software Engineering

Evolutionary Model is an important model of software development life cycle. In this tutorial we have explained the evolutionary process model in software engineering in more detail. I hope this tutorial will be helpful for computer science students in understanding the concepts of evolutionary model in software engineering. Frequently Asked Questions After reading this evolutionary […]

Database Recovery Management System in DBMS

Database Recovery Management in DBMS Database Recovery Management in DBMS mainly concerns transaction Recovery System is DBMS or how to recover the Database in case of system failure. This tutorial will learn and understand the different transaction recovery techniques used in database recovery management in DBMS. Database recovery management in DBMS is an important topic from the GATE […]

Fibonacci Series Implementation in Python

Fibonacci Series Implementation in Python Fibonacci Series Implementation in Python Fibonacci Series plays a vital role in the implementation of various real-world applications. We will learn the Fibonacci series’s basic concepts and implement the Fibonacci series in python in this tutorial. In this tutorial, we will also learn how to implement the Fibonacci series in python? Fibonacci […]

Process Management in OS and Process State Diagram

Process Management in Operating System Process management in operating system is one of the important function performed by the operating system. In context to process operating system is responsible for various activities. We will learn about this in this tutorial. Process management in operating system is also an important topic for technical interview. Most of […]

Types of Registers in Computer Organization

Different types of registers in computer organization of a modern computer system are available now a days. These registers play a vital role in storing a small amount of data. Questions based on registers and types of registers in computer are generally asked in interviews and practical examination viva voce. So computer science students should […]

DBMS Architecture

What is DBMS Architecture ? DBMS Architecture shows the over all design of Database Management System. Three Level Architecture of DBMS helps in design , develop , implement and maintain the Database Management System. DBMS Architecture divides the Database System in to individual parts. Each part can be  altered, replaced  and changed separately. Performance of […]

Relational Algebra in Relational DBMS

Relational Algebra  in DBMS This Relational algebra in DBMS tutorial will be helpful for computer science students in understanding the concepts of relational algebra and various relational algebra operators. In 1971, Relational algebra is defined by E.F. Codd based on relational language. In this tutorial entitled with Relational algebra in DBMS Questions  are explained with […]

Difference Between Generalization and Specialization

Difference Between Generalization and Specialization Generalization and Specialization are two important concepts in DBMS. There are some differences between generalization and specialization What is difference between Generalization and Specialization ? This question is generally asked in Technical Interview.  In this tutorial we have explained both Generalization and Specialization Process with suitable example. After reading this […]