Computer Programming Notes Secondary
Computer Programming Notes Secondary
Computer programming is the process of writing instructions that a computer can follow to perform
2. Importance of Programming:
4. Programming Terms:
5. Example in BASIC:
10 INPUT A
Page 1
Introduction to Computer Programming
20 INPUT B
30 LET C = A + B
40 PRINT C
50 END
Algorithm:
Step 1: Start
Step 6: Stop
Page 2
Introduction to Computer Programming
9. Careers in Programming:
- Software Developer
- Web Developer
- Data Scientist
- Game Developer
Learning to program prepares students for modern careers and improves problem-solving abilities.
Page 3