The Pros And Cons Of Artificial Intelligence: How It Will Change Society

Bookmark (0)
ClosePlease login

No account yet? Register

In today’s world, the advancement in technology has been evolving rapidly over the years. From electricity, automobiles, roadways, infrastructures, robotics, and the internet to smartphones (among others), technology has contributed so much to our convenience and has been a part of our daily lives.  Undoubtedly, technology plays an essential role in our society today, and […]

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 […]

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 […]

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 […]