Searched Projects

Tags: logic gates

project.name
0 Stars     104 Views
User:

Futurelearn Course - How Computers Work

Futurelearn Course - How Computers Work

project.name
0 Stars     65 Views
User:

Basic Gates

Basic Gates

project.name
0 Stars     193 Views

4 bits Left/Right Shiftcounter

4 bits Left/Right Shiftcounter

Other than most designs this design uses the principal of a shift-register instead of a counter. I need less components.


project.name
0 Stars     56 Views
User:

Logic gates

Logic gates

project.name
0 Stars     72 Views

logic gates

logic gates

project.name
0 Stars     66 Views

adders

adders

project.name
0 Stars     65 Views
User:

exaple1

exaple1

example


project.name
0 Stars     57 Views
User:

5001_Aagash/Exercise-1 Verification of logic gates

5001_Aagash/Exercise-1 Verification of logic gates

project.name
1 Stars     173 Views
User:

All Gates

All Gates

project.name
0 Stars     74 Views
User:

full adder using logic gates

full adder using logic gates

project.name
0 Stars     70 Views
User:

Half adder

Half adder

This circuit is regarding half adder.


project.name
0 Stars     82 Views
User:

Full adder using basic gates

Full adder using basic gates

full adder,logic gates


project.name
1 Stars     437 Views
User:

8-bit computer simplified v2

8-bit computer simplified v2

A computer made completely out of logic gates. Version 2. V1 can be found here: https://circuitverse.org/users/13948/projects/49969

Because of the limitations of the circuitverse.org simulator, and for easier use, some inbuilt components are used (like the 256-byte RAM module), but most of it is made up of OR, AND, NOT, XOR, NOR and NAND.

This project was originally made for my profile project. This is (or will be) version 2 of the 8-bit computer.


project.name
0 Stars     78 Views
User:

FULL ADDER

FULL ADDER

The complete adder can be realized using two semi-adders, the logic scheme is presented. Note that there is a common XOR circuit in the expressions: i and a ⊕b, so there may be this convenience

using to perform small cobra functions using an even smaller number of circuits.


project.name
0 Stars     77 Views
User:

Logic GATES

Logic GATES

project.name
0 Stars     91 Views
User:

Computational logic

Computational logic

1 bit full adder circuit with numerical output display


project.name
0 Stars     53 Views

logic gates(058)

logic gates(058)

project.name
0 Stars     47 Views

logic gates

logic gates

project.name
0 Stars     47 Views
User:

logic gates

logic gates

project.name
0 Stars     59 Views
User:

XOR

XOR

Puerta lógica XOR


project.name
0 Stars     55 Views

n bit ripple carry adder

n bit ripple carry adder

project.name
0 Stars     57 Views
User:

n bit triple order

n bit triple order

project.name
0 Stars     37 Views

Basic

Basic

project.name
0 Stars     56 Views
User:

Sumador 2bit

Sumador 2bit

Puerta mixta AND/XOR + puerta OR


project.name
0 Stars     49 Views

expriment1:All logic gates

expriment1:All logic gates

project.name
0 Stars     38 Views

Assignment 2

Assignment 2

my 2 nd assignment


project.name
0 Stars     42 Views
User:

To laugh or not to laugh?

To laugh or not to laugh?

you should laugh at a joke if it is funny, it is in good taste and it is not offensive to others or, if it is told by your professor (Regardless of it being funny or being in good taste) and it is not offensive to others. implement the situation using logic gates


project.name
0 Stars     108 Views
User:

Excuse me? Who let you in?

Excuse me? Who let you in?

The company safe should be unlocked only when Mr. jones is in the office or Mr. Evans is in the office, and only when the company is open for business and only when the security guard is present. implement only using NAND gates


project.name
0 Stars     32 Views

PRASANTH S

PRASANTH S

project.name
0 Stars     210 Views

8x1 Multiplexer

8x1 Multiplexer

8x1 multiplexer has 8 data input lines I0, I1, I2, I3, I4, I5, I6, I7, 3 select lines S0, S1, S2 and one output, Y.

Truth Table for 8x1 Multiplexer

Data Select Input

Output

Y

S2

S1

S0

0

0

0

I0

0

0

1

I1

0

1

0

I2

0

1

1

I3

1

0

0

I4

1

0

1

I5

1

1

0

I6

1

1

1

I7

 


project.name
0 Stars     99 Views

1x8 de multiplexer has 1 input line I, 3 select lines S0, S1, S2 and 8 outputs Y0, Y1, Y2, Y3, Y4,Y5, Y6, Y7

Truth Table of 1x8 DE MUX

Input

Data

S2

S1

S0

Y0

Y1

Y2

Y3

Y4

Y5

Y6

Y7

D

0

0

0

D

0

0

0

0

0

0

0

D

0

0

1

0

D

0

0

0

0

0

0

D

0

1

0

0

0

D

0

0

0

0

0

D

0

1

1

0

0

0

D

0

0

0

0

D

1

0

0

0

0

0

0

D

0

0

0

D

1

0

1

0

0

0

0

0

D

0

