Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español - España (Spanska - Spanien)
Español - Latinoamérica (Spanska - Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (Portugisiska – Portugal)
Português - Brasil (Portugisiska - Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (Ukrainska)
Rapportera problem med översättningen
Within Boolean Algebra OR relates to Addition and AND relates to Multiplication. I'll be using ! to represent NOT before a given variable. Now consider the following expressions:
(AB) + (B!C) + (CD) read as (A AND B) OR (B AND NOT C) OR (C AND D)
This is a Sum of Products - AND your Inputs take their results and OR them as your output.
(A+C)(!B+C)(!A+D) read as (A OR C) AND (NOT B OR C) AND (NOT A OR D)
This is a Product of Sums. OR your inputs take their results and AND them as your output.
Now using core principles within Boolean Algebra such as DeMorgan's Law you can simplify your derived expression(s) to their simplest of forms thus giving you the smallest and most efficient logical diagram / circuit. Hope this helps.
I agree with Quadrivial. This would be a very useful manual page in the game. Maybe it is... I've only just started.