Searched Projects

Tags: logic gates

project.name
0 Stars     75 Views
User:

Futurelearn Course - How Computers Work


project.name
0 Stars     42 Views
User:

project.name
0 Stars     146 Views

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     43 Views
User:

Logic gates


project.name
0 Stars     52 Views

logic gates


project.name
0 Stars     44 Views

adders


project.name
0 Stars     47 Views
User:

exaple1

example


project.name
0 Stars     45 Views
User:

5001_Aagash/Exercise-1 Verification of logic gates


project.name
1 Stars     66 Views
User:

project.name
0 Stars     53 Views
User:

full adder using logic gates


project.name
0 Stars     51 Views
User:

This circuit is regarding half adder.


project.name
0 Stars     58 Views
User:

Full adder using basic gates

full adder,logic gates


project.name
0 Stars     280 Views
User:

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     54 Views
User:

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     44 Views
User:

project.name
0 Stars     47 Views
User:

1 bit full adder circuit with numerical output display


project.name
0 Stars     33 Views

logic gates(058)


project.name
0 Stars     33 Views

logic gates


project.name
0 Stars     29 Views
User:

logic gates


project.name
0 Stars     40 Views
User:

Puerta lógica XOR


project.name
0 Stars     36 Views

n bit ripple carry adder


project.name
0 Stars     34 Views
User:

n bit triple order


project.name
0 Stars     21 Views

project.name
0 Stars     39 Views
User:

Sumador 2bit

Puerta mixta AND/XOR + puerta OR


project.name
0 Stars     26 Views

expriment1:All logic gates


project.name
0 Stars     22 Views

Assignment 2

my 2 nd assignment


project.name
0 Stars     23 Views
User:

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     68 Views
User:

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     17 Views

PRASANTH S


project.name
0 Stars     90 Views

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     64 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
0 Stars     1177 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     635 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     119 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     98 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     59 Views
User:

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     18 Views
User:

project.name
0 Stars     42 Views
User:

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     27 Views
User:

20BEI016 EX NO.1

LOGIC GATES


project.name
0 Stars     25 Views
User:

20BEI016_DE_EX NO.1

LOGIC GATES


project.name
0 Stars     22 Views
User:

Contador 1-9

Es un contador del 1-9


project.name
0 Stars     20 Views

logic gates


project.name
1 Stars     18 Views

FCO - Practice 2

Here is all of the 2º practice


project.name
0 Stars     15 Views

END SEM LAB


project.name
0 Stars     2 Views

NAND blocks


project.name
0 Stars     3 Views

project.name
0 Stars     3 Views
User:

logic gates


project.name
0 Stars     2 Views
User:

7 segment decoder


project.name
0 Stars     7 Views

project.name
0 Stars     3 Views
User:

Verification of Logic gates


project.name
0 Stars     10 Views
User:

project.name
1 Stars     5 Views
User:

8 digit adder


project.name
0 Stars     1 Views
User:

first logic