A-level Computing/AQA/Paper 2/Fundamentals of computer systems/Gate conversion: Difference between revisions

From testwiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 09:15, 15 October 2019

Template:CPTPageNavigationP2


Sometimes it is cheaper to create circuits using only one sort of gate, and you might be asked to do so in the exam. These gates tend to be NAND & NOR gates. "But how can you create complex circuits by using only one type of gate?!" you may well ask. We'll now cover how other gates can be made from NAND & NOR gates:

Step NOR Gate Equivalent
Diagram
Description If you split the same input (A) and feed it into NOR both gate inputs you create a NOT Gate
Truth Table

Because:

A A A+A A+A A
0 0 0
1
1
1 1 1
0
0


Step NAND Gate Equivalent
Diagram
Description If you split the same input (A) and feed it into both NAND gate inputs you create a NOT Gate
Truth Table

Because:

A A A.A A.A A
0 0 0
1
1
1 1 1
0
0

Template:CPTExercise Template:CPTQuestion Template:CPTQuestion Template:CPTAnswer Template:CPTQuestion Template:CPTAnswer Template:CPTQuestion Template:CPTQuestion Template:CPTAnswer Template:CPTQuestion Template:CPTAnswer Template:CPTQuestion Template:CPTAnswer Template:Robox/Close Template:BookCat