Question

Explain the significance of programming and of using pseudocode statements and flowcharts

Explain the significance of programming and of using pseudocode statements and flowcharts

0 0
Add a comment Improve this question Transcribed image text
Answer #1

programming is very important in modern technology.without programming the technology never be updated.

we all are talking with others around the world and connect the people outside of country and within the country people.

programming contains line by line instructions.each instructions says which kind of operation need to be performed.

programming is nothing but sequential of instructions.the scientific research centers such as NASA,ISRO calculate the accuracy values based on the programming.

for basic example we need to calculate sum of two numbers easy easy when we calculate sum of 3numbers,4 numbers,5,numbers and N numbers it is very difficult thing.if we solve it take more time.but by using programming we get the solution fraction of seconds.

pseudo code for sum of two numbers:

start

1)take number one from user (n1)

2)take number two from user(n2)

3)perform the addition operation (n1+n2)

4)n1+n2 output sum of two numbers

end

flowchart:

Start iDPut NI ibput N2 NITN2 out put N/LN2 End

#another example sum of n numbers

pseudo code:

start

1)take N number

2)initialize i with 1 and sum with 0 and count with 0

3)iterate the while loop until not equal to count

4)if it satisfied go to step 5 else go to step 8

5)sum=sum+i

6)count=count+1

7)i=i+1

8)print sum

end

#flowchart

Start NumbrN COunt o while Ncount yes sum: sum + NO Count Cournt+ PIint Sum End

like that pseudo and algorithms are present in the programming language

take complex circuits contain lot of wires if we want fix the wires lot of space occupy the hardware.when the logic is simple need less space on hardware we used programming,based on the flow of control of the program the circuit will work.

so programming language is very important in daily life and updated and present technology.

Add a comment
Know the answer?
Add Answer to:
Explain the significance of programming and of using pseudocode statements and flowcharts
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT