Card 1: What is Programming?

Programming is like giving instructions to a computer, just like telling a recipe to a cook. In Andhra Pradesh, think of it as writing a list for a farmer to harvest mangoes efficiently.

The Recipe (Code)

Story: You write a list of steps in a special language. Like: "Pick 10 mangoes, sort by size, pack in boxes."

Fun Fact: Farmers in Andhra Pradesh use simple programs to track crop yields.

Running the Recipe

Story: The computer follows your steps exactly. It doesn't guess – it does what you say.

Fun Fact: Run a program to calculate how many mango crates fit in a truck.

The Language

Story: Computers speak languages like Python (easy) or Java. Python is like Telugu – simple and clear.

Fun Fact: Use Python to write "Hello Andhra Pradesh!"

Fixing Mistakes

Story: If the recipe is wrong, the dish fails. In programming, we debug (fix) errors.

Fun Fact: Even experts make mistakes – that's how we learn!

Simple Python Code Example:

print("Hello, Andhra Pradesh!")
# This tells the computer to show a message
            

Key Technical Terms

Knowledge Check

What is programming like?