PROGRAMMING AND ALGORITHM



COMPUTER SCIENCE
PROGRAMMING AND ALGORITHM.
Programming languages are languages that computer understands. It is the language with which we can tell the computer what to do.
-Computer understands machine language.
-Assembler.
-Interpreter
PROGRAMMING PROCESS OR DEVELOPMENT LIFE CYCLE.
-ANALYSIS OF PROBLEM.
-DESIGN STAGE
-CODING STAGE
-TESTING AND CHECK OF BUGS
-DOCUMENTATION
LEVEL OF LANGUAGE
-MACHINE LANGUAGE
-LOW LEVEL LANGUAGE OR ASSEMBLY LANGUAGE
-HIGH LEVEL LANGUAGE.
GOOD PROGRAMMING PRACTICE
1.Comments
2.Documentation
3.Proper arrangement of file.
4.Good naming practice.
5.Testing to reduce bugs