What is Programming-
What is Programming-
Introduction
---
1. Programming Languages
Some languages are general-purpose (Python, Java), while others are specialized (SQL for
databases, HTML for web structure).
Each programming language has its own syntax (rules for writing code).
Example in Python:
print("Hello, World!")
Some languages require compilation (C, C++), where the code is converted into machine
language before running.
Others are interpreted (Python, JavaScript), where the code is executed line by line.
Programs often store and manipulate data using structures like arrays, lists, stacks, and trees.
---
Types of Programming
1. Low-Level Programming
2. High-Level Programming
3. Web Programming
---
Why is Programming Important?
---
Conclusion