1 / 11

Number Systems, Data Types, Codes Logic Gates: An Introduction

Number Systems, Data Types, Codes Logic Gates: An Introduction. Base Digit values Positional values -- integer powers of base Zero (0) to represent nothing in a given position Value of number = sum of products of digits and their positional values. Number Systems. Computer Number Systems.

barny
Télécharger la présentation

Number Systems, Data Types, Codes Logic Gates: An Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Number Systems, Data Types, Codes Logic Gates: An Introduction

  2. Base Digit values Positional values -- integer powers of base Zero (0) to represent nothing in a given position Value of number = sum of products of digits and their positional values Number Systems

  3. Computer Number Systems

  4. Octal and Binary Digits

  5. Hexadecimal and Binary Digits

  6. Numeric data binary integer floating-point decimal value String data a.k.a. character data one character per byte 8-bit code such as ASCII or EBCDIC Data Types

  7. ASCII and EBCDIC Codes.

  8. Electronic circuits which combine digital signals according to the Boolean algebra are referred to as logic gates Gates because they control the flow of information. Positive logic is an electronic representation in which the true state (1) is at a higher voltage, while negative logic has the true state (0) at a lower voltage. Logic Gates

  9. Logic circuits are grouped into families, each with their own set of detailed operating rules. Some common logic families are: RTL: resistor-transistor logic, DTL: diode-transistor logic, TTL: transistor-transistor logic, TTL is normally used for small-scale integrated circuit units NMOS: N-channel metal-oxide silicon, MOS features very low power consumption and is used in VLSI technology CMOS: complementary metal-oxide silicon and ECL: emitter-coupled logic. ECL is very fast The. The TTL is normally used for small-scale integrated circuit units Logic Circuit Families

  10. Symbols and truth tables for the four basic two-input gates: a) AND, b) NAND, c) OR, d) NOR and e) the inverter. The open circle is used to indicate the NOT or negation function and can be replaced by an inverter in any circuit. A signal is negated if it passes through the circle. Any logic operation can be formed from NAND or NOR gates or a combination of both. We also commonly have gates with more than two inputs. Inverter gates can be formed by applying the same logic signal to both inputs of an NOR or NAND gate. Logic Gate Building Blocks

  11. Examples of Logic Gates

More Related