Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Dsa
Description: Dsa

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


We will learn about flow charts, pseudocode and programming languages
...
After this, we will write our
program
...
First question, then given
values, then approach and at last we will code it
...
The flow chart constitute
various components, connected with each other Bhaiyan says
...
Terminator is used to show the
start and end start of the program
...

Bhaiya explains how to make a flowchart for the sum of 2 numbers
...
The flow of a flow chart is the same as the
flow of the components of the flow chart
...

This Passage provides insights into programming languages, flow charts,, and pseudocode
...
He also provides an
example problem and the solution he comes up with in pseudocode
...
The flowchart in this passage shows the
process of a program, including the various components that are used to create it
...
The next block
is a simple rectangle, which shows a process
...
The next block is an arrow, which connects the previous
two blocks
...
The code block that starts
...
After that, the program will end
...
If a < b print `` YES '' else print `` NO '' and its done Simple You just have
to write in english what you are thinking and it is called pseudocode
...
We have to check a condition that
whether N is ODD or EVEN , so we will make one block for this condition Here is the
decision making block , Is N % 2 = 0 ? We will get 2 outputs , YES or NO If output is YES,
then it is an EVEN number , so I printed ODD Else, I will print ODD Then I made this end
block and ended this program something like this This is the flowchart for EVEN , ODD Got it
right ? Bhaiya, why are you putting this inverting commas again and again , you will come to
know soon
Title: Dsa
Description: Dsa