Searched Projects

Tags: logic gates

project.name
0 Stars     85 Views
User:

Futurelearn Course - How Computers Work

Futurelearn Course - How Computers Work

project.name
0 Stars     52 Views
User:

Basic Gates

Basic Gates

project.name
0 Stars     175 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     49 Views
User:

Logic gates

Logic gates

project.name
0 Stars     63 Views

logic gates

logic gates

project.name
0 Stars     55 Views

adders

adders

project.name
0 Stars     53 Views
User:

exaple1

exaple1

example


project.name
0 Stars     49 Views
User:

5001_Aagash/Exercise-1 Verification of logic gates

5001_Aagash/Exercise-1 Verification of logic gates

project.name
1 Stars     133 Views
User:

All Gates

All Gates

project.name
0 Stars     61 Views
User:

full adder using logic gates

full adder using logic gates

project.name
0 Stars     61 Views
User:

Half adder

Half adder

This circuit is regarding half adder.


project.name
0 Stars     68 Views
User:

Full adder using basic gates

Full adder using basic gates

full adder,logic gates


project.name
1 Stars     358 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     65 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     58 Views
User:

Logic GATES

Logic GATES

project.name
0 Stars     61 Views
User:

Computational logic

Computational logic

1 bit full adder circuit with numerical output display


project.name
0 Stars     41 Views

logic gates(058)

logic gates(058)

project.name
0 Stars     38 Views

logic gates

logic gates

project.name
0 Stars     37 Views
User:

logic gates

logic gates

project.name
0 Stars     49 Views
User:

XOR

XOR

Puerta lógica XOR


project.name
0 Stars     42 Views

n bit ripple carry adder

n bit ripple carry adder

project.name
0 Stars     43 Views
User:

n bit triple order

n bit triple order

project.name
0 Stars     26 Views

Basic

Basic

project.name
0 Stars     46 Views
User:

Sumador 2bit

Sumador 2bit

Puerta mixta AND/XOR + puerta OR


project.name
0 Stars     37 Views

expriment1:All logic gates

expriment1:All logic gates

project.name
0 Stars     27 Views

Assignment 2

Assignment 2

my 2 nd assignment


project.name
0 Stars     33 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     88 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     22 Views

PRASANTH S

PRASANTH S

project.name
0 Stars     180 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     87 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     2024 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     1932 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     207 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     196 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     97 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     21 Views
User:

expt1

expt1

project.name
0 Stars     52 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     38 Views
User:

20BEI016 EX NO.1

20BEI016 EX NO.1

LOGIC GATES


project.name
0 Stars     36 Views
User:

20BEI016_DE_EX NO.1

20BEI016_DE_EX NO.1

LOGIC GATES


project.name
0 Stars     35 Views
User:

Contador 1-9

Contador 1-9

Es un contador del 1-9


project.name
0 Stars     26 Views

logic gates

logic gates

project.name
1 Stars     26 Views

FCO - Practice 2

FCO - Practice 2

Here is all of the 2º practice


project.name
0 Stars     23 Views

END SEM LAB

END SEM LAB

project.name
0 Stars     8 Views

NAND blocks

NAND blocks

project.name
0 Stars     8 Views

Gates

Gates

project.name
0 Stars     6 Views
User:

logic gates

logic gates

project.name
0 Stars     4 Views
User:

7 segment decoder

7 segment decoder

project.name
0 Stars     9 Views

project.name
0 Stars     5 Views
User:

Verification of Logic gates

Verification of Logic gates

project.name
0 Stars     69 Views
User:

project.name
1 Stars     15 Views
User:

8 digit adder

8 digit adder

project.name
0 Stars     5 Views
User:

first logic

first logic

project.name
0 Stars     21 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     5 Views

circuit gates

circuit gates

project.name
0 Stars     9 Views
User:

Dilip jadahv

Dilip jadahv

project.name
0 Stars     5 Views
User:

Experiment 1

Experiment 1

project.name
0 Stars     5 Views

sayed rafat ali

sayed rafat ali

project.name
0 Stars     8 Views

Untitled

Untitled

This is to undestand the various logic gates


project.name
0 Stars     4 Views
User:

Untitled

Untitled

project.name
0 Stars     5 Views

Untitled

Untitled

types of logic gates


project.name
0 Stars     4 Views

Experiment No 1

Experiment No 1

project.name
1 Stars     32 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     5 Views

Ex1

Ex1

logic gates Ex1


project.name
0 Stars     36 Views

2's complement for 4 bit input

2's complement for 4 bit input

project.name
0 Stars     9 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     6 Views
User:

basic gates

basic gates

project.name
0 Stars     3 Views
User:

Level 1

Level 1

project.name
0 Stars     3 Views
User:

level 1

level 1

project.name
0 Stars     3 Views
User:

disha N

disha N

project.name
0 Stars     3 Views

harshita ds

harshita ds

project.name
0 Stars     3 Views
User:

Devika P

Devika P

project.name
0 Stars     3 Views

harshita ds

harshita ds

project.name
0 Stars     3 Views
User:

level 2

level 2

project.name
0 Stars     3 Views
User:

Level 2

Level 2

project.name
0 Stars     3 Views
User:

EXPERIMENT 1 LEVEL 1

EXPERIMENT 1 LEVEL 1

project.name
0 Stars     3 Views
User:

BASIC GATES USING UNIVERSAL GATES

BASIC GATES USING UNIVERSAL GATES

project.name
0 Stars     3 Views

Experiment No 1

Experiment No 1

project.name
0 Stars     3 Views

experiment 1 level 1

experiment 1 level 1

project.name
0 Stars     3 Views
User:

SAHANA

SAHANA

project.name
0 Stars     3 Views
User:

Sravanth Reddy

Sravanth Reddy

project.name
0 Stars     3 Views
User:

gates

gates

project.name
0 Stars     3 Views
User:

project.name
0 Stars     2 Views
User:

universal logic gates

universal logic gates