0Pricing
Python For Kids · Lesson

How Computers Think

Explain how computers process information through instructions.

How Computers Think is a free Python For Kids lesson on CoddyKit — lesson 2 of 3. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Python For Kids learning path, one of 3 lessons in the course, and your progress syncs across the web and the CoddyKit app.

1

How Do Computers Think?

Computers don't actually 'think' like humans. They follow instructions given by humans step by step.

These instructions must be clear and written in a way the computer understands.

How Computers Think — illustration 1

2

What is Input, Process, and Output?

Computers work in three steps:

  • Input: Getting information, like typing on a keyboard.
  • Process: Doing something with the information, like calculating.
  • Output: Showing the result, like displaying text on a screen.

3

Understanding Binary Language

Computers understand only binary, which is made up of 1s and 0s.

These 1s and 0s represent electrical signals: 1 means 'on,' and 0 means 'off.'

All the text, images, and videos you see on a computer are stored as binary!

4

Why Computers Need Clear Instructions

Computers can’t guess what you mean. They follow instructions exactly as you write them.

If your instructions are unclear, the computer may not do what you expect!

5

Example: Following Steps

Imagine you're telling a robot how to make a sandwich. You might say:

  1. Pick up the bread.
  2. Spread peanut butter on one slice.
  3. Put the slices together.

The robot follows each step exactly as you describe!

6

Simple Python Example

Let’s give a computer clear instructions:

print('I am learning coding!')

This code tells the computer to display the text 'I am learning coding!'

print('I am learning coding!')

7

Key Points to Remember

Computers:

  • Work step by step.
  • Only understand binary (1s and 0s).
  • Need clear and precise instructions to work correctly.

8

9

Fun Fact About Computers

The first computers were so big that they filled entire rooms! Today, a smartphone is more powerful than those early computers.

10

Great Job!

You’ve learned how computers think and why they need clear instructions. Understanding this is the first step to becoming a great programmer!

How Computers Think — illustration 10

Frequently asked questions

Is the “How Computers Think” lesson free?

Yes — the full text of “How Computers Think” is free to read here on the web, and the Python For Kids course includes 3 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Python For Kids course, upgrade to CoddyKit PRO.

What will I learn in “How Computers Think”?

Explain how computers process information through instructions. You practise Python For Kids with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Python For Kids?

No prior experience is required. Python For Kids on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 3, so you can start here or from the beginning and move at your own pace.

How long does the “How Computers Think” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Python For Kids lesson?

Yes. Every Python For Kids lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. What is Coding and Why is it Important?
  2. How Computers Think
  3. What is an Algorithm?
← Back to Python For Kids