About 398,000 results
Open links in new tab
  1. Program to Implement Logic Gates - GeeksforGeeks

    Aug 30, 2024 · Logic gates are used to create a circuit that performs calculations, data storage or shows off object-oriented programming especially the power of inheritance. Logic gates can also be constructed using vacuum tubes, electromagnetic elements like optics, molecule etc.

  2. Java Logical Operators with Examples - GeeksforGeeks

    Apr 16, 2025 · Logical operators are used to perform logical “AND”, “OR“, and “NOT” operations, i.e., the functions similar to AND gate and OR gate in digital electronics. They are used to combine two or more conditions/constraints or to complement the evaluation of the original condition under particular consideration.

  3. logic - OR and AND functions in java? - Stack Overflow

    Nov 5, 2012 · Are you looking for || which is OR and && which is AND operators? Or -> || And -> && As an example if a == 1 and b == 2 -> if (a == 1 && b == 2) there have to import logicgate.* is should able to let the program use AND , OR , and NOT gate (not sure for others) example : create variable using AND class and 2 extra variable for process.

  4. There are seven basic logic gates: AND, OR, NAND, NOR, NOT, XNOR, and XOR. The AND, OR, and NOT operators are typically the most familiar or prolific within Java

  5. Logic Gates - Tpoint Tech - Java

    Mar 17, 2025 · The seven basic logic gates includes: AND, OR, XOR, NOT, NAND, NOR, and XNOR. The relationship between the input-output binary variables for each gate can be represented in tabular form by a truth table.

  6. Building a Simple AND Gate in Java: A Step-by-Step Guide

    Mar 5, 2025 · Learn how to implement a simple AND gate in Java using Boolean logic and understand the basics of logic gates including AND, OR, and XOR.

  7. GitHub - mkater/Logic-Gates: Java Project that implements OOP …

    Java Project that implements OOP to create Logic Gates (AND, OR, NOT, XOR, etc.) and be able to create a chain as long as you want. Additional functionality added to optimize gates, which removes, dead, duplicate, and always true/false gates.

  8. Logic Gates implementation in Java - GitHub

    A Java application to implement logic gates. Contribute to contactsunny/LogicGatesJava development by creating an account on GitHub.

  9. logic-gates · GitHub Topics · GitHub

    Oct 27, 2024 · A Java application to simulate logic gate circuits. Developed in late 2016 to help me better understand computer architecture

  10. Logic Gates Java Project - 1000 Projects

    Dec 27, 2016 · Logic gates is a an idealized or physical device implementing a boolean functions. Logic gates performs logical operations on one or more logic inputs and produces a single logic output. Depending on the context, the term may refer to an ideal logic gate.

  11. Some results have been removed
Refresh