0

D

1

1

0

0

0

0

0

0

0

D

0

D

1

1

1

0

0

0

0

0

0

0

D


project.name
1 Stars     2678 Views

The basic NAND gate RS flip flop circuit is used to store the data and thus provides feedback from both of its outputs again back to its inputs. The RS flip flop actually has three inputs, SET, RESET and its current output Q relating to its current state.

 Truth Table for RS flip –flop

Clk

R

S

Q

Q

0

X

X

Previous or Memory State

1

1

0

0

1

1

0

1

1

0

1

0

0

Previous or Memory State

1

1

1

Invalid State


project.name
0 Stars     2868 Views

A D flip flop has a single data input. This type of flip flop is obtained from the SR flip flop by connecting the R input through an inverter, and the S input is connected directly to data input. The modified clocked SR flip-flop is known as D-flip-flop and is shown below. From the truth table of SR flip-flop we see that the output of the SR flip-flop is in unpredictable state when the inputs are same and high. In many practical applications, these input conditions are not required. These input conditions can be avoided by making them complement of each other.

Truth Table for D flip-flop

Clk

D

Q

Q

0

1

Previous or memory state

0

1

1

0

0

1

1

1

1

0


project.name
0 Stars     279 Views

In a RS flip-flop the input R=S=1 leads to an indeterminate output. The RS flip-flop circuit may be re-joined if both inputs are 1 than also the outputs are complement of each other as shown in characteristics table below.

Truth Table for JK flip-flop

Input

Output

Clk

J

K

Q

Q

0

X

X

Previous or Memory State

1

1

0

1

0

1

0

1

0

1

1

0

0

Previous or Memory State

1

1

1

Toggle State


project.name
0 Stars     262 Views

T flip-flop is known as toggle flip-flop. The T flip-flop is modification of the J-K flip-flop. Both the JK inputs of the JK flip – flop are held at logic 1 and the clock signal continuous to change as shown in table below.

Truth Table of T flip-flop

Clk

T

Q

Q

0

1

 

Previous or memory state

0

0

1

0

1

1

Toggle state


project.name
1 Stars     148 Views
User:

all in one rigisters ram stoage computer

all in one rigisters ram stoage computer

thanks for checking out for any update contact me im also an ethical hacker and an os dev and an sr game engine dev so if you need any help check this list out


project.name
0 Stars     23 Views
User:

expt1

expt1

project.name
0 Stars     61 Views
User:

fibonatti number detector

fibonatti number detector

Circuit that detects if a number, encoded in binary (4 bits) belongs to the Fibonatti's sequence.

Circuito que detecta se um número codificado em 4 bits pertence a sequência de Fibonatti (in portuguese).


project.name
0 Stars     47 Views
User:

20BEI016 EX NO.1

20BEI016 EX NO.1

LOGIC GATES


project.name
0 Stars     43 Views
User:

20BEI016_DE_EX NO.1

20BEI016_DE_EX NO.1

LOGIC GATES


project.name
0 Stars     40 Views
User:

Contador 1-9

Contador 1-9

Es un contador del 1-9


project.name
0 Stars     29 Views

logic gates

logic gates

project.name
1 Stars     33 Views

FCO - Practice 2

FCO - Practice 2

Here is all of the 2º practice


project.name
0 Stars     35 Views

END SEM LAB

END SEM LAB

project.name
0 Stars     11 Views

NAND blocks

NAND blocks

project.name
0 Stars     10 Views

Gates

Gates

project.name
0 Stars     10 Views
User:

logic gates

logic gates

project.name
0 Stars     8 Views
User:

7 segment decoder

7 segment decoder

project.name
0 Stars     14 Views

project.name
0 Stars     8 Views
User:

Verification of Logic gates

Verification of Logic gates

project.name
0 Stars     104 Views
User:

project.name
1 Stars     20 Views
User:

8 digit adder

8 digit adder

project.name
0 Stars     10 Views
User:

first logic

first logic

project.name
0 Stars     31 Views
User:

memory Latch

memory Latch

This is a memory latch that can reliably store one digit. When you store 1, the light is on. If you store 0, the light stays off. This may be confusing for some, but play around to see how you can store a digit.


( HINT: the set memory button will allow you to store a new number when it is on 1. When the set memory button is set as 0, you cannot make any modification to the stored memory. Use the ´stored memory´ button to toggle the digit you are storing)


project.name
0 Stars     9 Views

circuit gates

circuit gates

project.name
0 Stars     20 Views
User:

Dilip jadahv

Dilip jadahv

project.name
0 Stars     13 Views
User:

Experiment 1

Experiment 1

project.name
0 Stars     11 Views

sayed rafat ali

sayed rafat ali

project.name
0 Stars     19 Views

Untitled

Untitled

This is to undestand the various logic gates


project.name
0 Stars     8 Views
User:

Untitled

Untitled

project.name
0 Stars     8 Views

Untitled

Untitled

types of logic gates


project.name
0 Stars     8 Views

Experiment No 1

Experiment No 1

project.name
1 Stars     69 Views
User:

Dice driver

