TOPIK 2 ALJABAR BOOLEAN.

Slides:



Advertisements
Similar presentations
Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
Advertisements

Department of Computer and Information Science, School of Science, IUPUI CSCI 240 Digital Logic.
Logic Gates.
Latihan Soal Kesebangunan “ EXERCISE SIMILARITY ”.
CS370 – Spring 2003 Programmable Logic Devices PALs/PLAs.
Morgan Kaufmann Publishers
The Idea of Limits x f(x)f(x)
DASAR DIGITAL & SIMULATOR XILINX Minggu 2 & 3. Gerbang-gerbang digital AND ABY OR ABY NOT AY
Mengenal Gerbang Logika (Logic Gate)
AB 11 22 33 44 55 66 77 88 99 10  20  19  18  17  16  15  14  13  12  11  21  22  23  24  25  26  27  28.
A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD.
The GAL16V8 PLD Module M2.1 Chapter 4. Basic PLD Structure.
CS 140 Lecture 6: Other Types of Gates Professor CK Cheng 1.
Multiplexer as a Universal Function Generator
CS 140L Lecture 1 Professor CK Cheng 3/31/02. CMOS Logic (3.2 – 3.6) Complementary Metal-Oxide Semiconductor.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.

LOGIC GATES & TRUTH TABLE – Digital Circuit 1 Choopan Rattanapoka.
CS 151: Introduction to Digital Design Chapter 2-9 Exclusive-OR Gates.
Logic Gates. Outline  Logic Gates  The Inverter  The AND Gate  The OR Gate  The NAND Gate  The NOR Gate  The XOR Gate  The XNOR Gate  Drawing.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Basic logic gates  AND gate:The truth table is given by A.BBA
Boolean Logic and Circuits ELEC 311 Digital Logic and Circuits Dr. Ron Hayne Images Courtesy of Cengage Learning.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
COE 202: Digital Logic Design Combinational Logic Part 4
CS 1110 Digital Logic Design
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Boolean Algebra AND gate A B | AB 0 0 | | | | 1 OR gate A B | A + B 0 0 | | | | 1 NOT gate _ A | A or A’ 0 | 1 1 |
Lecture 4 Introduction to Boolean Algebra. Binary Operators In the following descriptions, we will let A and B be Boolean variables and define a set of.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
Department of Preparatory Year, Umm Al Qura University CSCI 240 Digital Logic.
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
Dr. Nermin Hamza. x · y = y · x x + y = y + x x · (y · z) = (x · y) · z x + (y + z) = (x + y) + z x · (y + z) = (x · y) + (x · z) x + (y · z) = (x + y)
CSE 461. Binary Logic Binary logic consists of binary variables and logical operations. Variables are designated by letters such as A, B, C, x, y, z etc.
Digital Logic. Boolean Algebra to Logic Gates Logic circuits are built from components called logic gates. The logic gates correspond to Boolean operations.
1 CSE370, Lecture 4 Lecture 4 u Logistics n HW1 due now n HW2 posted now and is due one week from today n Lab1 going on this week n Feedback on lectures,
OPERATOR Dalam Java.
Gerbang gerbang Logic logic gates
Speaker: Fuw-Yi Yang 楊伏夷 伏夷非征番, 道德經 察政章(Chapter 58) 伏者潛藏也
Eng. Mai Z. Alyazji October, 2016
Gerbang gerbang Logic logic gates
Algebra substitution.
Discussion D5.1 Section Sections 13-3, 13-4
Princess Sumaya University
Digital Signals Digital Signals have two basic states:
Circuits & Boolean Expressions
SISTEM DIGITAL ALJABAR LOGIKA
تصنيف التفاعلات الكيميائية
Drawing Triangles.
Boolean Algebra & Logic Circuits
Boolean Algebra.
Logic Gates.
Boolean Algebra.
Discussion D5.1 Section Sections 13-3, 13-4
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Objectives The student will be able to:
Bell Ringer 10/27/10 What is the GCF? 18x³y² and 24x² ab and a³b².
Logic Gates.
Discussion D5.1 Section Sections 13-3, 13-4
Basic Logic Gates.
Chapter 2 Gates.
Basic Logic Gates.
Lecture 4 Logistics Last lecture --- Boolean algebra Today’s lecture
Factoring using the greatest common factor (GCF).
Basic Logic Operations
Objectives The student will be able to:
Eng. Ahmed M Bader El-Din October, 2018
Circuits & Boolean Expressions
Boolean Algebra.
Presentation transcript:

TOPIK 2 ALJABAR BOOLEAN

GERBANG LOGIKA NOT OR AND XOR (Eksklusif OR) NOR (Not OR) NAND (Not AND) XNOR (Not XOR)

Gerbang NOT

Tabel Kebenaran NOT X X’ atau X 1

Gerbang OR

Tabel Kebenaran OR X Y X+Y 1

Gerbang AND

Tabel Kebenaran AND X Y X.Y 1

Gerbang XOR

Tabel Kebenaran XOR X Y XY 1

Gerbang NOR

Tabel Kebenaran NOR X Y XY (X+Y)’ 1

Gerbang NAND

Tabel Kebenaran NAND X Y XY (X.Y)’ 1

Gerbang XNOR

Tabel Kebenaran XNOR X Y (XY)’ 1

Contoh (1) Apa outputnya?

Contoh (2) Apa outputnya?

Contoh (3) Nyatakan dalam gerbang logika: (A+B).C’ A.B  BC’ A.B’ + (AB)’

Contoh dan Latihan Soal Lihat di lembar soal