Categories: Basics

Hard Computing

What is hard computing?

Hard computing is a traditional computing. It requires a precisely stated analytical model and usually a lot of computation time. It strictly follows known steps to solve a task as opposed to soft computing which is heuristic.

The term, hard computing, was coined by Dr Lotfi Zadeh. Here ‘hard’ has nothing to do with hardware.

The principles of hard computing are precision, certainty and rigor.

Hard computing is achieved using sequential programs that use binary logic. It is deterministic in nature. The input data should be exact and the output will be precise and verifiable.

Advantages

  • Accurate solutions can be obtained
  • Faster

Disadvantages

  • Not suitable for real world problems
  • Cannot handle imprecision and partial truth

Fusion of soft and hard computing techniques are also useful in applications such as robotics.

Robin

Share
Published by
Robin

Recent Posts

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

9 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

9 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

9 years ago

Difference between latch and flip-flop

Latch is a flop-flop in its simplest form capable of storing binary bit 1 or…

9 years ago