The Total solution for NCERT class 6-12
Answer - 11 : -
Top-Down Method
Bottom-up Method
The principle of top down method dictate that a program should be divided into a main module and its related module. Each module should also be divided into sub modules according to software engineering and programming style. The division continues till the module consists only of an elementary process that is intrinsically understood and cannot be further subdivided.
Bottom-up method is just the opposite of top- down method. It refers to a style of programming in which an application is constructed with existing primitives of the programming language and then gradually more and more complicated features are added till applications are written. In other words, initiating the design with simple modules and then fuild them into more complex structures ending at the top is bottom-up method.
Answer - 12 : -
Answer - 13 : - An algorithm is a step by step instructions required to solve any problem. These instructions are in user’s language that means they are independent of any programming language.
Answer - 14 : -
Answer - 15 : -
Answer - 16 : -
Answer - 17 : -
Answer - 18 : -
Answer - 19 : -
Answer - 20 : -