Dice driver

A basic dice led configuration driver circuit which was created using k maps and a counter to display all possible values from the dice.


project.name
0 Stars     8 Views

Ex1

Ex1

logic gates Ex1


project.name
0 Stars     105 Views

2's complement for 4 bit input

2's complement for 4 bit input

project.name
0 Stars     21 Views
User:

Digital Logic Assignment

Digital Logic Assignment

A logic gate is a fundamental building block of digital circuits that performs a logical operation on one or more binary inputs and produces a single binary output. The output of a logic gate is determined by the combination of inputs applied to it. There are several types of logic gates, including AND, OR, NOT, NOR, NAND, XOR, and XNOR gates. These gates are used to execute various logical operations that are required by any digital circuit. Logic gates use Boolean algebra to perform logical processes. A truth table is a table that lists the outputs for all possible combinations of inputs that may be applied to a logic gate or circuit. Logic gates are found in nearly every digital gadget we use on a regular basis, including our telephones, laptops, tablets, and memory devices

I hope this helps!


project.name
0 Stars     14 Views
User:

basic gates

basic gates

project.name
0 Stars     5 Views
User:

Level 1

Level 1

project.name
0 Stars     8 Views
User:

level 1

level 1

project.name
0 Stars     12 Views

disha N

disha N

project.name
0 Stars     11 Views

harshita ds

harshita ds

project.name
0 Stars     7 Views
User:

Devika P

Devika P

project.name
0 Stars     12 Views

harshita ds

harshita ds

project.name
0 Stars     5 Views
User:

level 2

level 2

project.name
0 Stars     8 Views
User:

Level 2

Level 2

project.name
0 Stars     6 Views
User:

EXPERIMENT 1 LEVEL 1

EXPERIMENT 1 LEVEL 1

project.name
0 Stars     6 Views
User:

Untitled

Untitled

project.name
0 Stars     12 Views

Experiment No 1

Experiment No 1

project.name
0 Stars     5 Views

experiment 1 level 1

experiment 1 level 1

project.name
0 Stars     11 Views
User:

all gates

all gates

project.name
0 Stars     6 Views
User:

Sravanth Reddy

Sravanth Reddy

project.name
0 Stars     11 Views
User:

gates

gates

project.name
0 Stars     9 Views
User:

project.name
0 Stars     8 Views

exp4.cv

exp4.cv

...........


project.name
0 Stars     7 Views

exp3.cv

exp3.cv

...........


project.name
0 Stars     8 Views

exp5.cv

exp5.cv

.......


project.name
0 Stars     37 Views

7 SEGMENT DISPLAY (EXP 8)

7 SEGMENT DISPLAY (EXP 8)

7 SEGMENT DISPLAY

000 - q

001 - u

010 - I

011 - N

100 - 2

101 - 9

110 - 6

111 - 5


project.name
0 Stars     8 Views

PRACTICAL TASK 1

PRACTICAL TASK 1

to verify,

All the logic gates by designing the logic circuit with its truth table 


project.name
0 Stars     3 Views
User:

logic gates

logic gates

project.name
0 Stars     7 Views

exp 1

exp 1

project.name
0 Stars     8 Views
User:

The circuit consists of logic gates, universal gates, and extra gates along with their truth tables. The circuit provides input to the gates in the form of 0/1 and gives an output based on the gate.

The gates used are:

  • AND
  • OR
  • NOT
  • NAND
  • NOR
  • XOR
  • XNOR



project.name
0 Stars     3 Views

logic gates

logic gates

project.name
0 Stars     3 Views
User:

fazalnoor

fazalnoor

project.name
0 Stars     3 Views
User:

MADHUMITHA

MADHUMITHA

project.name
0 Stars     3 Views
User:

logic gates

logic gates

project.name
0 Stars     4 Views
User:

MSDHUMITHA

MSDHUMITHA

project.name
0 Stars     4 Views
User:

MADHUMITHA

MADHUMITHA

project.name
0 Stars     4 Views
User:

malavika level1

malavika level1

project.name
0 Stars     5 Views
User:

sanika project

sanika project

project.name
0 Stars     7 Views
User:

monisha project

monisha project

project.name
0 Stars     6 Views
User:

sanika.v project saved

sanika.v project saved

project.name
0 Stars     4 Views
User:

lab 1 logic gates

lab 1 logic gates

in this lab we discussed about the logic gates and their implementation and verification


project.name
0 Stars     4 Views
User:

kartiklogic

kartiklogic

logic gates and its verification and implementataion



project.name
0 Stars     4 Views

sneha phy 08

sneha phy 08

project.name
0 Stars     5 Views

Angelina Victoria

Angelina Victoria

project.name
0 Stars     4 Views
User:

project.name
0 Stars     4 Views
User:

first circuit

first circuit

project.name
0 Stars     6 Views

Example Circuit problems

Example Circuit problems

logic gates


project.name
0 Stars     3 Views

Implementation of Logic Gate

Implementation of Logic Gate

Implementation of Logic Gates



project.name
0 Stars     5 Views

PRIYA_COA

PRIYA_COA