Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

What is the symbol for a queue?

Writer Mia Lopez

In a flowchart or process diagram, what is the symbol for a FIFO queue?

1

3 Answers

I don't know if this is canonical but, does this count?

Also here are examples of queues in SDL-88

3

A stack is typically represented on a blackboard like this:

enter image description here

Reason being, you want the diagram to show "there's only 1 way in, one way out", and it's LIFO

For a queue, I would use something like this:

enter image description here

Shows there's both an entry and an exit, and that it is FIFO

2

I don't have a source to cite, unfortunately, but I recall seeing it represented as an isosceles trapezoid.

Actually I found an example of it here (though maybe not the most authoritative of sources).

Edit: From comments it looks like the example site I had linked is no longer available. This is a recreation of what was in the original document:

trapezoid

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy