shot note on programming techniques
Answers
Answer:
Top 7 Programming Techniques That Would Come in Handy
Variables. Variables can be considered as the most essential programming techniques.
Repetition or Loops. «For» is the most widely spread type of repetition.
Decisions or Selection.
Arrays.
Modular Arithmetic.
Manipulating Text.
Random Numbers and Scaling.
QUESTION : ⤵⤵
shot note on programming techniques
ANSWER : ⤵⤵
there are two types of programming techniques :
( 1) Procedual programming - In procedual programming, for a given problem, variables are and instructions are written using the variables
in the current sequence to get the required result.
procedual programming method is used to solve scientific and engineering problems involve variables.
(2)Object oriented programming (oop) - In oop, objects which have data related to a person as item are used.
The program can be written using many function block
contains instructions similar to procedual program.
Oop used to develop software package.
___________________