This tutorial offers a clear, systematic bridge between abstract logic and visual structure, making fundamental programming concepts highly accessible. It is a pragmatic guide that effectively distills complex algorithmic steps into a simple, functional vocabulary.
Deep Dive
Prerequisite Knowledge
- No data available.
Where to go next
- No data available.
Deep Dive
How to Convert Psuedocode Into Flowchart | COMPUTER well explainedAdded:
You have been in a situation where you meet up a question that looks like this.
Where you've been taught to convert pseudo code to flow chart. Now, let me just break it down a little bit for you.
So, basically, when we are talking about pseudo code, we are simply talking about this.
It's under computer and it's called pseudo code.
And when we are talking about flow chart, a flow chart will involve some shapes.
So, now, in the question, they're asking us to convert this pseudo code, we take it to a flow chart.
Now, for the flow chart, we need some shapes.
And this is one of the shapes. It's an oval shape.
Not a circle, oval shape, like an egg.
So, this oval shape simply represents begin, start, end, stop.
So, at whichever point that you see this word or this, you are supposed to put a this oval shape. So, if you can see nicely, there are these words. If you see any of these words that I've put here, the shape that you are supposed to put is the oval shape. Okay?
So, the next shape that we need to know is this shape.
This is a parallelogram.
Also the same. This parallelogram, at whichever point you see the word enter, print, display, you are supposed to use this shape. And if you check nicely here, we've got this enter, meaning this shape will work right here. We've got uh What else?
We've got print here. We're supposed to use this shape. We've got print right here. We're supposed to use this shape.
The next shape that we need to know is this shape right here.
It's a diamond shape. Remember, there are only four shapes that we need. So, this diamond shape, it's called a decision box.
This is where the computer makes its decision. So, at whichever point you see the word if, you are supposed to use a this word. But not every if. The only if that starts here. So, you can see here there is if.
I'm not going to use this shape. Only when the if is starting like it is here, this is where we need to use a decision box.
Now, under this decision box, there is an instruction. Always start with is and there should be a question mark.
I will explain in details what it means.
The The last shape that we need to know, it's a rectangle.
And this is called instruction.
Instruction box.
So, for the instruction box, this is where you need to put the formula. For example, here, this is a formula. At whichever point in the pseudo code, you see the formula, it's a it must be put in a the instruction box.
This is what you need to know.
So, now, uh let me let me just give you a situation on how you can understand these things. We all know the computers.
You switch on the computer, this one.
You start typing on the keyboard what you want the computer to do for you.
This is a keyboard. And this computer will now start thinking.
It will be in a this shape where it will be doing its thinking of what you want it to do. And then it will do a command right here on the instruction. And after that command, the whatever you were doing will come out on the screen. This is a screen. That's why I've got the word display or print. It will it will show on the screen. That's how it works. Let's now answer the question so that we can see what we're supposed to do.
So, for the question that we have here, they are saying start.
And according to what we said, start, we use oval shape. So, that's a start.
So, the next point or the next shape that we are supposed to use here is parallelogram. According to what I told you, parallelogram represents enter. So, we're going to say enter R {comma} S. So, just copy everything the way that they look. Now, we are at this point where it's very interesting.
According to what I said here, I said where we see if starting like like this, we are supposed to use a diamond shape. And this is how the diamond shape will look like.
And we shall say is, okay? Is S less than R? We even put a question mark.
So, this if changes to the question here. Is S less than R?
We even put a question mark.
And there are two options that are supposed to come out. So, here, there is an option and also here an option. So, this is yes and this is a no.
Now, this side, what are we supposed to put? We are following the steps. It says print error.
We know, of course, that print, according to what we said, is the same as a end of the They use the same shape as a enter. So, here, we are going to put a parallelogram and then say print error.
So, we just follow what is uh written.
The way it's written is what we follow.
And from here, down here, cuz I'm running out of space, so I'll use this.
Down here, we're going to put a some shape here.
According to what we have here, there is this formula.
And we said for the formula, it's supposed to be in a an instruction box.
So, here, we're going to say A is equal to there R and S. Just like that.
And from this point, of course, we can uh do this. There is end if. For this one, skip it. Don't write it anywhere.
It's only found in a pseudo code to just show you that you are about you are moving towards ending.
So, here, there is print A. You are going to use the shape for print. It's this one. So, you say print the way it looks, A.
And finally, oval shape, you say stop.
Because here, it says what? Stop. This is how it's supposed to be done.
Hopefully, you've learned one or two things. This has been Suchanba Jacob and bye-bye.
Related Videos
Agentforce NOW AMA: Build with React and Salesforce Multi-Framework
SalesforceDevs
490 viewsβ’2026-05-28
How agent o11y differs from traditional o11y β Phil Hetzel, Braintrust
aiDotEngineer
450 viewsβ’2026-05-28
Re: π£οΈπthepropheduπ2026 GST 103 CLASS (E-EXAM REVISION)
theprophedu
636 viewsβ’2026-06-04
WEB TECHNOLOGIES UNIT-2 | Degree 4th sem BCOM Computers web technologies unit-2 full explanationπ―β
LearnwithSahera
1K viewsβ’2026-05-29
More tests are always better? How to use AI to identify tests that bring little value
Alliance4Qualification
335 viewsβ’2026-05-29
Search Algorithms Explained in 60 Seconds! π€π¨
samarthtuliofficial
218 viewsβ’2026-06-01
People of Game of Thrones using JavaScript DOM
AltCampus
296 viewsβ’2026-05-30
Instagram accounts got PWNed
EricParker
13K viewsβ’2026-06-03











