Skip to content

PrepBytes Blog

ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING

Log In

Log Out

Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String

Sign in to your account

Forgot your password?

New User? Create Account

Login via OTP

We will send you an one time password on your mobile number

New User? Create Account

Login via OTP

An OTP has been sent to your mobile number please verify it below

Resend OTP in 30 sec
Resend
New User? Create Account

Register with PrepBytes

I agree to the terms and conditions.
Already have a account? Login Here

Vikas

Digital Electronics

Full Subtractor in Details

Vikas ChhonkarFebruary 20, 2023March 2, 2023
Full Subtractor is a basic combinational circuit used in a modern digital computer for performing the subtraction of two binary numbers. Full Subtractor has various applications in the domain of...
Operating system

Page Replacement Algorithms in OS

Vikas ChhonkarFebruary 17, 2023March 2, 2023
A page replacement in an operating system is the process in which a page from the main memory is replaced with a page from the secondary memory. Page Replacement occurs...
Digital Electronics

Introduction of K Map (Karnaugh Map)

Vikas ChhonkarFebruary 17, 2023March 2, 2023
K Map (Karnaugh Map) provides a much simpler way of minimizing the complex boolean expression in comparison to Boolean Algebra. This minimization helps in the overall reduction of the manufacturing...
Digital Electronics

Half Subtractor in Digital Logic

Vikas ChhonkarFebruary 16, 2023March 2, 2023
Half Subtractor is a basic combinational circuit used in a modern digital computer for performing the subtraction of two binary bits. Half Subtractor has various applications in the domain of...
Dynamic programming

Dynamic Programming

Vikas ChhonkarFebruary 16, 2023March 2, 2023
You must have heard about it when preparing for technical interviews, fought through it in a data structures course, or learned how to code on your own; someone must have...
Java

Synchronization in Java

Vikas ChhonkarFebruary 14, 2023March 2, 2023
Java Synchronization is the technique provided by the JDK to assist developers in controlling the access the resources in an environment where more than one thread can access resources. Synchronization...
Java

Ternary Operator in Java

Vikas ChhonkarFebruary 13, 2023March 2, 2023
Ternary Operator in Java provides a shorter and more concise way of implementing simple if-else conditions in a single line. Let us study about this operator in detail. Pre-Requisite for...
DBMS

Deadlock in DBMS

Vikas ChhonkarFebruary 13, 2023March 2, 2023
In this article, we will learn about what is Deadlock in DBMS with the help of examples. Then we will look at the necessary conditions for a Deadlock to occur....
Java

Polymorphism in Java

Vikas ChhonkarFebruary 13, 2023March 2, 2023
In this article, we will learn about polymorphism in java and polymorphism definition. We will look at the Java Polymorphism Example. Then we will discuss two types of polymorphism in...
Java

Difference between Static and Non-Static Variables in Java

Vikas ChhonkarFebruary 13, 2023March 2, 2023
Static and Non Static Variables are two different types of variables in Java. Static variables are shared by all objects of a class and have a single instance, while non-static...
Java

Difference between == and .equals() Method in Java

Vikas ChhonkarFebruary 13, 2023March 2, 2023
In Programming, we often need to compare two values or compare two datasets. Java provides two ways for implementing this functionality. We have == and equals method for comparing two...
Java

Checked and Unchecked Exceptions in Java

Vikas ChhonkarFebruary 13, 2023March 2, 2023
So, today will be studying Checked Exceptions and Unchecked Exceptions along with the examples for a better understanding of the topic. First, we will learn Exception Handling in Java and...
Java

Immutable Class in Java

Vikas ChhonkarFebruary 13, 2023March 2, 2023
An immutable class in Java is a class whose state cannot be changed once an object of the class is created. Some examples of immutable classes in Java include String,...
Miscellaneous

Applications of Artificial Intelligence

Vikas ChhonkarFebruary 9, 2023March 2, 2023
Artificial Intelligence (AI) can be described as the simulation of human intelligence in machines that are designed to act and think like human beings. These systems can learn from experience,...
Stacks

Stack Implementation using Linked List

Vikas ChhonkarFebruary 9, 2023March 2, 2023
In this article, we will learn about what is stack and about various operations performed on Stack in Data Structure, stack implementation using linked list with the dry run of...
Interview Questions

TCS Ninja Interview Questions

Vikas ChhonkarFebruary 9, 2023March 2, 2023
People prefer to work for recognized companies because very few IT Firms in India have been able to offer long-term employment to their staff. Being associated with a brand provides...
Miscellaneous

What is Bandwidth?

Vikas ChhonkarFebruary 9, 2023March 2, 2023
In this article, we will learn about what is bandwidth in networking, the importance of internet bandwidth. Next, we will learn how to measure and calculate bandwidth in computer network...
Interview Questions

Hexaware Interview Questions

Vikas ChhonkarFebruary 8, 2023March 2, 2023
Hexaware is one of the favorite choices of candidates searching for a Job after completing their graduation. The company hires individuals who have a passion for technology and innovation, and...
Operating system

FIFO Page Replacement Algorithm

Vikas ChhonkarFebruary 3, 2023March 2, 2023
In this article, we will learn about the FIFO Page Replacement Algorithm in OS. We will discuss the Working of FIFO in OS along with its advantages and disadvantages. We...
C Programming

goto Statement in C

Vikas ChhonkarJanuary 24, 2023February 2, 2023
In this article, we will study about goto Statement in C. We will learn about the syntax of goto Statement in C and the working of goto Statement in C....

Pages

  • ALGORITHMS
  • ARRAY
  • BACKTRACKING
  • C PROGRAMMING LANGUAGE
  • C++ PROGRAMMING LANGUAGE
  • CAPGEMINI
  • CIRCULAR LINKED LIST
  • COMPANY PLACEMENT PROCEDURE
  • COMPETITIVE CODING
  • COMPUTATIONAL GEOMETRY
  • CSE SUBJECTS
  • DATA STRUCTURE
  • DOUBLY LINKED LIST
  • DYNAMIC PROGRAMMING
  • GAME THEORY
  • GRAPHS
  • GREEDY ALGORITHM
  • HASHING
  • HEAP
  • INTERVIEW PREPARATION
  • INTERVIEW TIPS
  • JAVA PROGRAMMING LANGUAGE
  • JAVASCRIPT PROGRAMMING LANGUAGE
  • Languages
  • LINKED LIST
  • LINKED LIST USING C
  • MATHEMATICS
  • OPERATING SYSTEM
  • POINTERS
  • PYTHON PROGRAMMING LANGUAGE
  • QUEUE
  • RECURSION
  • SEARCHING
  • SEGMENT TREE
  • SORTING
  • STACK
  • STRING
  • TREES

Recent Articles

  • 1
    March 30, 2023

    Self Referential Structure in C

  • 2
    March 30, 2023

    What is Nested Structure in C

  • 3
    March 30, 2023

    typedef in C

  • 4
    March 30, 2023

    strcpy() Function in C

  • 5
    March 30, 2023

    Operating System Architecture & Diagram

  • 6
    March 30, 2023

    Difference between Sequence and Series

Close
Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String
FOLLOW US
CONTACT US
+91-8800 2588 17
contact@prepbytes.com
QUICK LINKS
Interview NotesMock TestsPlacement ProgrammeCoding CoursesMock InterviewAbout UsBlog