CS8251 PROGRAMMING IN C
C.MANOJKUMAR
LEARN HUB
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
 Programming paradigm is a fundamental
style of programming that defines how the
structure and basic elements of a computer
program will be built.
 It is a way to classify programming languages
based on their features.
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
S.No Type Purpose
1 Monolithic programming Emphasis on finding a solution
2 Structural programming Focuses on modules
3 Procedural programming Specifies a series of well-structured
steps and procedure
4 Object Oriented programming Focuses on classes and objects
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
 In these types of programming language, the coding was
written with a single function.
 A program is not divided into parts; hence it is named as
monolithic programming.
 When the program size increases it leads to difficulty
 Example: Basic, Assembly language
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
 Structured programming facilities program
understanding and modification and has top-down
design approach
 system is divided into compositional sub systems.
 Example: ALGOL, PASCAL
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
 In procedural programming is a programming
paradigm, derived from structural
programming
 based upon the concept of the procedure call.
 Example: FORTRON,COBOL
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
 Programming paradigm that views a computer
program as a combination of objects which can
exchange information in a standard manner
 Each object is independent and it can be
changed without affecting other block. Each
object contains information about itself.
 Example: C++, Java, Smalltalk
https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w

CS8251 programming in c | programming paradigm |

  • 1.
    CS8251 PROGRAMMING INC C.MANOJKUMAR LEARN HUB https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
  • 2.
     Programming paradigmis a fundamental style of programming that defines how the structure and basic elements of a computer program will be built.  It is a way to classify programming languages based on their features. https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
  • 3.
    S.No Type Purpose 1Monolithic programming Emphasis on finding a solution 2 Structural programming Focuses on modules 3 Procedural programming Specifies a series of well-structured steps and procedure 4 Object Oriented programming Focuses on classes and objects https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
  • 4.
     In thesetypes of programming language, the coding was written with a single function.  A program is not divided into parts; hence it is named as monolithic programming.  When the program size increases it leads to difficulty  Example: Basic, Assembly language https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
  • 5.
     Structured programmingfacilities program understanding and modification and has top-down design approach  system is divided into compositional sub systems.  Example: ALGOL, PASCAL https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
  • 6.
     In proceduralprogramming is a programming paradigm, derived from structural programming  based upon the concept of the procedure call.  Example: FORTRON,COBOL https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w
  • 7.
     Programming paradigmthat views a computer program as a combination of objects which can exchange information in a standard manner  Each object is independent and it can be changed without affecting other block. Each object contains information about itself.  Example: C++, Java, Smalltalk https://www.youtube.com/channel/UCNIn2dTrATZBu1iPhB1Aw0w