Don't miss an insight. Subscribe to Techopedia for free.

Subscribe
Advertisements

Semantic Gap

What Does Semantic Gap Mean?

The “semantic gap” as it is often referenced in IT is the difference between high-level programming sets in various computer languages, and the simple computing instructions that microprocessors work with in machine language. This classic difference has compelled engineers and designers to look at different ways of mediating between high-level language and basic machine language.

Advertisements

Techopedia Explains Semantic Gap

In the past, engineers tried to bridge the semantic gap by making microprocessors more complex, as with Complex Instruction Set Computing (CISC) models. However, they found that it could be just as effective, if not more so, to design Reduced Instruction Set Computing (RISC) models. The philosophy is that microprocessors do not have to do complex work, but can break the high-level instructions down into simple steps. That resonates with the ways that semantic programming is compiled or broken down into machine language. The semantic gap illustrates the difference between humans and computers and how they process data.

Advertisements

Related Terms