逻辑电路nand

NAND and NOR Gates are known as Universal Logic Gates, because we can realize any logic circuit or gate only by using NAND or NOR gates single-handedly.

NAND和NOR门被称为通用逻辑门 ,因为我们只能单手使用NAND或NOR门来实现任何逻辑电路或门。

Although the logic circuit of any complexity can be realized using three basic gates i.e., AND, OR, NOT Gates, but they can also be realized using only a single type of gate, that is why sometimes NAND and NOR gates are called "universal building blocks". Thus, AOI logic can be converted into NAND or NOR logic.

尽管可以使用三个基本门( 与门,或门,非门)来实现任何复杂度的逻辑电路,但也可以仅使用一种门来实现它们,因此有时将“ 与非 或非”门称为“通用建筑”块” 。 因此,AOI逻辑可以被转换成NAND或NOR逻辑

1)与非门 (1) NAND Gate)

NAND Gate is a combination of two gates. It is an AND Gate followed by a NOT Gate where the output of AND Gate is inverted using a NOT Gate to get the final output. The logic operation for the NAND gate can be written as Y= A.B

NAND门是两个门的组合。 它是一个“ 与”门,其后是一个“非”门,其中使用“ 非”门将 “与”门的输出反相以得到最终输出。 NAND门的逻辑运算可以写成Y = AB

Symbol and Truth Table for a two-input NAND Gate is:

两输入与非门的符号和真值表是:

2)或非门 (2) NOR Gate)

NOR Gate is also a combination of two gates namely, OR Gate followed by a NOT Gate where the output of OR Gate is inverted using a NOT Gate to get the final output. The logic operation of NOR Gate can be written as Y = A+B

或非门也是两个门的组合,即“或”门,其后是“非”门,其中使用“非”门将“或”门的输出反相以获得最终输出。 或非门的逻辑运算可以写成Y = A + B

Question 1: Realize the following gates by only using NAND Gates.

问题1:仅使用“与非”门来实现以下门。

  1. AND

  2. OR

    要么

  3. NOT

  4. NOR

    也不

  5. XOR

    异或

  6. XNOR

    异或

Answer:

回答:

  1. AND Gate can be implemented using NAND Gate as:

    可以使用“与非”门将“与”门实现为:

  2. OR Gate can be implemented using NAND Gate as:

    可以使用“与非”门来实现“或”门:

  3. NOT Gate can be implemented using NAND Gate as:

    NOT Gate可以使用NAND Gate实现为:

  4. NOR Gate can be implemented using NAND Gate as:

    可以使用“与非门”将“或非”门实现为:

  5. XOR Gate can be implemented using NAND Gate as:

    异或门可以使用与非门实现为:

  6. XNOR Gate can be implemented using NAND Gate as:

    可以使用NAND门将XNOR门实现为:

Question 2: Realize the following gates by only using NOR Gates.

问题2:仅使用“或非”门即可实现以下门。

  1. AND

  2. OR

    要么

  3. NOT

  4. NOR

    也不

  5. XOR

    异或

  6. XNOR

    异或

Answer:

回答:

  1. AND Gate can be implemented using NOR Gate as:

    可以使用“或非”门将“与”门实现为:

  2. OR Gate can be implemented using NOR Gate as:

    或门可以使用或非门来实现:

  3. NOT Gate can be implemented using NOR Gate as:

    NOT Gate可以使用NOR Gate来实现:

  4. NAND Gate can be implemented using NOR Gate as:

    NAND门可以使用NOR门实现为:

  5. XOR Gate can be implemented using NOR Gate as:

    异或门可以使用异或门来实现:

  6. XNOR Gate can be implemented using NOR Gate as:

    可以使用NOR Gate来实现XNOR Gate:

翻译自: https://www.includehelp.com/basics/universal-logic-gates-nand-nor.aspx

逻辑电路nand

