• NAND - The OR Gate
  • Java Circuit Simulation Workaround ▾

    Due to recent changes by Oracle, java applets have become difficult to run in the browser. To mitigate the troubles, Oracle has provided the following websites to help users troubleshoot: http://java.com/en/download/help/enable_browser.xml and https://www.java.com/en/download/mac_download.jsp

    Even after following the above instructions, loading applets may still show warning concerning “unsigned application” and “unknown publisher”. For Teahlab in particular, these warnings are due to the fact that we have opted not to pay a third party such as Verisign to sign our applets. Any warning that comes up when you try to run our applets should emphasize that our applets will always run with “limited access”, which is Oracle’s way of letting you know that teahlab doesn’t do anything on your computer except running the circuits you see: in other words, our applets are safe to run.

    Sincerely,

    The Teahlab Team

    THE UNIVERSAL:
    by Isai Damier (Let's connect on twitter @isaidamier )

    NAND gates as the OR Gate Function

    Interactive OR gate implemented with three NAND gates digital logic circuit with boolean algebra equation and truth table
    TRUTH TABLE
    Input Output Comment
    A B Out
    0 0 0 Low
    0 1 1 High
    1 0 1 High
    1 1 1 High