..

Programming Paradigms

  • What are the two major paradigms in CS
    • Imperative
    • Declarative
  • What are the types in imperative
    • Procedural
    • OOP
    • Parallel Programming
  • What are the types in declarative
    • Functional
    • Logical
    • Database
  • Describe what the programmer does in imperative in 3 words
    • How to do
  • Describe what the programmer does in declarative in 3 words
    • What to do
  • Are there statements in functional programming ?
    • No
    • Everything is a expression