The content discusses control flow, boolean expressions, relational operators, boolean variables, if statements, relational operators II, boolean operators (and, or, not), else statements, and elif statements in Python programming. It emphasizes the importance of understanding boolean variables and expressions in building conditional statements. It also provides examples for clarity.
Category: Story of computer
My Curiosity |Computers |1|What is Programming?
credits: Codecademy What is Programming? It is a collaboration between Humans and Computers. Programming is everywhere and surrounds us. Automatic washing machines, Traffic signals, microwaves, smart televisions, videos games, everywhere it exists. It is impacting our everyday life and making…
My Curiosity Part 2: Computers
This series will be like my https://logicsearcher.com/2022/12/01/my-curiosity-part-1-knowing-my-world-series/. I keep reading some random stuff, and I could not categorize them topic-wise, so why not organize them theme-wise? Date: 27-12-2022 | Computer memory and our brain I was reading about types of computer…
The Quest-1-Digital Computer
It is not very easy for everyone to visualize how a computer works and how all the parts that are masked inside beautiful body justify their presence there. I used to wonder by looking inside the CPU(Central Processing Unit) of…
Computer Overview
Computer Overview Computers have become a key part in maintaining the order of various kinds of work in present society in an efficient way. But without knowing some basic concepts, computers are just things which are of no use to…
Introduction to Unix
Unix for beginners ย What is UNIX? Unix is a time-sharing operating system kernel. What is kernel then? A kernel is a program that controls the resources of a computer and allocates them among its users. I am stopping this discussion…