逻辑电路nand_通用逻辑门(NAND,NOR)相关推荐

  1. 数字IC笔试题---千题解,量大管饱,图文并茂

    前言 出笔试题汇总,是为了总结秋招可能遇到的问题,做题不是目的,在做题的过程中发现自己的漏洞,巩固基础才是目的. 所有题目结果和解释由笔者给出,答案主观性较强,若有错误欢迎评论区指出,资料整理来自于& ...

  2. python入门指南_Python中的逻辑门–入门指南

    python入门指南 This article comprehensively covers the different logic gates in Python. Logic gates are ...

  3. 硬件安全系列 逻辑电路基础知识介绍(一)

    前言 我带着新的系列又来了,之前的自动化代码审计工具还会在之后分享实际编写的过程思路以及代码. 新的系列是硬件安全,非常庞大的知识体系,我只是分享部分我所学习到的.会包括VLSI Testing ,H ...

  4. 数字集成电路--通用设计规则+实例

    一.数字集成电路简介   数字集成电路是基于数字逻辑(即0.1逻辑)设计和运行的,用于处理数字信号的集成电路. 根据数字集成电路中包含的门电路或元.器件数量,可将数字集成电路分为小规模集成电路(SSI ...

  5. nor闪存nand闪存_闪存中的闪存

    nor闪存nand闪存 Today, we see that flash memory is available in many places, be it on your digital camer ...

  6. 量子逻辑电路的初步探索

    随着量子机器学习和算法的不断深入学习,量子逻辑线路图也是各种教程和文献的常客,然而作为连大物都没学过的非物理学学专业学生想要看懂量子逻辑线路还是有些许的困难,但是即使它是太行王屋,我也只能咬着牙去充当 ...

  7. Linux MTD架构下的nand flash驱动详解

    转载自:http://blog.csdn.net/wang_zheng_kai/article/details/18988521 有了前面的基础(Nandflash详解:https://blog.cs ...

  8. NAND FLASH学习笔记之MTD下nand flash驱动(四)

    转载请注明出处:http://blog.csdn.net/wang_zheng_kai 四.Register到MTD子系统 两种注册方式:(我们需要完成的) 1)直接注册整个flash设备(MTD D ...

  9. 电阻上下拉是最常见的用法,那你是不是真的吃透了它?给小白讲讲上拉电阻和下拉电阻!----------------源自玩转单片机与嵌入式

    上拉和下拉电阻主要用于正确偏置数字电路门电路的输入,以防止它们在没有输入条件时的状态是随机浮动的. 数字逻辑门可用于连接外部电路或设备,但必须注意确保其输入或输出正常工作并提供预期的开关条件. 一:为 ...

最新文章

  1. protel DXP的类矢量图功能
  2. 《剑指Offer》题目:树的子结构
  3. 《C语言及程序设计》实践项目——结构体应用
  4. QT快速入门、三点求圆心实现详解
  5. MangoFix:iOS热修复另辟蹊径
  6. Atcoder Keyence Programming Contest 2020 D - Swap and Flip
  7. string、stringbuilder、stringbuffer区别
  8. iOS中利用UISearchBar实现搜索
  9. bug4-UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed...
  10. 【HTML5】页面传递参数给下一个页面
  11. Jquery-无法有效获取当前窗口高度
  12. Dosbox安装Windows 95图文教学
  13. 网络安全kali渗透学习 web渗透入门 Google搜索引擎的使用技巧
  14. 消息队列的介绍及配置
  15. Qt实现网格显示(图标文本)功能
  16. 【深度强化学习】(4) Actor-Critic 模型解析,附Pytorch完整代码
  17. 使用markdown写出Leaky ReLU的计算公式
  18. 2021年电工(初级)考试内容及电工(初级)考试总结
  19. 数据集-20个免费的数据源/网站
  20. html文件是一种使用超文本标记语言,超文本标记语言HTML HTML(Hyper Text Markup Language,.ppt...

热门文章

  1. 安卓逆向笔记--apk加固
  2. Shell——函数参数传递
  3. Just for fun ----Linux创造的那些传奇
  4. 简单实现Cookie登录
  5. echarts饼图不同样式
  6. 自动编码器重建图像及Python实现
  7. prometheus变量_详细解读 Prometheus 的指标类型
  8. 【转载】IPSec-Tools配置
  9. 学海无涯!算法题+JVM+自定义View,原理+实战+视频+源码
  10. 江西理工大学matlab考试,江西理工