My Curiosity |Computers |2|Understanding Control Flow in Programming

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.

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…

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…