Goseeko blog
  • Home
  • Engineering
    • Civil
    • Electronics
    • Computers
  • Science
    • Chemistry
    • Maths
    • Physics
  • Commerce
  • Arts
  • E-Learning
  • Career
  • Exams
  • Scholarships
  • Hiring News
  • Goseeko- Smart Study Material
@2021 - All Right Reserved. Designed and Developed by PenciDesign
Top Posts
Goseeko launches its own certifications for engineering and...
Online certifications which you can get in a...
What is Race around Condition?
What is a Development Plan ?
What is a Co-operative Bank?
What are the properties of Laser?
What is regula-falsi method?
Top 5 Websites for Academic Research
Top 10 Engineering YouTube Channels for Engineers
What is Lorentz Transformation?
What is Pumping and its types?
What are Toposheets?
Computers

What is Queue?

by Bhumika 19/01/2022
written by Bhumika 19/01/2022 0 comment

A queue is an ordered list that allows insert operations to be done at one end (REAR) and delete operations to be performed at the other end (FRONT). The First In First Out list is referred to as a queue.

It is a linear structure that performs operations in a specific order. The order is as follows: First In, First Out (FIFO). Any queue of consumers for a resource where the consumer who arrive first is serve first is an example of a this. The only difference between stacks and queues is how they remove. In a stack, we remove the most recently added item; in a queues, we remove the item that added to the least recently.

Fig : Queue

For example, create a queue, People in line for a train ticket.

Operation on Queue

  • Add – The enqueue action is uses to add the element to the queue’s backend. It gives a void result.
  • Delete – The dequeue operation is uses to remove items from the queue’s front end. It also returns the front-end element that remove. It gives you an integer value as a result. It’s also possible to make the dequeue operation void.
  • Full (overflow) – When the queues is totally full, the overflow condition appears.
  • Empty (underflow) – The underflow condition is thrown when the Queues is empty, that is, when there are no elements in the Queue.

Interested in learning about similar topics? Here are a few hand-picked blogs for you!

  • What is Recursion?
  • Illustrate Sorting Algorithm?
  • What is data structure?
  • Explain memory?

Share
0
FacebookTwitterPinterestLinkedinTumblr
previous post
CBSE Class 12 Term 1 English Core Paper Answer Key 2021 Released
next post
What is the PLI scheme?

You may also like

What is Decoder?

25/05/2022

What are the Advantages of XML?

25/05/2022

What are the Features of the OS?

25/05/2022

What are the Advantages and disadvantages of OOPs?

25/05/2022

What is Encoder?

25/05/2022

What is the difference between Overloading and Overriding?

05/05/2022

What is the Line Drawing Algorithm in computer...

05/05/2022

What is the purpose of the Database System?

05/05/2022

What is the difference between system software and...

25/04/2022

What is the difference between Html and Html5?

25/04/2022

Leave a Comment Cancel Reply

Save my name, email, and website in this browser for the next time I comment.

Keep in touch

Facebook Twitter Instagram Youtube

Popular Posts

  • 1

    What is Race around Condition?

    03/08/2021
  • 2

    What is a Development Plan ?

    02/08/2021
  • 3

    What is a Co-operative Bank?

    03/08/2021
  • 4

    What are the properties of Laser?

    02/07/2021
  • 5

    What is regula-falsi method?

    03/08/2021
  • 6

    Top 5 Websites for Academic Research

    11/07/2021
  • 7

    Top 10 Engineering YouTube Channels for Engineers

    10/07/2021
  • 8

    What is Lorentz Transformation?

    02/07/2021
  • 9

    What is Pumping and its types?

    03/08/2021
  • 10

    What are Toposheets?

    07/07/2021

Categories

  • Arts
  • Career
  • Chemistry
  • Civil
  • Commerce
  • Computers
  • E-Learning
  • Electronics
  • Engineering
  • Exams
  • Hiring News
  • Maths
  • Physics
  • Scholarships
  • Uncategorized

Read alsox

How to land a job after...

30/10/2021

What is Scrum?

01/09/2021

What is the purpose of the...

05/05/2022