<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jinyux</author_name>
  <author_url>https://blog.hatena.ne.jp/jinyux/</author_url>
  <blog_title>jinyux’s diary</blog_title>
  <blog_url>https://jinyux.hatenablog.com/</blog_url>
  <categories>
    <anon>ハードウェア</anon>
    <anon>Introduction to Computing Systems</anon>
  </categories>
  <description>OR演算 OR演算は２つの入力値を取る論理演算である。どちらかの入力が1の場合、出力が1になり、どちらも0の場合、0を出力する。このことからANY演算とも言われる。また、排他的論理和に対応してOR演算は包含的論理和とも呼ばれる。以下に真理値表を示す。 A B OR 0 0 0 0 1 1 1 0 1 1 1 1 NOR演算 OR演算の否定となるNOR演算の真理値表を下記に示す。これはOR出力を反転させているだけである。 A B NOR 0 0 1 0 1 0 1 0 0 1 1 0 NORゲート・ORゲート OR演算をCMOS回路で実装する前にNOR演算の実装を考える。なぜNORを先にやるかと…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjinyux.hatenablog.com%2Fentry%2F2022%2F07%2F17%2F143323&quot; title=&quot;トランジスタと論理ゲート（OR・NORゲート） - jinyux’s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/j/jinyux/20220717/20220717134645.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-07-17 14:33:23</published>
  <title>トランジスタと論理ゲート（OR・NORゲート）</title>
  <type>rich</type>
  <url>https://jinyux.hatenablog.com/entry/2022/07/17/143323</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
