Презентация Binary Variables онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему Binary Variables абсолютно бесплатно. Урок-презентация на эту тему содержит всего 56 слайдов. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    56 слайдов
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    1.59 MB
  • Просмотров:
    102
  • Скачиваний:
    0
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
Binary Variables Recall that
Содержание слайда: Binary Variables Recall that the two binary values have different names: True/False On/Off Yes/No 1/0 We use 1 and 0 to denote the two values.

№2 слайд
Boolean Algebra Invented by
Содержание слайда: Boolean Algebra Invented by George Boole in 1854 An algebraic structure defined by a set B = {0, 1}, together with two binary operators (+ and ·) and a unary operator ( ¯ ),

№3 слайд
Binary Logic and Gates Binary
Содержание слайда: Binary Logic and Gates Binary variables take on one of two values. Logical operators operate on binary values and binary variables. Basic logical operators are the logic functions AND, OR and NOT. Logic gates implement logic functions. Boolean Algebra: a useful mathematical system for specifying and transforming logic functions. We study Boolean algebra as a foundation for designing and analyzing digital systems!

№4 слайд
Logic Gates In the earliest
Содержание слайда: Logic Gates In the earliest computers, switches were opened and closed by magnetic fields produced by energizing coils in relays. The switches in turn opened and closed the current paths. Later, vacuum tubes that open and close current paths electronically replaced relays. Today, transistors are used as electronic switches that open and close current paths.

