top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S0-SA3-0241

What is True and False?

Grade Level:

Pre-School

Logic, Computing, AI, Boolean Algebra

Definition
What is it?

True and False are basic ideas used to check if something is correct or incorrect. 'True' means something is a fact or accurate, while 'False' means it is not a fact or is wrong. These ideas help us make sense of information.

Simple Example
Quick Example

Imagine your friend tells you, 'It is raining outside right now.' You look out the window. If you see raindrops, then your friend's statement is TRUE. If the sun is shining, then your friend's statement is FALSE.

Worked Example
Step-by-Step

Let's check if the statement 'Delhi is the capital of India' is True or False.

1. Identify the statement: 'Delhi is the capital of India.'
---2. Recall or find information about India's capital city.
---3. We know from our geography lessons that New Delhi is indeed the capital city of India.
---4. Compare the statement with the known fact.
---5. The statement matches the known fact.
---Answer: The statement 'Delhi is the capital of India' is TRUE.

Why It Matters

Understanding True and False is the very first step in Logic, which is super important for Computer Science and Artificial Intelligence. It helps computers make decisions, like when your phone unlocks using your face (True/False match). It's used by software developers, data scientists, and even in robotics to build smart systems.

Common Mistakes

MISTAKE: Confusing opinion with fact. For example, 'Mango is the best fruit' is an opinion, not something that can be strictly True or False. | CORRECTION: True/False applies to statements that can be proven or disproven with evidence or facts. Opinions are personal preferences.

MISTAKE: Thinking a statement is False just because you don't know the answer. For example, saying 'There are 29 states in India' is False without checking. | CORRECTION: Always verify information before deciding if it's True or False. Don't guess; find facts.

MISTAKE: Assuming something is True because many people believe it. For example, 'All birds can fly' is widely believed but False (penguins can't). | CORRECTION: Truth is based on evidence and facts, not popularity or common belief.

Practice Questions
Try It Yourself

QUESTION: Is the statement 'The sun rises in the West' True or False? | ANSWER: False

QUESTION: Your math teacher says, '2 + 3 = 5'. Is this statement True or False? | ANSWER: True

QUESTION: A news report states, 'Today's temperature in Mumbai is 45 degrees Celsius.' You check the weather app and it shows 30 degrees Celsius. Is the news report's statement True or False? | ANSWER: False

MCQ
Quick Quiz

Which of these statements is definitely TRUE?

Eating pizza every day is good for health.

The Indian flag has three colours.

All cars are red.

Cats can talk.

The Correct Answer Is:

B

Option B is a verifiable fact about the Indian flag. Options A, C, and D are either opinions, clearly false, or not universally true.

Real World Connection
In the Real World

When you use a search engine like Google, it works by checking if your search query matches information (True) or not (False) in its vast database. Similarly, when you log into an app using your password, the system checks if the password you entered is True (matches) or False (doesn't match) the stored one.

Key Vocabulary
Key Terms

TRUE: Correct or factual | FALSE: Incorrect or not factual | STATEMENT: A sentence that can be True or False | FACT: Something known to be true | EVIDENCE: Information that supports whether something is True or False

What's Next
What to Learn Next

Now that you understand True and False, you're ready to learn about 'Boolean Logic'. This concept uses True and False to combine statements and make even more complex decisions, just like computers do!

bottom of page