Logic is mathematical.

SergiusPaulus

Senior Member
In exploring computer science in mid 1990’s my first attempt included a Logic class in the first semester. I dropped out halfway thru the class. Adobe Dreamweaver and similar apps came later allowing me to do what I had to do without the logic of it. And so on. Now I’m reverse engineering logic to understand what created the logic of computer science. Once logic is understood the syntax of 2025 is irrelevant.
AI: shortened…
n computer science, logic is a foundational subject that provides the basis for reasoning, problem-solving, and computation. A logic class in computer science typically covers formal logic systems, their applications in programming, and computational reasoning.
 
And mathematics is logical! All computer operations are based on numbers and math. Based on logic.

What do you expect to find?
 

I took a logic course as part of my degree and loved it. Computer based logic comes to binary answers because of the binary hardware inside it. It's extremely fast and easy to calculate.

Fuzzy logic is kinda like traditional binary logic, but it is based on numerical weights and trigger thresholds. This is a step towards reasoning, it is a part of AI, but it is far from being a standalone AI system.
 

There are as many number systems as you want. They all count numbers, just with different numbers of symbols. Computers use base 2. Humans use base 10. Some computer outputs are in octal (base 8) or hexadecimal (base 16). If you look at youtube URL's, the videos are encoded in something close to base 64 (around 64 different symbols).
 

Top