№5 слайд
Logical Operations The three
Содержание слайда: Logical Operations The three basic logical operations are: AND OR NOT AND is denoted by a dot (·). OR is denoted by a plus (+). NOT is denoted by an overbar ( ¯ ), a single quote mark (') after, or (~) before the variable.

№6 слайд
Truth Tables
Содержание слайда: Truth Tables

№7 слайд
Operator Definitions
Содержание слайда: Operator Definitions

№8 слайд
Produce a truth table l In
Содержание слайда: Produce a truth table l In the BooleanAlgebra, verify using truth table that (X + Y)’ = X’Y’ In the Boolean Algebra, verify using truth table that X + XY = X

№9 слайд
. Write the boolean
Содержание слайда: 1. Write the boolean expression for the below circuit

№10 слайд
. Write the boolean
Содержание слайда: 2. Write the boolean expression for the below circuit

№11 слайд
Problem A system used
Содержание слайда: Problem 1 A system used 3 switches A,B and C; a combination of switches determines whether an alarm, X, sounds: If switch A or Switch B are in the ON position and if switch C is in the OFF position then a signal to sound an alarm, X is produced. Convert this problem into a logic statement.

№12 слайд
Problem A nuclear power
Содержание слайда: Problem 2 A nuclear power station has a safety system based on three inputs to a logic circuit(network). A warning signal ( S = 1) is produced when certain conditions in the nuclear power station occur based on these three inputs A warning signal (S=1) will be produced when any of the following occurs. Either (a) Temperature > 115 C and Cooling water <=120 litres/hour or (b) Temperature <=115 C and when Reactor pressure > 15 bar or cooling water <= 120 litres/hour Draw a logic circuit and truth table to show all the possible situations when the warning signal (S) could be received.

№13 слайд
Logic Diagrams and Expressions
Содержание слайда: Logic Diagrams and Expressions

№14 слайд
Boolean Algebra
Содержание слайда: Boolean Algebra

№15 слайд
Some Properties of Boolean
Содержание слайда: Some Properties of Boolean Algebra Boolean Algebra is defined in general by a set B that can have more than two values A two-valued Boolean algebra is also know as Switching Algebra. The Boolean set B is restricted to 0 and 1. Switching circuits can be represented by this algebra. The dual of an algebraic expression is obtained by interchanging + and · and interchanging 0’s and 1’s. The identities appear in dual pairs. When there is only one identity on a line the identity is self-dual, i. e., the dual expression = the original expression. Sometimes, the dot symbol ‘’ (AND operator) is not written when the meaning is clear.

№16 слайд
Dual of a Boolean Expression
Содержание слайда: Dual of a Boolean Expression Example: F = (A + C) · B + 0 dual F = (A · C + B) · 1 = A · C + B Example: G = X · Y + (W + Z) dual G = (X+Y) · (W · Z) = (X+Y) · (W+Z) Example: H = A · B + A · C + B · C dual H = (A+B) · (A+C) · (B+C)

№17 слайд
Boolean Algebraic Proof
Содержание слайда: Boolean Algebraic Proof – Example 1 A + A · B = A (Absorption Theorem) Proof Steps Justification A + A · B = A · 1 + A · B Identity element: A · 1 = A = A · ( 1 + B) Distributive = A · 1 1 + B = 1 = A Identity element Our primary reason for doing proofs is to learn: Careful and efficient use of the identities and theorems of Boolean algebra, and How to choose the appropriate identity or theorem to apply to make forward progress, irrespective of the application.

№18 слайд
Boolean Algebraic Proof
Содержание слайда: Boolean Algebraic Proof – Example 2

№19 слайд
Proof
Содержание слайда: Proof

№20 слайд
Minimization of Boolean
Содержание слайда: Minimization of Boolean Expression

№21 слайд
Simplification of Boolean
Содержание слайда: Simplification of Boolean Algebra (A + B)(A + C) = A + BC This rule can be proved as follows: (A + B)(A + C) = AA + AC + AB + BC( Distributive law) = A + AC + AB + BC ( AA = A) = A( 1 + C) + AB + BC (1 + C = 1) = A. 1 + AB + BC = A(1 + B) + BC (1 + B = 1) = A. 1 + BC ( A . 1 = A) = A + BC

№22 слайд
Logic Diagram
Содержание слайда: Logic Diagram

№23 слайд
Useful Theorems
Содержание слайда: Useful Theorems

№24 слайд
De morgan s Law
Содержание слайда: De morgan’s Law

№25 слайд
Gate equivalencies and the
Содержание слайда: Gate equivalencies and the corresponding truth tables that illustrate De Morgan's theorems.

№26 слайд
Truth Table to Verify De
Содержание слайда: Truth Table to Verify De Morgan’s

№27 слайд
Simplification-Example Using
Содержание слайда: Simplification-Example Using Boolean algebra techniques, simplify this expression: AB + A(B + C) + B(B + C) Step 1: Apply the distributive law to the second and third terms in the expression, as follows: AB + AB + AC + BB + BC Step 2: Apply (BB = B) to the fourth term. AB + AB + AC + B + BC Step 3: Apply (AB + AB = AB) to the first two terms. AB + AC + B + BC Step 4: Apply (B + BC = B) to the last two terms. AB + AC + B Step 5: Apply (AB + B = B) to the first and third terms. B+AC

№28 слайд
Содержание слайда:

№29 слайд
Truth Tables Cont d
Содержание слайда: Truth Tables – Cont’d

№30 слайд
Logic Diagram
Содержание слайда: Logic Diagram

№31 слайд
Logic Diagram
Содержание слайда: Logic Diagram

№32 слайд
Logic Diagram
Содержание слайда: Logic Diagram

№33 слайд
Logic Diagram
Содержание слайда: Logic Diagram

№34 слайд
Expression Simplification
Содержание слайда: Expression Simplification

№35 слайд
Canonical Forms .. Minterms
Содержание слайда: Canonical Forms….. Minterms and Maxterms Sum-of-products (SOP) Canonical Form Product-of-sum (POS) Canonical Form Representation of Complements of Functions Conversions between Representations

№36 слайд
Minterms
Содержание слайда: Minterms

№37 слайд
Maxterms
Содержание слайда: Maxterms

№38 слайд
Minterms amp Maxterms for
Содержание слайда: Minterms & Maxterms for 2 variables

№39 слайд
Minterms amp Maxterms for
Содержание слайда: Minterms & Maxterms for 3 variables

№40 слайд
The Standard SOP Form A
Содержание слайда: The Standard SOP Form A standard SOP expression is one in which all the variables in the domain appear in each product term in the expression. Example: Standard SOP expressions are important in: Constructing truth tables The Karnaugh map simplification method

№41 слайд
Converting Product Terms to
Содержание слайда: Converting Product Terms to Standard SOP (example) Convert the following Boolean expression into standard SOP form:

№42 слайд
Sum-Of- Product SOP
Содержание слайда: Sum-Of- Product (SOP)

№43 слайд
Sum-Of-Minterm Examples
Содержание слайда: Sum-Of-Minterm Examples

№44 слайд
Implementation of an SOP AND
Содержание слайда: Implementation of an SOP AND/OR implementation

№45 слайд
The Standard POS Form A
Содержание слайда: The Standard POS Form A standard POS expression is one in which all the variables in the domain appear in each sum term in the expression. Example: Standard POS expressions are important in: Constructing truth tables The Karnaugh map simplification method

№46 слайд
Converting a Sum Term to
Содержание слайда: Converting a Sum Term to Standard POS (example) Convert the following Boolean expression into standard POS form:

№47 слайд
Product-Of-Maxterm POM
Содержание слайда: Product-Of-Maxterm (POM)

№48 слайд
Product-Of-Maxterm Examples
Содержание слайда: Product-Of-Maxterm Examples

№49 слайд
Converting to Sum-of-Minterms
Содержание слайда: Converting to Sum-of-Minterms Form

№50 слайд
Converting to
Содержание слайда: Converting to Product-of-Maxterms Form

№51 слайд
Conversions Between Canonical
Содержание слайда: Conversions Between Canonical Forms

№52 слайд
Standard Sum-of-Products SOP
Содержание слайда: Standard Sum-of-Products (SOP)

№53 слайд
Three-way light control
Содержание слайда: Three-way light control

№54 слайд
Three-way light control
Содержание слайда: Three-way light control

№55 слайд
Car safety alarm
Содержание слайда: Car safety alarm

№56 слайд
Содержание слайда:

Скачать все slide презентации Binary Variables одним архивом: