Posts

Showing posts from May, 2021

"Aljabar Boolean, Penyederhanaan Logika dan Peta Karnaugh"

Image
Standard Forms of Boolean Expressions Sum of Product (SOP) Product of Sum (POS) The Sum-of-Products (SOP) Form  When two or more product terms are summed by Boolean addition Conversion of a General Expression to SOP Form Any logic expression can be changed into SOP form by applying Boolean Algebra techniques The Standard SOP Form The Products-of-Sum (POS) Form  When two or more sum terms are multiplied. The Standard POS Form Boolean Expression and Truth Table Converting SOP to Truth Table  Periksa setiap produk untuk menentukan dimana produk tersebut sama dengan a 1.  Atur keluaran baris yang tersisa ke 0. Converting POS to Truth Table  Proses kebalikan dari ekspresi SOP.  Setiap jumlah hasil menghasilkan 0.  Atur keluaran baris yang tersisa ke 1. Converting from Truth Table to SOP and POS The Karnaugh Map  Memberikan metode sistematis untuk menyederhanakan Ekspresi Boolean  Menghasilkan SOP atau POS paling sederhana ekspresi  Mirip dengan tabel kebenaran karena menyaj...