Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe various structured programming concepts

      

Structured programming it’s a technique of organizing computer programs under which hierarchy of module is followed .concepts involved in structured programming include;
? Top -down design;begins by specifying cDescribe various structured programming conceptsomplex problems then dividing them into smaller less complex pieces.
? Bottom-up design;starts by piercing up problems together to give rise to a more complex process.
? Modular design;its an approach that subdivides a system into modules which can be independently used.
? Monolithic application; it’s a software application in which all the modules of a program are combined into a single program.
? Control flow structure; it’s order of the function calls,instructions and statements when a program is running.

  

Answers


Chei
Structured programming it’s a technique of organizing computer programs under which hierarchy of module is followed .concepts involved in structured programming include;
? Top -down design;begins by specifying complex problems then dividing them into smaller less complex pieces.
? Bottom-up design;starts by piercing up problems together to give rise to a more complex process.
? Modular design;its an approach that subdivides a system into modules which can be independently used.
? Monolithic application; it’s a software application in which all the modules of a program are combined into a single program.
? Control flow structure; it’s order of the function calls,instructions and statements when a program is running.

Softwaretech answered the question on May 1, 2019 at 11:15


Next: Explain the steps used in program development design
Previous: Njoroge scored as follows in a test. 70, 55, 80, 50, 55 What is his mean score?

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions