Let’s Build a Computer #1 (Binary Numbers)

Bookmark (0)
ClosePlease login

No account yet? Register

In this series you will learn how computers work from the ground up. You will learn by actually building it piece by piece (on paper) in a series of weekly articles. If you continue and follow along, you will fully understand how a modern computer operates down to the smallest detail! Let’s Start! Computers only […]

14-year-old Virginia Teen Honored for Inventing Potential Skin Cancer-Treating Soap

Bookmark (0)
ClosePlease login

No account yet? Register

Did you know that one of the most common types of cancer happens on our skin? Melanoma is the most serious form of skin cancer. It occurs on our pigment producing skin cells. Getting too much unprotected sun exposure is a major cause of it. Scientists have spent decades in search of a cure for […]

Scandinavian Languages Ranked Easiest to Hardest

Bookmark (0)
ClosePlease login

No account yet? Register

Here is another Nordic blog post. Basically, these are 7 Nordic languages ranked from Easiest to hardest, so yeah. Easiest: Norwegian Norwegian is extremely easy. The Norwegian alphabet is not that hard to pronounce, and the only thing to worry about is having to learn the Grammar. Plus, a lot of words are similar or […]

Pythagorean Theorem Discovered on Ancient Babylonian Tablet Before Pythagoras

Bookmark (0)
ClosePlease login

No account yet? Register

The plagiarism issue is not entirely a new one. It’s been a concern that’s been around for centuries and a common phenomenon at that. Throughout history, scholars, writers, and artists have been accused of taking credit for other people’s work. But what if I tell you a recent discovery suggests a well-known mathematical formula could […]

What Causes Wildfires and How to Prevent it?

Bookmark (0)
ClosePlease login

No account yet? Register

As the temperature rises and intense heat waves are more frequent on hot summer days, the risk of wildfires increases.  These conditions, a combination of hot temperatures, dry vegetation, and strong winds, is a perfect recipe for wildfires to spread rapidly and uncontrollably.  Wildfires are destructive phenomena that can devastate entire communities, causing damage to […]

Top 10 STEM Toys For Teaching Math Skills (2022)

Bookmark (0)
ClosePlease login

No account yet? Register

Math has a reputation for being one of the most challenging subjects for most students. From attention difficulties and learning gaps, to lack of practice, there are many reasons why Math can be difficult for some. This is why it’s important to expose students early on and inspire their love of math to develop the […]

Let’s Build a Computer #2 (Half-Adders)

Bookmark (0)
ClosePlease login

No account yet? Register

In the last lesson we learned about binary numbers, which are the way computers understand numbers. The next thing we will now study is how we can build simple hardware to add numbers. Once we can add numbers, we can do any math operation, like subtraction, multiplication and division that will be covered later. Being […]

Struggling With Depression

Bookmark (1)
ClosePlease login

No account yet? Register

Life in the 21st century – anything but boring, and honestly pretty challenging and stressful all the time! We all have real life pressures, struggles, and difficulties to face every day! Everything from academic/achievement pressures to family friction/conflict, from social struggles to navigating complicated friendships, real world battles to personal/internal problems. Sometimes when life is […]

LEARNING PYTHON : CALCULATOR

Bookmark (0)
ClosePlease login

No account yet? Register

In this post you will learn about the Python programming language. Python is a high-level general programming languages created in 1991 by Guido van Rossum. It was named after the famous show, “Monty Python’s Flying Circus.” Python uses a lot of indentation instead of parentheses/brackets to make the code easier to read. It can be […]

The Difference Between Invertebrate and Vertebrate Animals.

Bookmark (0)
ClosePlease login

No account yet? Register

Do you know the difference between Invertebrates and Vertebrates? In the animal kingdom many animals have no internal skeleton or even a backbone (spinal column). We call animals without a backbone or skeleton invertebrates. Those that have a skeleton are called vertebrates. Examples of vertebrates include fish, birds, reptiles, and mammals. Humans are considered to […]

Learning QBasic: Calculator

Bookmark (1)
ClosePlease login

No account yet? Register

Do you want to learn QBasic? Below is an example of it. The program below accepts two numbers and performs a math calculation on it, similar to a calculator. QBasic stands for Quick Beginners All Purpose Symbolic Instruction Code. It was created by Microsoft in 1991 and is based on the original BASIC language released […]